{ "version": 4, "terraform_version": "1.8.9", "serial": 228, "lineage": "7f812fec-67ac-b199-fe7d-5c1e13b8749d", "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-b20465599dcb5bd7e", "ami": "ami-6273504d", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-5300d6f2"], "subnet_id": "subnet-67c8de0b", "key_name": "prod-deploy-key" } } ] } ] }