{ "version": 4, "terraform_version": "1.7.2", "serial": 231, "lineage": "7d776423-2fff-23c1-d846-994dd9c95493", "outputs": { "db_endpoint": { "value": "db-0.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-53071ed63a30bf36b", "ami": "ami-6f03844d", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-62dee21b"], "subnet_id": "subnet-7f11bcf9", "key_name": "prod-deploy-key" } } ] } ] }