Skip to content

Commit

Permalink
add: using s3 as tf backend.
Browse files Browse the repository at this point in the history
  • Loading branch information
mahesh-naxa committed Dec 14, 2023
1 parent 3c21f66 commit 90c4f9c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions scripts/aws/terraform/export-tool-lambda-cron/backend.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## Initializes Tf backend to use S3, create s3 bucket first.

# terraform {
# backend "s3" {
# bucket = "hotosm-tm-terraform-statefiles"
# dynamodb_table = "hotosm-tm-terraform-locks"
# key = "terraform.state"
# region = "ap-south-1"
# }
# }

0 comments on commit 90c4f9c

Please sign in to comment.