{ "version": 4, "terraform_version": "1.8.3", "serial": 132, "lineage": "e4cb2df9-c3aa-cc10-5627-d9b90b9ba745", "outputs": { "db_endpoint": { "value": "db-0.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-6b8321254b62fd4f8", "ami": "ami-4017cb3b", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-fe4693f4"], "subnet_id": "subnet-f782b46b", "key_name": "prod-deploy-key" } } ] } ] }