0
0
llucycodes42
The given code creates a provider called mailgun that uses the given API key.
Shortcut: tf_mailgun
provider "mailgun" {
api_key = "${api_key}"
}
0
0
llucycodes42
The given code creates a provider called mailgun that uses the given API key.
Shortcut: tf_mailgun
provider "mailgun" {
api_key = "${api_key}"
}