{ "version": 4, "terraform_version": "1.7.4", "serial": 594, "lineage": "f0fc722d-7117-e7e6-3060-e5bde2f28902", "outputs": { "db_endpoint": { "value": "db-4.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-0e03b4c98a81e198e", "ami": "ami-1f96ad7e", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-168688fc"], "subnet_id": "subnet-d2da1a22", "key_name": "prod-deploy-key" } } ] } ] }