Closed mstuercke closed 4 months ago
The edge location was missing in the provider config. I was sure, that I've tried this exact combination multiple times. Whatever, it works now.
provider "twilio" {
username = "<account-sid>"
password = "<auth-token>"
region = "ie1"
edge = "dublin"
}
Issue Summary
It is not possible to create an TwiML App in Ireland (ie1) with terraform. If I use my US credentials, everything works just fine.
Steps to Reproduce
main.tf
<account-sid>
and<auth-token>
with the live credentials from Twilio Accountterraform init
terraform apply --auto-approve
Code Snippet
Exception/Log
Technical details: