{ "version": 4, "terraform_version": "1.5.7", "serial": 166, "lineage": "d5818cf2-0490-81b5-d6b5-9bd966c8d298", "outputs": { "db_endpoint": { "value": "db-3.us-east-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.startup.dev", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-498969a3c025a5123", "ami": "ami-ceb92a04", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-06829a78"], "subnet_id": "subnet-aff5fb31", "key_name": "prod-deploy-key" } } ] } ] }