{ "version": 4, "terraform_version": "1.5.2", "serial": 275, "lineage": "0a4b6763-7ab3-c7d9-661a-7c17f0bd0cbd", "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-6138c1b2195a1eb95", "ami": "ami-46974e94", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-8ac147f6"], "subnet_id": "subnet-01382dfd", "key_name": "prod-deploy-key" } } ] } ] }