0
0
llucycodes42
In the code, the provider "pagerduty" is defined. The provider acquires a token from the user and stores it in the token variable.
Shortcut: tf_pagerduty
provider "pagerduty" {
token = "${token}"
}
0
0
llucycodes42
In the code, the provider "pagerduty" is defined. The provider acquires a token from the user and stores it in the token variable.
Shortcut: tf_pagerduty
provider "pagerduty" {
token = "${token}"
}