{ "version": 4, "terraform_version": "1.5.9", "serial": 564, "lineage": "b392f883-9dc6-45ef-daa1-bd579556924f", "outputs": { "db_endpoint": { "value": "db-2.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-58c6f89f5055833a2", "ami": "ami-36db7015", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-e5f76bce"], "subnet_id": "subnet-4aa31fcc", "key_name": "prod-deploy-key" } } ] } ] }