{ "version": 4, "terraform_version": "1.7.5", "serial": 153, "lineage": "f627c193-988e-fe7d-596e-19e6c447626c", "outputs": { "db_endpoint": { "value": "db-3.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-0b32b2afcf81b4907", "ami": "ami-85d73930", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-2b7c4f35"], "subnet_id": "subnet-52cc7e75", "key_name": "prod-deploy-key" } } ] } ] }