terraform script add

This commit is contained in:
ByeonJungHun
2023-10-19 16:35:47 +09:00
commit 65f305d107
947 changed files with 81629 additions and 0 deletions

11
terraform/variables.tf Normal file
View File

@@ -0,0 +1,11 @@
variable "access_key" {
default = "fHrc64JJfNV9pLVUMIsQ"
}
variable "secret_key" {
default = "93qernzjJp9CKuGkXLlHxQNn2bkxIKauzCkBjrw4"
}
variable "region" {
default = "KR"
}