terraform verbose mode

Developer from somewhere

If you’re facing such an error:

UnauthorizedOperation: You are not authorized to perform this operation.

Run terraform like this:

TF_LOG=1 terraform apply

And this will most likely help you further with your debugging.