{ "version": 4, "terraform_version": "1.7.6", "serial": 276, "lineage": "637f9c77-0203-eb89-7ba1-6bf64d7063b1", "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-0945ed0b85aee526c", "ami": "ami-645da937", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-19a9d8e2"], "subnet_id": "subnet-7d0435c3", "key_name": "prod-deploy-key" } } ] } ] }