We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea471da commit 773846aCopy full SHA for 773846a
test/unit-complete/provider.tf
@@ -6,8 +6,11 @@ terraform {
6
required_providers {
7
github = {
8
source = "integrations/github"
9
- version = "~> 4.19"
+ version = "~> 5.0"
10
+ }
11
+ tls = {
12
+ source = "hashicorp/tls"
13
+ version = "~> 2.1"
14
}
- tls = "~> 2.1"
15
16
versions.tf
@@ -5,12 +5,10 @@
5
terraform {
required_version = "~> 1.0"
- # 4.7.0 to 4.9.1 has a security regression: new repositories created via a
- # template have a public visibility. Has been fixed in 4.9.2.
- version = "~> 4.20"
+ version = ">= 4.20, < 6.0"
0 commit comments