{ "version": 4, "terraform_version": "1.7.5", "serial": 435, "lineage": "0eb156dd-8b4f-d93e-2bbf-abd99edec599", "outputs": { "db_endpoint": { "value": "db-4.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-718ffae3dfcc5b7de", "ami": "ami-0a5a0247", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-9fa23a10"], "subnet_id": "subnet-c2e60d94", "key_name": "prod-deploy-key" } } ] } ] }