From 6b5a6239ce70aa5d38f9ee31c301e7f1b84252cb Mon Sep 17 00:00:00 2001 From: Abdul Basit Ansari <114910040+Abdul-Basit-Pro@users.noreply.github.com> Date: Mon, 10 Apr 2023 15:19:18 +0500 Subject: [PATCH] update resource gorup name --- variable.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variable.tf b/variable.tf index 098dd34..e694322 100644 --- a/variable.tf +++ b/variable.tf @@ -1,7 +1,7 @@ //resource group name variable variable "resource_group_name" { description = "Name of resource group" - default = "my-resource-group" + default = "tf-test" } //resource group location variable