Skip to content
This repository was archived by the owner on Oct 16, 2025. It is now read-only.

Commit 0ba32a5

Browse files
committed
Update Terraform null to v3
1 parent b9650ea commit 0ba32a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/provider.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ provider "kubernetes" {
3030
version = "~> 1.8.1"
3131
}
3232
provider "null" {
33-
version = "~> 2.1.2"
33+
version = "~> 3.1.0"
3434
}
3535
provider "random" {
3636
version = "~> 2.1.2"

0 commit comments

Comments
 (0)