Skip to content

Commit aa561b0

Browse files
chore(deps): update terraform null to v3.3.0
1 parent 887e9ec commit aa561b0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

160_gitlab_ci/000_rollout/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ terraform {
1919
}
2020
null = {
2121
source = "hashicorp/null"
22-
version = "3.2.4"
22+
version = "3.3.0"
2323
}
2424
}
2525
}

180_observability/000_infrastructure/002_hcloud/providers.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ terraform {
1515
}
1616
null = {
1717
source = "hashicorp/null"
18-
version = "3.2.4"
18+
version = "3.3.0"
1919
}
2020
ssh = {
2121
source = "loafoe/ssh"

0 commit comments

Comments
 (0)