{ "version": 4, "terraform_version": "1.5.0", "serial": 339, "lineage": "91fafcf9-f155-ee95-4ebb-21b31771763a", "outputs": { "db_endpoint": { "value": "db-2.us-east-1.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-7ced02af845a20299", "ami": "ami-b6c35b48", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-537e2f76"], "subnet_id": "subnet-4849a821", "key_name": "prod-deploy-key" } } ] } ] }