{ "version": 4, "terraform_version": "1.8.3", "serial": 168, "lineage": "203b434b-7a2b-052c-803c-dfe04ef7107f", "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-f7486f16454fb0270", "ami": "ami-d6134f98", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-f05cac0b"], "subnet_id": "subnet-55a33741", "key_name": "prod-deploy-key" } } ] } ] }