Skip to content

Commit

Permalink
bugfix CTS
Browse files Browse the repository at this point in the history
  • Loading branch information
canaykin committed Jun 13, 2022
1 parent 3b1ea69 commit edc1c8f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/cloud_tracing_service/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,7 @@ resource "opentelekomcloud_cts_tracker_v1" "cloud_tracing_service_tracker_v1" {
is_send_all_key_operation = false # Required: When the value is TRUE, operations cannot be left empty. Official DOCs are wrong.
is_support_smn = false # "true" allows to notify authoritive users about activity, When the value is false, topic_id and operations can be left empty.
project_name = var.project_name
lifecycle {
ignore_changes = [project_name] // This is to prevent deletion of the tracker as OTC seems to not record this parameter
}
}

0 comments on commit edc1c8f

Please sign in to comment.