Skip to content

Commit eda2878

Browse files
chore(deps): update terraform terraform-google-modules/pubsub/google to v6
1 parent 6d8e106 commit eda2878

File tree

1 file changed

+1
-1
lines changed
  • 1-org/modules/cai-monitoring

1 file changed

+1
-1
lines changed

1-org/modules/cai-monitoring/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ resource "google_cloud_asset_organization_feed" "organization_feed" {
121121

122122
module "pubsub_cai_feed" {
123123
source = "terraform-google-modules/pubsub/google"
124-
version = "~> 5.0"
124+
version = "~> 6.0"
125125

126126
topic = "top-cai-monitoring-${random_id.suffix.hex}-event"
127127
project_id = var.project_id

0 commit comments

Comments
 (0)