UPD: removing renamed file

This commit is contained in:
xpk 2020-08-02 18:21:12 +08:00
parent ad66eb15bd
commit fb9390f355
Signed by: xpk
GPG Key ID: CD4FF6793F09AB86

View File

@ -1,12 +0,0 @@
variable "aws_access_key" {}
variable "aws_secret_key" {}
variable "aws_region" {}
provider "aws" {
access_key = var.aws_access_key
secret_key = var.aws_secret_key
region = var.aws_region
version = ">= 2.28.1"
}
variable "default-tags" {}