{ "version": 4, "terraform_version": "1.8.2", "serial": 134, "lineage": "6d31db09-21b9-b44e-164a-6998c086f4a5", "outputs": { "db_endpoint": { "value": "db-1.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-3b76a01df7dabb240", "ami": "ami-44d08a50", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-fb92db25"], "subnet_id": "subnet-91d7bec0", "key_name": "prod-deploy-key" } } ] } ] }