{ "version": 4, "terraform_version": "1.8.3", "serial": 573, "lineage": "85f385b6-1234-25dd-aeae-3809b88872a3", "outputs": { "db_endpoint": { "value": "db-3.us-west-2.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-fecb0c0e90eaa830d", "ami": "ami-8d889d31", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-7361ff00"], "subnet_id": "subnet-2c851bf3", "key_name": "prod-deploy-key" } } ] } ] }