terraform-google-modules/terraform-google-scheduled-function

Source Pub/Sub module from Terraform Registry

aaron-lane opened this issue · 1 comments

Currently, the Pub/Sub module is sourced directly from GitHub. Since the module has been released to the Terraform Registry, it should be sourced from there.

The main.tf file is sourcing it from the terraform registry.

source = "terraform-google-modules/pubsub/google"