{ "version": 4, "terraform_version": "1.5.0", "serial": 376, "lineage": "866f9123-b386-abed-42b5-2355d1daad7e", "outputs": { "db_endpoint": { "value": "db-4.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-9b9a030da54de8627", "ami": "ami-16632fc3", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-6f91b3b5"], "subnet_id": "subnet-fa15bf24", "key_name": "prod-deploy-key" } } ] } ] }