Elihai Blomberg
Elihai Blomberg
This Feature doesn't apply by Terraform in the Terraform plan it show it is going to add it but in the UI it's still off. if i changing manually it...
`resource "pagerduty_service" "service" { for_each = { for technical_service in local.technical_services : technical_service.name => technical_service } name = "${each.value.name}-${var.env}" escalation_policy = lookup(each.value, "escalation_policy", null) == null ? data.pagerduty_escalation_policy.escalation_policy.id : data.pagerduty_escalation_policy.service_escalation_policy[each.value.name].id...
module.technical_service_staging.pagerduty_service.service["account-event-linking-service"]: Modifying... [id=PVJKT7N] 2022-09-29T13:42:46.012+0300 [INFO] Starting apply for module.technical_service_staging.pagerduty_service.service["account-event-linking-service"] 2022-09-29T13:42:46.013+0300 [DEBUG] module.technical_service_staging.pagerduty_service.service["account-event-linking-service"]: applying the planned Update change 2022-09-29T13:42:46.013+0300 [DEBUG] module.technical_service_staging.pagerduty_service.service["customer-view-ui"]: applying the planned Update change 2022-09-29T13:42:46.014+0300 [DEBUG] module.technical_service_staging.pagerduty_service.service["ipv-classification-consumer"]: applying the...
---[ RESPONSE ]-------------------------------------- HTTP/2.0 200 OK Access-Control-Allow-Headers: Authorization, Content-Type, AuthorizationOauth, X-EARLY-ACCESS Access-Control-Allow-Methods: GET, POST, PUT, DELETE, OPTIONS Access-Control-Allow-Origin: * Access-Control-Expose-Headers: Access-Control-Max-Age: 1728000 Cache-Control: max-age=0, private, must-revalidate Content-Type: application/json Date: Thu,...