Skip to content

Commit

Permalink
Add version constraint for null provider
Browse files Browse the repository at this point in the history
  • Loading branch information
Valentin Widmer committed Dec 19, 2023
1 parent ba79c8c commit be99939
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions patterns/aws-vpc-cni-network-policy/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,9 @@ terraform {
source = "hashicorp/kubernetes"
version = ">= 2.20"
}
null = {
source = "hashicorp/null"
version = ">= 3.2"
}
}
}

0 comments on commit be99939

Please sign in to comment.