File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 "
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments