{ "version": 4, "terraform_version": "1.6.6", "serial": 221, "lineage": "2386eefd-b8ac-0c8f-a364-678706192014", "outputs": { "db_endpoint": { "value": "db-1.us-west-2.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-bf8e36d99b64cc730", "ami": "ami-057c9484", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-69f9073c"], "subnet_id": "subnet-990d1cf4", "key_name": "prod-deploy-key" } } ] } ] }