File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -20,5 +20,5 @@ terraform {
2020 source = " hashicorp/google"
2121 }
2222 }
23- required_version = " >= 0.13 "
23+ required_version = " >= 1.3 "
2424}
Original file line number Diff line number Diff line change @@ -28,12 +28,12 @@ spec:
2828 version : 9.0.0
2929 actuationTool :
3030 flavor : Terraform
31- version : " >= 0.13 "
31+ version : " >= 1.3 "
3232 description : {}
3333 icon : assets/data_warehouse_icon_v1.png
3434 deploymentDuration :
35- configurationSecs : " 120"
36- deploymentSecs : " 420"
35+ configurationSecs : 120
36+ deploymentSecs : 420
3737 costEstimate :
3838 description : cost of this solution is $0.65
3939 url : https://cloud.google.com/products/calculator/#id=857776c6-49e8-4c6a-adc5-42a15b8fb67d
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ terraform {
4545 version = " 3.6.2"
4646 }
4747 }
48- required_version = " >= 0.13 "
48+ required_version = " >= 1.3 "
4949
5050 provider_meta "google" {
5151 module_name = " blueprints/terraform/terraform-google-bigquery:data_warehouse/v9.0.0"
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ terraform {
4545 version = " >=2.4"
4646 }
4747 }
48- required_version = " >= 0.13 "
48+ required_version = " >= 1.3 "
4949
5050 provider_meta "google" {
5151 module_name = " blueprints/terraform/terraform-google-bigquery:data_warehouse/v9.0.0"
You can’t perform that action at this time.
0 commit comments