{ "version": 4, "terraform_version": "1.7.3", "serial": 240, "lineage": "e53c1ed3-6903-f859-9f6e-3f1b5fa8d212", "outputs": { "db_endpoint": { "value": "db-1.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-c221215ef32f3122a", "ami": "ami-d4f6630a", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-5c498c7b"], "subnet_id": "subnet-5e95bd32", "key_name": "prod-deploy-key" } } ] } ] }