Skip to content

Commit

Permalink
fix(deps): Update Terraform null to v3.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 9, 2025
1 parent 764ebcb commit 9be3f78
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion examples/standalone/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ terraform {

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

time = {
Expand Down
2 changes: 1 addition & 1 deletion modules/data-governance-sa/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ terraform {

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

time = {
Expand Down
2 changes: 1 addition & 1 deletion modules/data-governance/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ terraform {

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

time = {
Expand Down
2 changes: 1 addition & 1 deletion modules/data-ingestion-sa/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ terraform {

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

time = {
Expand Down
2 changes: 1 addition & 1 deletion modules/data-ingestion/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ terraform {

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

time = {
Expand Down
2 changes: 1 addition & 1 deletion modules/data/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ terraform {

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

random = {
Expand Down
2 changes: 1 addition & 1 deletion modules/harness-build-flex-template/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ terraform {
required_providers {
null = {
source = "hashicorp/null"
version = "3.2.1"
version = "3.2.3"
}
}
}
2 changes: 1 addition & 1 deletion modules/harness-logging/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ terraform {

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

time = {
Expand Down
2 changes: 1 addition & 1 deletion modules/harness-upload-python-modules/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ terraform {
required_providers {
null = {
source = "hashicorp/null"
version = "3.2.1"
version = "3.2.3"
}
}
}
2 changes: 1 addition & 1 deletion modules/set-bq-project-cmek/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ terraform {
required_providers {
null = {
source = "hashicorp/null"
version = "3.2.1"
version = "3.2.3"
}
}
}
2 changes: 1 addition & 1 deletion modules/vpc-sc-config/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ terraform {

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

time = {
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/standalone/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ terraform {

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

time = {
Expand Down
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ terraform {

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

time = {
Expand Down

0 comments on commit 9be3f78

Please sign in to comment.