+1.
I thought i’m fairly resourceful when it comes to terraform, but lately all these new versions popping up every 2 seconds, and the tons of changes are confusing the hell out of me. Not to mention, that you cannot switch to documentation for older versions on the website anymore…
Btw, if you switch to version 0.15, the error disappears. although it didn’t solve my original problem…
The configuration_aliases block was introduced in 0.15. For 0.13, see the 0.13 docs, and specifically:
The subdirectory ./tunnel must then contain proxy configuration blocks like the following, to declare that it requires its calling module to pass configurations with these names in its providers argument:
provider "aws" {
alias = "src"
}
provider "aws" {
alias = "dst"
}