inkdrop-org / inkdrop-visualizer

Visualizes your Terraform
https://inkdrop.ai/
Mozilla Public License 2.0
467 stars 20 forks source link

Backend false when run terraform init #59

Open TheRealMamuth opened 3 months ago

TheRealMamuth commented 3 months ago

When I have a configuration where federated authentication is used, there is a problem with connecting the backend. It cannot be authorized - it would be good to use the terraform init backend=false option so as not to load the backend. Which is unnecessary anyway

in https://github.com/inkdrop-org/inkdrop-visualizer/blob/main/.github/workflows/inkdrop-plan.yml#L59

terraform init -backend=false
TheRealMamuth commented 3 months ago

created PR https://github.com/inkdrop-org/inkdrop-visualizer/pull/60