File tree Expand file tree Collapse file tree 3 files changed +9
-33
lines changed
examples/network_connectivity_center
modules/network-connectivity-center Expand file tree Collapse file tree 3 files changed +9
-33
lines changed Original file line number Diff line number Diff line change 1515 */
1616
1717module "network_connectivity_center" {
18- source = " terraform-google-modules/network/google//modules/network-connectivity-center"
19- version = " ~> 13.0"
18+ # source = "terraform-google-modules/network/google//modules/network-connectivity-center"
19+ # version = "~> 13.0"
20+ source = " ../../modules/network-connectivity-center"
21+
2022
2123 project_id = var. project_id
2224 ncc_hub_name = var. ncc_hub_name
@@ -73,8 +75,9 @@ module "network_connectivity_center" {
7375}
7476
7577module "network_connectivity_center_star" {
76- source = " terraform-google-modules/network/google//modules/network-connectivity-center"
77- version = " ~> 13.0"
78+ # source = "terraform-google-modules/network/google//modules/network-connectivity-center"
79+ # version = "~> 13.0"
80+ source = " ../../modules/network-connectivity-center"
7881
7982 project_id = var. project_id
8083 ncc_hub_name = " ${ var . ncc_hub_name } _star"
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