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
- Host: GitHub
- URL: https://github.com/imjaroiswebdev/terraform_workshop_101
- Owner: imjaroiswebdev
- Created: 2023-07-27T14:24:11.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-27T14:29:19.000Z (almost 3 years ago)
- Last Synced: 2025-01-29T05:28:23.572Z (over 1 year ago)
- Language: HCL
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`