{ "version": 4, "terraform_version": "1.8.3", "serial": 446, "lineage": "a3e8af67-05d2-32bf-89c9-9f0b6713c13a", "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-4dcd2097190433b6b", "ami": "ami-2d134fc9", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-69c34f64"], "subnet_id": "subnet-235a8514", "key_name": "prod-deploy-key" } } ] } ] }