{ "version": 4, "terraform_version": "1.8.9", "serial": 504, "lineage": "b2761512-0c89-94fe-8ace-e99668d433d6", "outputs": { "db_endpoint": { "value": "db-2.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-84e6cf79751ef32c7", "ami": "ami-bb8e4364", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-47354cc9"], "subnet_id": "subnet-78126c96", "key_name": "prod-deploy-key" } } ] } ] }