File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,15 +6,15 @@ terraform {
66 # Lock DA into an exact provider version - renovate automation will keep it updated
77 ibm = {
88 source = " ibm-cloud/ibm"
9- version = " 1.78.2 "
9+ version = " 1.78.3 "
1010 }
1111 helm = {
1212 source = " hashicorp/helm"
1313 version = " 2.17.0"
1414 }
1515 kubernetes = {
1616 source = " hashicorp/kubernetes"
17- version = " 2.36 .0"
17+ version = " 2.37 .0"
1818 }
1919 }
2020}
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ terraform {
44 # Lock DA into an exact provider version - renovate automation will keep it updated
55 ibm = {
66 source = " ibm-cloud/ibm"
7- version = " 1.78.2 "
7+ version = " 1.78.3 "
88 }
99 time = {
1010 source = " hashicorp/time"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ terraform {
44 required_providers {
55 ibm = {
66 source = " IBM-Cloud/ibm"
7- version = " 1.78.2 "
7+ version = " 1.78.3 "
88 }
99 }
1010}
You can’t perform that action at this time.
0 commit comments