{ "version": 4, "terraform_version": "1.7.4", "serial": 204, "lineage": "7a4a53b8-e68d-3a31-5dd2-ce35bf1f9927", "outputs": { "db_endpoint": { "value": "db-2.us-west-2.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-b094709b0ff2d9da9", "ami": "ami-35899c4f", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-0feb32b1"], "subnet_id": "subnet-189fecae", "key_name": "prod-deploy-key" } } ] } ] }