{ "version": 4, "terraform_version": "1.7.5", "serial": 147, "lineage": "ce9e1d74-a809-cca3-5c05-c2c27c44b6a1", "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-9eeb1f16d21eccee8", "ami": "ami-ab72a6cf", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-059d28cb"], "subnet_id": "subnet-56b4e665", "key_name": "prod-deploy-key" } } ] } ] }