Skip to content

Commit 6193806

Browse files
chore(deps): update terraform null to v3 (#118)
Co-authored-by: Andrew Peabody <[email protected]>
1 parent 167683b commit 6193806

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/automatic-labelling-folder/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ terraform {
2626
}
2727
null = {
2828
source = "hashicorp/null"
29-
version = "~> 2.1"
29+
version = ">= 2.1"
3030
}
3131
random = {
3232
source = "hashicorp/random"

examples/automatic-labelling-from-localhost/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ terraform {
2626
}
2727
null = {
2828
source = "hashicorp/null"
29-
version = "~> 2.1"
29+
version = ">= 2.1"
3030
}
3131
random = {
3232
source = "hashicorp/random"

examples/automatic-labelling-from-repository/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ terraform {
2626
}
2727
null = {
2828
source = "hashicorp/null"
29-
version = "~> 2.1"
29+
version = ">= 2.1"
3030
}
3131
random = {
3232
source = "hashicorp/random"

0 commit comments

Comments
 (0)