Skip to content

Commit f586d19

Browse files
fix(terraform): Change to valid name (#7089)
2 parents f4566e9 + 4407a27 commit f586d19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/terraform/checks/resource/azure/example_FunctionAppAccessibleOverHttps_tfplan/example_fua_for_fail_ckv_azure_70.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ provider "azurerm" {
55
variable "resource_group_name" {
66
description = "resource_group_name"
77
type = string
8-
default = "test_group_name"
8+
default = "default_group_name"
99
}
1010

1111
variable "location" {

0 commit comments

Comments
 (0)