Created
April 12, 2020 15:06
-
-
Save AymenSegni/9e5c632e6f9965e5e3b4dd414c542cc5 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
terraform { | |
backend "s3" { | |
region = "eu-central-1" | |
bucket = "terraform-eks-dev" | |
key = "terraform.tfstate" | |
encrypt = "true" | |
dynamodb_table = "terraform-state-lock" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment