13 lines
136 B
HCL
13 lines
136 B
HCL
variable "cgw_id" {
|
|
type = string
|
|
|
|
}
|
|
|
|
variable "tgw_id" {
|
|
type = string
|
|
|
|
}
|
|
variable "preshared_key" {
|
|
type = string
|
|
|
|
} |