Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs: mention Terraform Variables for phone call numbers #279

Open
case-fastly opened this issue Nov 3, 2023 · 0 comments
Open

Docs: mention Terraform Variables for phone call numbers #279

case-fastly opened this issue Nov 3, 2023 · 0 comments

Comments

@case-fastly
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant