Skip to content

A basic demo(gorgon) of building out a PagerDuty instance with Terraform or OpenTofu.

License

Notifications You must be signed in to change notification settings

mattlinebarger/tf-pd-stranger-things-demo

Repository files navigation

tf-pd-stranger-things-demo

A basic demo(gorgon) of building out a PagerDuty instance with Terraform or OpenTofu.

Pre-Requisites

Installation & Usage

  1. Clone repo into appropriate location and enter directory.

    $ git clone https://github.com/mattlinebarger/tf-pd-stranger-things-demo.git
  2. Initialize Terraform or OpenTofu Workspace

    $ terraform init

    or

    $ tofu init
  3. Apply

    $ terraform apply -var="API_TOKEN=TOKEN_HERE" -var="EMAIL_DOMAIN=DOMAIN_HERE" -var="TZ=TIMEZONE_HERE"

    or

    $ tofu apply -var="API_TOKEN=TOKEN_HERE" -var="EMAIL_DOMAIN=DOMAIN_HERE" -var="TZ=TIMEZONE_HERE"

    Note: EMAIL_DOMAIN and TZ are optional variables. If left blank example.com and America/Chicago will be used as defaults.

About

A basic demo(gorgon) of building out a PagerDuty instance with Terraform or OpenTofu.

Resources

License

Stars

Watchers

Forks

Languages