boltops-tools / terraspace

Terraspace: The Terraform Framework
https://terraspace.cloud
Apache License 2.0
680 stars 46 forks source link

fix no backend.tf src file case #178

Closed tongueroo closed 2 years ago

tongueroo commented 2 years ago

This is a 🐞 bug fix.

Summary

Fix for case when no config/terraform/backend.tf or config/terraform/backend.rb exists.

Context

How to Test

Run codebuild ingreration tests, which do this:

terraspace new project infra --examples
cd infra
terraspace new test demo --type stack
cd app/stacks/demo
terraspace test

Version Changes

Patch