The home for Hyperlane core contracts, sdk packages, and other infrastructure
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
hyperlane-monorepo/rust/terraform/modules/iam_kms/variables.tf

19 lines
395 B

variable "aws_region" {
description = "AWS region"
type = string
}
variable "validator_name" {
description = "The name of the validator"
type = string
}
variable "aws_log_group" {
description = "The name of the log group to write to"
type = string
}
variable "efs_access_point_arn" {
description = "The ARN of the EFS access point"
type = string
}