Skip to content

Commit

Permalink
chore(deps): update terraform hashicorp/terraform to v1.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and langri-sha committed Jul 25, 2024
1 parent aa8eee0 commit c94af8e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion terraform/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
ARG alpine_version

FROM google/cloud-sdk:485.0.0-alpine as google_cloud_sdk
FROM hashicorp/terraform:1.9.2 as terraform
FROM hashicorp/terraform:1.9.3 as terraform

FROM alpine:3.20 as kubernetes

Expand Down
2 changes: 1 addition & 1 deletion terraform/org/versions.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
terraform {
required_version = "1.9.2"
required_version = "1.9.3"

required_providers {
google = "5.38.0"
Expand Down
2 changes: 1 addition & 1 deletion terraform/web/versions.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
terraform {
required_version = "1.9.2"
required_version = "1.9.3"

required_providers {
google = {
Expand Down

0 comments on commit c94af8e

Please sign in to comment.