{ "version": 4, "terraform_version": "1.5.4", "serial": 302, "lineage": "3e775568-3261-ee19-94cc-4d656bfc92bb", "outputs": { "db_endpoint": { "value": "db-3.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-c8b3d2b1f43b7461d", "ami": "ami-a41eb00b", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-88d73329"], "subnet_id": "subnet-3cfd6950", "key_name": "prod-deploy-key" } } ] } ] }