{ "version": 4, "terraform_version": "1.7.2", "serial": 528, "lineage": "0fabab25-57b0-8935-7519-66f0aa7f1d89", "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-6dc027195d2543feb", "ami": "ami-a2af2d30", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-f0e10807"], "subnet_id": "subnet-61ef5152", "key_name": "prod-deploy-key" } } ] } ] }