File tree Expand file tree Collapse file tree 3 files changed +3
-29
lines changed
examples/network_connectivity_center
modules/network-connectivity-center Expand file tree Collapse file tree 3 files changed +3
-29
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ module "network_connectivity_center" {
1818 source = " terraform-google-modules/network/google//modules/network-connectivity-center"
1919 version = " ~> 13.0"
2020
21+
2122 project_id = var. project_id
2223 ncc_hub_name = var. ncc_hub_name
2324 ncc_hub_labels = {
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -36,13 +36,13 @@ variable "ncc_hub_labels" {
3636}
3737
3838variable "ncc_hub_preset_topology" {
39- description = " The topology implemented in the hub"
39+ description = " The topology implemented in the hub. Type must be one of `STAR` or `MESH`. "
4040 type = string
4141 default = null
4242}
4343
4444variable "ncc_hub_policy_mode" {
45- description = " The policy mode of the hub"
45+ description = " The policy mode of the hub. Type must be one of `PRESET` or `CUSTOM`. "
4646 type = string
4747 default = " PRESET"
4848}
You can’t perform that action at this time.
0 commit comments