Skip to content

Instantly share code, notes, and snippets.

@AymenSegni
Created April 12, 2020 15:06
Embed
What would you like to do?
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