An open API service indexing awesome lists of open source software.

https://github.com/imjaroiswebdev/terraform_workshop_101

Terraform code for provisioning a very basic PagerDuty account
https://github.com/imjaroiswebdev/terraform_workshop_101

Last synced: 3 months ago
JSON representation

Terraform code for provisioning a very basic PagerDuty account

Awesome Lists containing this project

README

          

# Terraform 101 Wrokshop

Overview of Terraform/IaC and PagerDuty Provider.

## Steps to execute

### Prerequisite

* Generate a PagerDuty API Key, [know more here...](https://developer.pagerduty.com/docs/ZG9jOjExMDI5NTUx-authentication)
* **Terraform** binary installed in your Computer.

## Actual steps

1. `terraform init`
2. `terraform plan`
3. `terraform apply`