File tree Expand file tree Collapse file tree 3 files changed +36
-36
lines changed Expand file tree Collapse file tree 3 files changed +36
-36
lines changed Original file line number Diff line number Diff line change @@ -7,33 +7,33 @@ terraform {
7
7
required_providers {
8
8
oci = {
9
9
source = " oracle/oci"
10
- version = " >= 4.88.1 "
11
- # https://registry.terraform.io/providers/oracle/oci/4.88.1
10
+ version = " ~> 4 "
11
+ # https://registry.terraform.io/providers/oracle/oci/
12
12
}
13
13
kubernetes = {
14
14
source = " hashicorp/kubernetes"
15
- version = " ~> 2.12.1 "
16
- # https://registry.terraform.io/providers/hashicorp/kubernetes/2.12.1
15
+ version = " ~> 2"
16
+ # https://registry.terraform.io/providers/hashicorp/kubernetes/
17
17
}
18
18
helm = {
19
19
source = " hashicorp/helm"
20
- version = " ~> 2.6.0 "
21
- # https://registry.terraform.io/providers/hashicorp/helm/2.6.0
20
+ version = " ~> 2"
21
+ # https://registry.terraform.io/providers/hashicorp/helm/
22
22
}
23
23
tls = {
24
24
source = " hashicorp/tls"
25
- version = " ~> 4.0.1 "
26
- # https://registry.terraform.io/providers/hashicorp/tls/4.0.1
25
+ version = " ~> 4"
26
+ # https://registry.terraform.io/providers/hashicorp/tls/
27
27
}
28
28
local = {
29
29
source = " hashicorp/local"
30
- version = " ~> 2.2.3 "
31
- # https://registry.terraform.io/providers/hashicorp/local/2.2.3
30
+ version = " ~> 2"
31
+ # https://registry.terraform.io/providers/hashicorp/local/
32
32
}
33
33
random = {
34
34
source = " hashicorp/random"
35
- version = " ~> 3.3.2 "
36
- # https://registry.terraform.io/providers/hashicorp/random/3.3.2
35
+ version = " ~> 3"
36
+ # https://registry.terraform.io/providers/hashicorp/random/
37
37
}
38
38
}
39
39
}
Original file line number Diff line number Diff line change @@ -7,34 +7,34 @@ terraform {
7
7
required_providers {
8
8
oci = {
9
9
source = " oracle/oci"
10
- version = " >= 4.88.1 "
11
- # https://registry.terraform.io/providers/oracle/oci/4.88.1
10
+ version = " ~> 4 "
11
+ # https://registry.terraform.io/providers/oracle/oci/
12
12
configuration_aliases = [oci.home_region]
13
13
}
14
14
kubernetes = {
15
15
source = " hashicorp/kubernetes"
16
- version = " ~> 2.12.1 "
17
- # https://registry.terraform.io/providers/hashicorp/kubernetes/2.12.1
16
+ version = " ~> 2"
17
+ # https://registry.terraform.io/providers/hashicorp/kubernetes/
18
18
}
19
19
helm = {
20
20
source = " hashicorp/helm"
21
- version = " ~> 2.6.0 "
22
- # https://registry.terraform.io/providers/hashicorp/helm/2.6.0
21
+ version = " ~> 2"
22
+ # https://registry.terraform.io/providers/hashicorp/helm/
23
23
}
24
24
tls = {
25
25
source = " hashicorp/tls"
26
- version = " ~> 4.0.1 "
27
- # https://registry.terraform.io/providers/hashicorp/tls/4.0.1
26
+ version = " ~> 4"
27
+ # https://registry.terraform.io/providers/hashicorp/tls/
28
28
}
29
29
local = {
30
30
source = " hashicorp/local"
31
- version = " ~> 2.2.3 "
32
- # https://registry.terraform.io/providers/hashicorp/local/2.2.3
31
+ version = " ~> 2"
32
+ # https://registry.terraform.io/providers/hashicorp/local/
33
33
}
34
34
random = {
35
35
source = " hashicorp/random"
36
- version = " ~> 3.3.2 "
37
- # https://registry.terraform.io/providers/hashicorp/random/3.3.2
36
+ version = " ~> 3"
37
+ # https://registry.terraform.io/providers/hashicorp/random/
38
38
}
39
39
}
40
40
}
Original file line number Diff line number Diff line change @@ -7,33 +7,33 @@ terraform {
7
7
required_providers {
8
8
oci = {
9
9
source = " oracle/oci"
10
- version = " >= 4.88.1 "
11
- # https://registry.terraform.io/providers/oracle/oci/4.88.1
10
+ version = " ~> 4, < 5 "
11
+ # https://registry.terraform.io/providers/oracle/oci/
12
12
}
13
13
kubernetes = {
14
14
source = " hashicorp/kubernetes"
15
- version = " ~> 2.12.1 "
16
- # https://registry.terraform.io/providers/hashicorp/kubernetes/2.12.1
15
+ version = " ~> 2"
16
+ # https://registry.terraform.io/providers/hashicorp/kubernetes/
17
17
}
18
18
helm = {
19
19
source = " hashicorp/helm"
20
- version = " ~> 2.6.0 "
21
- # https://registry.terraform.io/providers/hashicorp/helm/2.6.0
20
+ version = " ~> 2"
21
+ # https://registry.terraform.io/providers/hashicorp/helm/
22
22
}
23
23
tls = {
24
24
source = " hashicorp/tls"
25
- version = " ~> 4.0.1 "
26
- # https://registry.terraform.io/providers/hashicorp/tls/4.0.1
25
+ version = " ~> 4"
26
+ # https://registry.terraform.io/providers/hashicorp/tls/
27
27
}
28
28
local = {
29
29
source = " hashicorp/local"
30
- version = " ~> 2.2.3 "
31
- # https://registry.terraform.io/providers/hashicorp/local/2.2.3
30
+ version = " ~> 2"
31
+ # https://registry.terraform.io/providers/hashicorp/local/
32
32
}
33
33
random = {
34
34
source = " hashicorp/random"
35
- version = " ~> 3.3.2 "
36
- # https://registry.terraform.io/providers/hashicorp/random/3.3.2
35
+ version = " ~> 3"
36
+ # https://registry.terraform.io/providers/hashicorp/random/
37
37
}
38
38
}
39
39
}
You can’t perform that action at this time.
0 commit comments