Skip to content

Instantly share code, notes, and snippets.

@arashkaffamanesh
Created August 16, 2020 12:34
Show Gist options
  • Save arashkaffamanesh/2140a1d8fe7607c006d77d420a932a80 to your computer and use it in GitHub Desktop.
Save arashkaffamanesh/2140a1d8fe7607c006d77d420a932a80 to your computer and use it in GitHub Desktop.
terraform {
backend "s3" {
bucket = "{{CLUSTER_NAME}}"
key = "terraform.tfstate"
region = "{{REGION}}"
# dynamodb_table = "test-eks-spot-locks"
encrypt = true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment