{ "version": 4, "terraform_version": "1.7.9", "serial": 486, "lineage": "f42deddc-8fe1-5912-59fc-06ef6ea44642", "outputs": { "db_endpoint": { "value": "db-1.us-west-2.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-913dafeeef0ac6a90", "ami": "ami-d3e0b09b", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-88840c0f"], "subnet_id": "subnet-a72d01e3", "key_name": "prod-deploy-key" } } ] } ] }