Skip to content

Commit a590de1

Browse files
committed
Revert "Set presetTopology default value to null"
This reverts commit e8dbedd.
1 parent e8dbedd commit a590de1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/network-connectivity-center/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ variable "ncc_hub_preset_topology" {
4444
variable "ncc_hub_policy_mode" {
4545
description = "The policy mode of the hub"
4646
type = string
47-
default = null
47+
default = "PRESET"
4848
}
4949

5050
variable "ncc_groups" {

0 commit comments

Comments
 (0)