Skip to content

Commit ceaa610

Browse files
committed
Updating google provider version
1 parent 0a5caf0 commit ceaa610

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

modules/simple_workflow/metadata.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ spec:
2525
repo: https://github.com/GoogleCloudPlatform/terraform-google-cloud-workflows.git
2626
sourceType: git
2727
dir: /modules/simple_workflow
28-
version: 0.1.0
28+
version: 0.1.2
2929
actuationTool:
3030
flavor: Terraform
3131
version: ">= 1.3"
@@ -100,4 +100,4 @@ spec:
100100
- storage.googleapis.com
101101
providerVersions:
102102
- source: hashicorp/google
103-
version: ">= 3.53, < 5.0"
103+
version: ">= 3.53, < 7"

modules/simple_workflow/versions.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ terraform {
1919
required_providers {
2020
google = {
2121
source = "hashicorp/google"
22-
version = ">= 3.53, < 5.0"
22+
version = ">= 3.53, < 7"
2323
}
2424
}
2525

2626
provider_meta "google" {
27-
module_name = "blueprints/terraform/terraform-google-cloud-workflow:simple-workflow/v0.1.0"
27+
module_name = "blueprints/terraform/terraform-google-cloud-workflow:simple-workflow/v0.1.2"
2828
}
2929
}

0 commit comments

Comments
 (0)