Skip to content

Commit 9d23063

Browse files
committed
lint fixes
1 parent cfeea3c commit 9d23063

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

examples/data_warehouse/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ terraform {
2020
source = "hashicorp/google"
2121
}
2222
}
23-
required_version = ">= 0.13"
23+
required_version = ">= 1.3"
2424
}

modules/data_warehouse/metadata.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

modules/data_warehouse/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

modules/data_warehouse/workflow_polling/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)