Files
assignment01/modules/vpn_conn/variables.tf
2025-11-18 03:20:27 +00:00

13 lines
136 B
HCL

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