Skip to content

Commit 139d98d

Browse files
authored
fix: update prefix variable description in cbr-service-profile submodule (#261)
1 parent 0f6de93 commit 139d98d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cbr-service-profile/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
variable "prefix" {
66
type = string
7-
description = "Prefix to append to all resources created by this example"
7+
description = "Prefix to append to all vpc_zone_list, service_ref_zone_list and cbr_rule_description created by this submodule"
88
default = "serviceprofile"
99
}
1010

0 commit comments

Comments
 (0)