Skip to content

Releases: terraform-ibm-modules/terraform-ibm-observability-instances

v2.11.0

05 Jan 15:03
653b662
Compare
Choose a tag to compare

2.11.0 (2024-01-05)

Features

  • added the ability to create an auth policy which allows the atracker service object writer access to the COS target. This will only be created if passing a value for the cos_targets input variable, and if service_to_service_enabled is true and skip_atracker_cos_iam_auth_policy is false inside the cos_targets list object. (#433) (653b662)

v2.10.3

22 Dec 14:20
v2.10.3
eac527b
Compare
Choose a tag to compare

2.10.3 (2023-12-22)

Bug Fixes

  • fixed bug where service_to_service_enabled value was not being passed to provider (#420) (eac527b)

v2.10.2

22 Dec 12:32
808232c
Compare
Choose a tag to compare

2.10.2 (2023-12-22)

Bug Fixes

  • fix validation bug for cos_targets variable (#419) (808232c)

v2.10.1

27 Nov 12:49
413e582
Compare
Choose a tag to compare

2.10.1 (2023-11-27)

Bug Fixes

  • add extra validation to the global_event_routing_settings to ensure only one of the supported target regions are passed. Supported regions are currently "eu-gb", "eu-de", "au-syd", "us-east", "us-south", "eu-es" (#401) (413e582)

v2.10.0

06 Oct 10:38
v2.10.0
0e33928
Compare
Choose a tag to compare

2.10.0 (2023-10-06)

Features

  • updated the required terraform version range to >= 1.0.0, < 1.6.0 (#368) (0e33928)

v2.9.2

25 Sep 14:23
v2.9.2
45c30ce
Compare
Choose a tag to compare

2.9.2 (2023-09-25)

Bug Fixes

  • added missing moved block for atracker log analysis targets (#360) (45c30ce)

v2.9.1

18 Sep 14:55
f771c52
Compare
Choose a tag to compare

2.9.1 (2023-09-18)

Bug Fixes

  • updates to the modules documentation (#354) (f771c52)

v2.9.0

24 Aug 07:33
2a53543
Compare
Choose a tag to compare

2.9.0 (2023-08-24)

Features

  • update required ibm provider version to >= 1.56.1 (#335) (2a53543)

v2.8.0

23 Jun 09:44
v2.8.0
928d4bd
Compare
Choose a tag to compare

2.8.0 (2023-06-23)

Updates (#259) (928d4bd)

  • The submodule directories formerly referred to as logdna and sysdig have been renamed as log_analysis and cloud_monitoring respectively. In addition all variables with the name logdna & sysdig have been renamed to log_analysis and cloud_monitoring respectively. The following are the list of variable names renamed:

    • logdna_instance_name -> log_analysis_instance_name
    • logdna_plan -> log_analysis_plan
    • logdna_tags -> log_analysis_tags
    • logdna_manager_key_name -> log_analysis_manager_key_name
    • logdna_manager_key_tags -> log_analysis_manager_key_tags
    • logdna_access_tags -> log_analysis_access_tags
    • logdna_cos_instance_id -> log_analysis_cos_instance_id
    • logdna_cos_bucket_name -> log_analysis_cos_bucket_name
    • logdna_cos_bucket_endpoint -> log_analysis_cos_bucket_endpoint
    • logdna_targets -> log_analysis_targets
    • logdna_provision -> log_analysis_provision
    • logdna_resource_key_role -> log_analysis_resource_key_role
    • logdna_service_endpoints -> log_analysis_service_endpoints
    • sysdig_crn -> cloud_monitoring_crn
    • sysdig_plan -> cloud_monitoring_plan
    • sysdig_instance_name -> cloud_monitoring_instance_name
    • sysdig_tags -> cloud_monitoring_tags
    • sysdig_manager_key_name -> cloud_monitoring_manager_key_name
    • sysdig_manager_key_tags -> cloud_monitoring_manager_key_tags
    • sysdig_access_tags -> cloud_monitoring_access_tags
    • sysdig_provision -> cloud_monitoring_provision
    • sysdig_service_endpoints -> cloud_monitoring_service_endpoints

v2.7.1

19 Jun 13:24
v2.7.1
b23feca
Compare
Choose a tag to compare

2.7.1 (2023-06-19)

Bug Fixes

  • update modules references to point to hashicorp module registry (b23feca)