Skip to content

Commit

Permalink
chore(deps): update terraform terraform-ibm-modules/observability-ins…
Browse files Browse the repository at this point in the history
…tances/ibm to v2.18.1 (#727)
  • Loading branch information
terraform-ibm-modules-ops authored Sep 21, 2024
1 parent 0d174a7 commit 5a6fb1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/advanced/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ locals {
# Create Monitoring and Activity Tracker instance
module "observability_instances" {
source = "terraform-ibm-modules/observability-instances/ibm"
version = "2.18.0"
version = "2.18.1"
providers = {
logdna.at = logdna.at
logdna.ld = logdna.ld
Expand Down
2 changes: 1 addition & 1 deletion examples/fscloud/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ locals {
# Create Monitoring and Activity Tracker instance
module "observability_instances" {
source = "terraform-ibm-modules/observability-instances/ibm"
version = "2.18.0"
version = "2.18.1"
providers = {
logdna.at = logdna.at
logdna.ld = logdna.ld
Expand Down

0 comments on commit 5a6fb1b

Please sign in to comment.