Skip to content

Commit 4bc7557

Browse files
committed
fix svpc example
1 parent dc02987 commit 4bc7557

File tree

1 file changed

+1
-1
lines changed
  • examples/submodule_svpc_access

1 file changed

+1
-1
lines changed

examples/submodule_svpc_access/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ module "net-svpc-access" {
4848
source = "../../modules/fabric-net-svpc-access"
4949
host_project_id = "${module.net-vpc-shared.svpc_host_project_id}"
5050
service_project_num = 1
51-
service_project_ids = ["${var.service_project_id_full}"]
51+
service_project_ids = ["${var.service_project_id_full_access}"]
5252
host_subnets = ["${module.net-vpc-shared.subnets_names}"]
5353
host_subnet_regions = ["${module.net-vpc-shared.subnets_regions}"]
5454

0 commit comments

Comments
 (0)