{ "version": 4, "terraform_version": "1.7.1", "serial": 119, "lineage": "e54853d3-9991-fbfa-6ed1-1185b00aadcc", "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-6182788c39a79371b", "ami": "ami-a0ea9d53", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-0101166f"], "subnet_id": "subnet-0614715c", "key_name": "prod-deploy-key" } } ] } ] }