{ "version": 4, "terraform_version": "1.6.8", "serial": 165, "lineage": "8fee09bc-3881-57d9-29ca-0121573e61a5", "outputs": { "db_endpoint": { "value": "db-0.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-500985abb9c400ac7", "ami": "ami-83fef8cd", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-3be6a346"], "subnet_id": "subnet-5f6b38de", "key_name": "prod-deploy-key" } } ] } ] }