Skip to content

Commit 116b046

Browse files
authored
fix(deps): terraform IBM provider to 1.79.2 (#398)
1 parent 7a90d5d commit 116b046

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

solutions/agents/version.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ 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.79.0"
9+
version = "1.79.2"
1010
}
1111
helm = {
1212
source = "hashicorp/helm"

solutions/instances/version.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.79.0"
7+
version = "1.79.2"
88
}
99
time = {
1010
source = "hashicorp/time"

solutions/logs-routing/version.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ terraform {
44
required_providers {
55
ibm = {
66
source = "IBM-Cloud/ibm"
7-
version = "1.79.0"
7+
version = "1.79.2"
88
}
99
}
1010
}

tests/resources/existing-resources/version.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ terraform {
33
required_providers {
44
ibm = {
55
source = "ibm-cloud/ibm"
6-
version = ">= 1.76.0"
6+
version = ">= 1.79.2"
77
}
88
}
99
}

tests/resources/version.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ terraform {
33
required_providers {
44
ibm = {
55
source = "ibm-cloud/ibm"
6-
version = ">= 1.76.1"
6+
version = ">= 1.79.2"
77
}
88
}
99
}

0 commit comments

Comments
 (0)