Skip to content

Commit

Permalink
chore(deps): update terraform hashicorp/terraform to v1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 24, 2024
1 parent e9bd645 commit 5d18e26
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:473.0.0-alpine as google_cloud_sdk
FROM hashicorp/terraform:1.8.1 as terraform
FROM hashicorp/terraform:1.8.2 as terraform

FROM alpine:3.19 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.8.1"
required_version = "1.8.2"

required_providers {
google = "5.26.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.8.1"
required_version = "1.8.2"

required_providers {
google = {
Expand Down

0 comments on commit 5d18e26

Please sign in to comment.