Blog_IMIE/ops/terraform/secrets.tf
2018-11-01 11:14:19 +01:00

16 lines
276 B
HCL

###########################
# VARS
###########################
variable "aws_access_key_id" {
default = "AKIAIHBYYPCVUNGK7HCA"
}
variable "aws_secret_access_key" {
default = "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"
}
variable "aws_region" {
default = "eu-west-3"
}