You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This error comes from Terraform syntax evolution.
In the Dockerfile we can see that it uses TF 0.12.12.
The issue can be solved by changing the first line to "ARG TF_VERSION=0.13.5" or "ARG TF_VERSION=0.14.3" (latest)
I do not know if it is possible to change the Terraform version in the python module.
Hi,
I'm trying blast-radius for the first time and coming across this error:
versions.tf here looks like this:
thoughts?
The text was updated successfully, but these errors were encountered: