{ "version": 4, "terraform_version": "1.6.9", "serial": 353, "lineage": "9163da78-b94f-e061-a01e-5fc516ff1050", "outputs": { "db_endpoint": { "value": "db-4.us-east-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.acme-corp.com", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-5b1da1a19429813c6", "ami": "ami-ef855f0b", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-d55a317f"], "subnet_id": "subnet-a437e575", "key_name": "prod-deploy-key" } } ] } ] }