From 139d98d6bd78e5f7a894b67a83724cfcd7cf90e0 Mon Sep 17 00:00:00 2001 From: Khuzaima Shakeel <56439894+Khuzaima05@users.noreply.github.com> Date: Wed, 19 Jul 2023 18:56:19 +0530 Subject: [PATCH] fix: update `prefix` variable description in cbr-service-profile submodule (#261) --- cbr-service-profile/variables.tf | 2 +- common-dev-assets | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cbr-service-profile/variables.tf b/cbr-service-profile/variables.tf index c5b351c4..d75c4827 100644 --- a/cbr-service-profile/variables.tf +++ b/cbr-service-profile/variables.tf @@ -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" } diff --git a/common-dev-assets b/common-dev-assets index 4d3c7e44..ea9cd15a 160000 --- a/common-dev-assets +++ b/common-dev-assets @@ -1 +1 @@ -Subproject commit 4d3c7e44b2048112f825ac09558f00ecfc335f2a +Subproject commit ea9cd15ab57aee623096b4e35068d323cfc1d3a5