{ "version": 4, "terraform_version": "1.5.8", "serial": 146, "lineage": "a221bcb5-038b-0ed5-157e-4eca582e4d80", "outputs": { "db_endpoint": { "value": "db-2.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-1adfc7b5a4bd26130", "ami": "ami-e62e1d1c", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-db1751ec"], "subnet_id": "subnet-7274f314", "key_name": "prod-deploy-key" } } ] } ] }