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 56ba738 commit fc7d690Copy full SHA for fc7d690
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 = "~> 7.0"
+ version = "~> 8.0"
125
126
topic = "top-cai-monitoring-${random_id.suffix.hex}-event"
127
project_id = var.project_id
0 commit comments