{ "version": 4, "terraform_version": "1.6.8", "serial": 369, "lineage": "aef23ac1-2f61-b67b-14a6-86f84295a6f2", "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-b4708e713a91e1191", "ami": "ami-d116fedf", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-8192f5ab"], "subnet_id": "subnet-d9b18c93", "key_name": "prod-deploy-key" } } ] } ] }