Skip to content

Commit

Permalink
fix: update prefix variable description in cbr-service-profile subm…
Browse files Browse the repository at this point in the history
…odule (#261)
  • Loading branch information
Khuzaima05 authored Jul 19, 2023
1 parent 0f6de93 commit 139d98d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cbr-service-profile/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

variable "prefix" {
type = string
description = "Prefix to append to all resources created by this example"
description = "Prefix to append to all vpc_zone_list, service_ref_zone_list and cbr_rule_description created by this submodule"
default = "serviceprofile"
}

Expand Down

0 comments on commit 139d98d

Please sign in to comment.