We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bc707b commit 4aa6d32Copy full SHA for 4aa6d32
1-org/modules/cai-monitoring/main.tf
@@ -121,7 +121,7 @@ resource "google_cloud_asset_organization_feed" "organization_feed" {
121
122
module "pubsub_cai_feed" {
123
source = "terraform-google-modules/pubsub/google"
124
- version = "~> 6.0"
+ version = "~> 7.0"
125
126
topic = "top-cai-monitoring-${random_id.suffix.hex}-event"
127
project_id = var.project_id
0 commit comments