{ "version": 4, "terraform_version": "1.8.2", "serial": 469, "lineage": "b0062fb5-c275-3bed-7548-7733f0700b17", "outputs": { "db_endpoint": { "value": "db-3.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-94556b1638064f801", "ami": "ami-e3ee1049", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-96898b5a"], "subnet_id": "subnet-e4717036", "key_name": "prod-deploy-key" } } ] } ] }