terraform-provider-checkly icon indicating copy to clipboard operation
terraform-provider-checkly copied to clipboard

Docs: mention Terraform Variables for phone call numbers

Open case-fastly opened this issue 1 year ago • 0 comments

What is the improvement or update you wish to see?

As discussed in the Checkly community Slack channel, I'd asked about how to use the Phone Call alert channel without putting a phone number in the codebase.

The solution I ended up with, was using a Terraform Variable saved in Terraform Cloud.

Adding a snippet to the documentation suggesting this approach could help people in the future, for example:

  call {
    name   = "Phone call (Case)"
    number = "+12345678901" # or var.phone_number, to avoid storing a phone number in your codebase
  }

Is there any context that might help us understand?

None.

Does the docs page already exist? Please link to it.

No response

case-fastly avatar Nov 03 '23 19:11 case-fastly