{ "version": 4, "terraform_version": "1.7.0", "serial": 268, "lineage": "52a88665-5c5f-aec9-f70f-4ceed3054952", "outputs": { "db_endpoint": { "value": "db-2.us-east-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-3b4f6660aa1ccfd7c", "ami": "ami-423dfb8c", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-bf5e0e3f"], "subnet_id": "subnet-facd2b0d", "key_name": "prod-deploy-key" } } ] } ] }