diff options
| author | Your Name <you@example.com> | 2026-04-26 21:02:47 +0800 |
|---|---|---|
| committer | Your Name <you@example.com> | 2026-04-26 21:02:47 +0800 |
| commit | d3e770254de0bb301815ca87257c8b1a357d06c4 (patch) | |
| tree | 358c814be2a06b9e2009905f14938243286b8d82 /terraform/envs/prod/backend.tf | |
Diffstat (limited to 'terraform/envs/prod/backend.tf')
| -rw-r--r-- | terraform/envs/prod/backend.tf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/terraform/envs/prod/backend.tf b/terraform/envs/prod/backend.tf new file mode 100644 index 0000000..3c533e6 --- /dev/null +++ b/terraform/envs/prod/backend.tf | |||
| @@ -0,0 +1,5 @@ | |||
| 1 | terraform { | ||
| 2 | backend "local" { | ||
| 3 | path = "terraform.tfstate" | ||
| 4 | } | ||
| 5 | } | ||
