{ "version": 4, "terraform_version": "1.7.3", "serial": 466, "lineage": "af9583cf-1d3e-2476-7512-63de362bb92f", "outputs": { "db_endpoint": { "value": "db-0.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-6ebd74f47b4f6c74e", "ami": "ami-2b8d5eed", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-a23cfb0d"], "subnet_id": "subnet-a8492553", "key_name": "prod-deploy-key" } } ] } ] }