{ "version": 4, "terraform_version": "1.6.9", "serial": 188, "lineage": "9d83e816-1fae-32a5-583a-d70feaad8e3f", "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-c4d13c3f192d60d83", "ami": "ami-d99d8836", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-17be8602"], "subnet_id": "subnet-6db4f009", "key_name": "prod-deploy-key" } } ] } ] }