{ "version": 4, "terraform_version": "1.6.5", "serial": 104, "lineage": "6fd42a9b-8a6d-6251-b98f-15a39a48ee9a", "outputs": { "db_endpoint": { "value": "db-1.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-ec5838f2e99be5a6c", "ami": "ami-e789fb21", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-eedefdf4"], "subnet_id": "subnet-9912626a", "key_name": "prod-deploy-key" } } ] } ] }