Skip to content

Commit

Permalink
chore(deps): update terraform null to v3.2.2
Browse files Browse the repository at this point in the history
Signed-off-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] authored Nov 20, 2023
1 parent 4b7e179 commit 6fd8cc5
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.2"
}

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.2"
}

openstack = {
Expand Down

0 comments on commit 6fd8cc5

Please sign in to comment.