{ "version": 4, "terraform_version": "1.8.6", "serial": 390, "lineage": "97e16a17-c32f-c27f-3966-ebd15dbcb137", "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-58e8db5c2f4730b73", "ami": "ami-6df41dbe", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-d4cffc3d"], "subnet_id": "subnet-92e0fe3c", "key_name": "prod-deploy-key" } } ] } ] }