Commit 30efb30
committed
Refactor backend configuration out of main.tf
Why is it necessary? (Bug fix, feature, improvements?)
- improvement: The backend is tied to AWS S3 and tightly coupled with
the main implementation. Moving to its own file allows for
flexibility to overwrite file if users are not storing their
configuration in S3 or want some other S3 configuration
How does the change address the issue?
- Move the backend config into its own resource file
What side effects does this change have?
- None1 parent 8cc2877 commit 30efb30
2 files changed
Lines changed: 3 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | 1 | | |
6 | 2 | | |
7 | 3 | | |
| |||
0 commit comments