mirror of
https://github.com/Aviortheking/Blog_IMIE.git
synced 2025-04-23 11:22:12 +00:00
16 lines
276 B
HCL
16 lines
276 B
HCL
###########################
|
|
# VARS
|
|
###########################
|
|
|
|
variable "aws_access_key_id" {
|
|
default = "AKIAIQG7G3XFFHYZRFWQ"
|
|
}
|
|
|
|
variable "aws_secret_access_key" {
|
|
default = "KQpS1s4cJ3VrWYXWM/BlDJU9Z+UNgeQi8MdD4wNB"
|
|
}
|
|
|
|
variable "aws_region" {
|
|
default = "eu-west-3"
|
|
}
|