Skip to content

Instantly share code, notes, and snippets.

@AymenSegni
Created April 12, 2020 15:06
Show Gist options
  • Save AymenSegni/9e5c632e6f9965e5e3b4dd414c542cc5 to your computer and use it in GitHub Desktop.
Save AymenSegni/9e5c632e6f9965e5e3b4dd414c542cc5 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