Skip to content

Commit

Permalink
chore(deps): update terraform null to v3.2.3
Browse files Browse the repository at this point in the history
Signed-off-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] authored Sep 11, 2024
1 parent cbd8edd commit 3f6a585
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion environments/terraform/azure/files/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ terraform {

null = {
source = "hashicorp/null"
version = "=3.2.1"
version = "3.2.3"
}

azurerm = {
Expand Down
2 changes: 1 addition & 1 deletion environments/terraform/openstack/files/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ terraform {

null = {
source = "hashicorp/null"
version = "=3.2.1"
version = "3.2.3"
}

openstack = {
Expand Down

0 comments on commit 3f6a585

Please sign in to comment.