Closed mcarvalhor closed 7 months ago
https://github.com/hashicorp/terraform/issues/34976 Still keeping this open as I believe it will need a new snap revision once fixed.
This should now be solved :) https://github.com/snapcrafters/terraform/issues/106
What happened?
Hi đź‘‹
It looks like the latest revision of Terraform snap (released today) is not working. When trying to run
terraform plan
orterraform apply
it crashes.Filling a bug here first, but not sure if this is an upstream issue that should go to https://github.com/hashicorp/terraform/issues instead.
Workaround for now: sudo snap refresh --channel="latest/stable" --revision="661" terraform && sudo snap refresh --hold terraform
What should have happened?
With
terraform plan
it should refresh and show the plan. Withterraform apply
it should refresh, show the plan and ask for "yes/no".Output of
snap info $snap_name
Output of
snap connections $snap_name
Output of
snap version
Relevant log output
Teminal output of app