{ "version": 4, "terraform_version": "1.6.7", "serial": 391, "lineage": "1815a907-9794-2574-ee32-86a442f0eba8", "outputs": { "db_endpoint": { "value": "db-1.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-823c6fbe2f61d92e8", "ami": "ami-ad7eeb03", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-935f3bed"], "subnet_id": "subnet-a46361f3", "key_name": "prod-deploy-key" } } ] } ] }