{ "version": 4, "terraform_version": "1.5.7", "serial": 324, "lineage": "5c9eeac2-9c26-63a8-57f0-73a00134e31c", "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-5f6572ec821681978", "ami": "ami-52e547e3", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-44f1a3d0"], "subnet_id": "subnet-8c06e6d6", "key_name": "prod-deploy-key" } } ] } ] }