{ "version": 4, "terraform_version": "1.8.2", "serial": 213, "lineage": "5bd7856a-0d03-2ad0-2460-44a3389b98a8", "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-03fcd60cee46a0ba2", "ami": "ami-51f09569", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-56c579db"], "subnet_id": "subnet-28d885bb", "key_name": "prod-deploy-key" } } ] } ] }