Skip to content

Commit 379ad36

Browse files
chore(deps): update ci dependencies (#240)
* chore(deps): update ci dependencies * Update main.tf * Update main.tf * SKIP UPGRADE TEST --------- Co-authored-by: Conall Ó Cofaigh <[email protected]>
1 parent d0f8252 commit 379ad36

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.secrets.baseline

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"files": "go.sum|^.secrets.baseline$",
44
"lines": null
55
},
6-
"generated_at": "2023-07-06T10:32:00Z",
6+
"generated_at": "2023-07-07T10:32:00Z",
77
"plugins_used": [
88
{
99
"name": "AWSKeyDetector"

common-dev-assets

examples/fscloud/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ locals {
108108
# Create Sysdig and Activity Tracker instance
109109
module "observability_instances" {
110110
source = "terraform-ibm-modules/observability-instances/ibm"
111-
version = "2.8.0"
111+
version = "2.9.1"
112112
providers = {
113113
logdna.at = logdna.at
114114
logdna.ld = logdna.ld

examples/multiple_mzr_clusters/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ data "ibm_container_cluster_config" "cluster_config_c2" {
133133

134134
module "observability_instances" {
135135
source = "terraform-ibm-modules/observability-instances/ibm"
136-
version = "2.8.0"
136+
version = "2.9.1"
137137
providers = {
138138
logdna.at = logdna.at
139139
logdna.ld = logdna.ld

0 commit comments

Comments
 (0)