Skip to content

Instantly share code, notes, and snippets.

@Dartblack4
Last active March 12, 2019 10:36
Show Gist options
  • Save Dartblack4/29bfb29ecb7511c106927bab7eef7885 to your computer and use it in GitHub Desktop.
Save Dartblack4/29bfb29ecb7511c106927bab7eef7885 to your computer and use it in GitHub Desktop.
state.tf
terraform {
backend "s3" { # Обозначение бекенда
bucket = "foo-terraform" # Имя бакета
key = "bucket/terraform.tfstate" # Ключ
region = "us-east-1" # Регион
encrypt = "true" # Включено ли шифрование
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment