Skip to content

Commit dc10b61

Browse files
committed
updated resource group hardcoded value
1 parent c7b3db4 commit dc10b61

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • samples/function-app-storage-http/dotnet/terraform

samples/function-app-storage-http/dotnet/terraform/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
variable "resource_group_name" {
22
description = "(Optional) Specifies the name of the resource group."
33
type = string
4-
default = "local-rg"
4+
default = "funchttp-rg"
55
}
66

77
variable "prefix" {

0 commit comments

Comments
 (0)