Skip to content

Commit 8c9ee66

Browse files
David BinghamDavid Bingham
David Bingham
authored and
David Bingham
committed
Switch gcloud depends_on to module_depends_on
This is a possible workaround proposed by @barathkkb for an the gcloud module reporting an invalid count argument error. terraform-google-modules/terraform-google-gcloud#82 (comment)
1 parent 46c51ae commit 8c9ee66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ module "module-cloudep-dns-prep" {
7070
destroy_cmd_entrypoint = ":"
7171
destroy_cmd_body = ""
7272

73-
depends_on = [
73+
module_depends_on = [
7474
google_project_service.endpoints,
7575
google_project_service.service-usage,
7676
]

0 commit comments

Comments
 (0)