mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-22 22:54:33 +00:00
19 lines
No EOL
369 B
HCL
19 lines
No EOL
369 B
HCL
variable "region" {
|
|
description = "AWS region"
|
|
type = string
|
|
}
|
|
|
|
variable "devnetNodeKeys" {
|
|
description = "each miner's key"
|
|
type = map
|
|
}
|
|
|
|
variable "logLevel" {
|
|
description = "containers log level"
|
|
type = string
|
|
}
|
|
|
|
variable "devnet_xdc_ecs_tasks_execution_role_arn" {
|
|
description = "aws iam role resource arn"
|
|
type = string
|
|
} |