Skip to content

Commit fc7d690

Browse files
fix(deps)!: Update Terraform terraform-google-modules/pubsub/google to v8
1 parent 56ba738 commit fc7d690

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 = "~> 7.0"
124+
version = "~> 8.0"
125125

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

0 commit comments

Comments
 (0)