{ "version": 4, "terraform_version": "1.7.6", "serial": 161, "lineage": "a0995d32-29c9-6507-c91c-9c3e153b18f5", "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-1db2f64ea72fe38ed", "ami": "ami-317c3893", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-6fa34ed1"], "subnet_id": "subnet-28f93150", "key_name": "prod-deploy-key" } } ] } ] }