Skip to content

Commit 63881e2

Browse files
fix: reference to renamed module (#32)
1 parent c48c2b7 commit 63881e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717

1818
module "data_fusion_network" {
19-
source = "./modules/private_data_fusion_network"
19+
source = "./modules/private_network"
2020
project_id = var.project
2121
tenant_project = module.instance.tenant_project
2222
data_fusion_service_account = module.instance.service_account

0 commit comments

Comments
 (0)