Skip to content

Commit

Permalink
feat(deps)!: update terraform null to v3 (#750)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 15, 2022
1 parent a560782 commit b2e8bfc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 5-app-infra/business_unit_1/development/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ terraform {

null = {
source = "hashicorp/null"
version = "~> 2.1"
version = "~> 3.0"
}

random = {
Expand Down
2 changes: 1 addition & 1 deletion 5-app-infra/business_unit_1/non-production/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ terraform {

null = {
source = "hashicorp/null"
version = "~> 2.1"
version = "~> 3.0"
}

random = {
Expand Down
2 changes: 1 addition & 1 deletion 5-app-infra/business_unit_1/production/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ terraform {

null = {
source = "hashicorp/null"
version = "~> 2.1"
version = "~> 3.0"
}

random = {
Expand Down
2 changes: 1 addition & 1 deletion 5-app-infra/modules/env_base/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ terraform {
}
null = {
source = "hashicorp/null"
version = "~> 2.1"
version = "~> 3.0"
}

random = {
Expand Down

0 comments on commit b2e8bfc

Please sign in to comment.