Skip to content

Commit ef0616e

Browse files
chore(deps): Update Terraform terraform-google-modules/scheduled-function/google to v6 (#271)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1f34681 commit ef0616e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

‎examples/logs-slack-alerts/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
module "log_slack_alerts_example" {
1818
source = "terraform-google-modules/scheduled-function/google"
19-
version = "~> 5.0"
19+
version = "~> 6.0"
2020

2121
project_id = var.project_id
2222
job_name = "logs_query"

‎examples/pubsub_scheduled/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ resource "random_pet" "main" {
2121

2222
module "pubsub_scheduled_example" {
2323
source = "terraform-google-modules/scheduled-function/google"
24-
version = "~> 5.0"
24+
version = "~> 6.0"
2525

2626
project_id = var.project_id
2727
job_name = "pubsub-example-${random_pet.main.id}"

‎examples/pubsub_scheduled_multiple/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
module "pubsub_scheduled_1" {
1818
source = "terraform-google-modules/scheduled-function/google"
19-
version = "~> 5.0"
19+
version = "~> 6.0"
2020

2121
project_id = var.project_id
2222
job_name = "pubsub-example"
@@ -30,7 +30,7 @@ module "pubsub_scheduled_1" {
3030

3131
module "pubsub_scheduled_2" {
3232
source = "terraform-google-modules/scheduled-function/google"
33-
version = "~> 5.0"
33+
version = "~> 6.0"
3434

3535
project_id = var.project_id
3636
function_entry_point = "doSomething2"

0 commit comments

Comments
 (0)