go-ethereum/terraform/variables.tf
Ruslan Gladov 70831ff5d7 tf code
2024-06-17 19:10:21 +03:00

13 lines
188 B
HCL

variable "region" {
default = "eu-west-1"
}
variable "tags" {
default = {}
}
variable "account_id" {
description = "AWS Account ID"
type = string
default = null
}