{ "version": 4, "terraform_version": "1.7.7", "serial": 264, "lineage": "67121c00-05df-36e7-5ea2-ef5cce0b1a6d", "outputs": { "db_endpoint": { "value": "db-0.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-3d3a61b9914dbfc8b", "ami": "ami-439d9f29", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-46b285d3"], "subnet_id": "subnet-dcf96914", "key_name": "prod-deploy-key" } } ] } ] }