Created
August 16, 2020 12:34
-
-
Save arashkaffamanesh/2140a1d8fe7607c006d77d420a932a80 to your computer and use it in GitHub Desktop.
This file contains hidden or 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" { | |
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