route53 add
This commit is contained in:
20
modules/route53-record/variables.tf
Normal file
20
modules/route53-record/variables.tf
Normal file
@ -0,0 +1,20 @@
|
||||
variable "zone_id" {
|
||||
description = "set host-zone id"
|
||||
type = string
|
||||
}
|
||||
variable "prefix" {
|
||||
description = "set host-zone id"
|
||||
type = string
|
||||
}
|
||||
variable "type" {
|
||||
description = "set host-zone id"
|
||||
type = string
|
||||
}
|
||||
variable "ttl" {
|
||||
description = "set host-zone id"
|
||||
type = string
|
||||
}
|
||||
variable "record_list" {
|
||||
description = "set host-zone id"
|
||||
type = list(string)
|
||||
}
|
Reference in New Issue
Block a user