mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 18:32:23 +00:00
13 lines
188 B
HCL
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
|
|
}
|