File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change 1
1
terraform {
2
+ # Lock DA into an exact provider version - renovate automation will keep it updated
2
3
required_providers {
3
4
ibm = {
4
5
source = " IBM-Cloud/ibm"
5
- version = " >= 1.69.2"
6
+ version = " 1.69.2"
6
7
}
7
8
null = {
8
9
source = " hashicorp/null"
9
- version = " >= 3.2.3"
10
+ version = " 3.2.3"
10
11
}
11
12
random = {
12
13
source = " hashicorp/random"
13
- version = " >= 3.6.3"
14
+ version = " 3.6.3"
14
15
}
15
16
restapi = {
16
17
source = " Mastercard/restapi"
17
- version = " >= 1.20.0"
18
+ version = " 1.20.0"
18
19
}
19
20
shell = {
20
21
source = " scottwinkler/shell"
21
- version = " >= 1.7.10"
22
+ version = " 1.7.10"
22
23
}
23
24
elasticstack = {
24
25
source = " elastic/elasticstack"
25
- version = " >= 0.11.7"
26
+ version = " 0.11.7"
26
27
}
27
28
kubernetes = {
28
29
source = " hashicorp/kubernetes"
29
- version = " >= 2.32.0"
30
+ version = " 2.32.0"
30
31
}
31
32
}
32
33
required_version = " >= 1.3.0"
You can’t perform that action at this time.
0 commit comments