Skip to content

Commit

Permalink
[Renovate][Terraform] Update terraform to v1.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 17, 2025
1 parent 82564bc commit e310ece
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion sample1_basic/provider.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
terraform {
required_version = "1.9.8"
required_version = "1.10.4"
required_providers {
google = {
source = "hashicorp/google"
Expand Down
2 changes: 1 addition & 1 deletion sample2_intermediate/_backend/aqua.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ registries:
- type: standard
ref: v4.274.0 # renovate: depName=aquaproj/aqua-registry
packages:
- name: hashicorp/terraform@v1.9.8
- name: hashicorp/terraform@v1.10.4
2 changes: 1 addition & 1 deletion sample2_intermediate/_backend/versions.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
terraform {
required_version = "1.9.8"
required_version = "1.10.4"
}
2 changes: 1 addition & 1 deletion sample2_intermediate/google/aqua.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ registries:
- type: standard
ref: v4.274.0 # renovate: depName=aquaproj/aqua-registry
packages:
- name: hashicorp/terraform@v1.9.8
- name: hashicorp/terraform@v1.10.4
2 changes: 1 addition & 1 deletion sample2_intermediate/google/versions.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
terraform {
required_version = "1.9.8"
required_version = "1.10.4"
}
2 changes: 1 addition & 1 deletion sample2_intermediate/trocco/aqua.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ registries:
- type: standard
ref: v4.274.0 # renovate: depName=aquaproj/aqua-registry
packages:
- name: hashicorp/terraform@v1.9.8
- name: hashicorp/terraform@v1.10.4
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 公式プロバイダー以外はmodule側にもプロバイダー定義が必要になる
terraform {
required_version = "1.9.8"
required_version = "1.10.4"
required_providers {
trocco = {
source = "registry.terraform.io/trocco-io/trocco"
Expand Down
2 changes: 1 addition & 1 deletion sample2_intermediate/trocco/modules/connection/provider.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 公式プロバイダー以外はmodule側にもプロバイダー定義が必要になる
terraform {
required_version = "1.9.8"
required_version = "1.10.4"
required_providers {
trocco = {
source = "registry.terraform.io/trocco-io/trocco"
Expand Down
2 changes: 1 addition & 1 deletion sample2_intermediate/trocco/modules/datamart/provider.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 公式プロバイダー以外はmodule側にもプロバイダー定義が必要になる
terraform {
required_version = "1.9.8"
required_version = "1.10.4"
required_providers {
trocco = {
source = "registry.terraform.io/trocco-io/trocco"
Expand Down
2 changes: 1 addition & 1 deletion sample2_intermediate/trocco/modules/transfer/provider.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 公式プロバイダー以外はmodule側にもプロバイダー定義が必要になる
terraform {
required_version = "1.9.8"
required_version = "1.10.4"
required_providers {
trocco = {
source = "registry.terraform.io/trocco-io/trocco"
Expand Down
2 changes: 1 addition & 1 deletion sample2_intermediate/trocco/versions.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
terraform {
required_version = "1.9.8"
required_version = "1.10.4"
}

0 comments on commit e310ece

Please sign in to comment.