정리
This commit is contained in:
13
modules/vpn_conn/variables.tf
Normal file
13
modules/vpn_conn/variables.tf
Normal file
@ -0,0 +1,13 @@
|
||||
variable "cgw_id" {
|
||||
type = string
|
||||
|
||||
}
|
||||
|
||||
variable "tgw_id" {
|
||||
type = string
|
||||
|
||||
}
|
||||
variable "preshared_key" {
|
||||
type = string
|
||||
|
||||
}
|
Reference in New Issue
Block a user