go-ethereum/cicd/devnet/terraform/module/region/variables.tf
Liam 5b75d3a904
enhance 3 regions deployment (#259)
* enhance 3 regions deployment

* remove other regions config

* remove other unused code
2023-05-14 22:13:37 +10:00

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
}