terraform-demo/modules/vpn_conn/variables.tf
2023-01-22 03:27:54 +09:00

13 lines
136 B
HCL

variable "cgw_id" {
type = string
}
variable "tgw_id" {
type = string
}
variable "preshared_key" {
type = string
}