diff options
| author | Alex Schofield <git@ajschof.me> | 2024-08-19 19:24:23 +0100 |
|---|---|---|
| committer | Alex Schofield <git@ajschof.me> | 2024-08-19 19:24:23 +0100 |
| commit | 95c4fe80aea75a9a63b1cfd85abadaab6b96b876 (patch) | |
| tree | c289b4902c4b3d5d25882ff5bf3e471660dd1997 /terraform/main.tf | |
| parent | 35bf4e8668309cb28175ef0224a6bce453abb47f (diff) | |
| download | de-project-bentley-95c4fe80aea75a9a63b1cfd85abadaab6b96b876.tar.gz de-project-bentley-95c4fe80aea75a9a63b1cfd85abadaab6b96b876.zip | |
infra(tf): add state file encryption
Diffstat (limited to 'terraform/main.tf')
| -rw-r--r-- | terraform/main.tf | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/terraform/main.tf b/terraform/main.tf index 5ccbec2..33c760c 100644 --- a/terraform/main.tf +++ b/terraform/main.tf @@ -15,9 +15,10 @@ terraform { } } backend "s3" { - bucket = "bentley-project-secrets" - key = "bentley-project/terraform.tfstate" - region = "eu-west-2" + bucket = "bentley-project-secrets" + key = "bentley-project/terraform.tfstate" + region = "eu-west-2" + encrypt = true } } |
