Skip to content

Instantly share code, notes, and snippets.

@AymenSegni
Created April 12, 2020 15:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AymenSegni/cc6ad1b26f1ed49c8e26bb31695921f2 to your computer and use it in GitHub Desktop.
Save AymenSegni/cc6ad1b26f1ed49c8e26bb31695921f2 to your computer and use it in GitHub Desktop.
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