Add module related to Route53
This commit is contained in:
9
modules/route53/variables.tf
Normal file
9
modules/route53/variables.tf
Normal file
@ -0,0 +1,9 @@
|
||||
variable "name" {
|
||||
description = "route53 name"
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "name" {
|
||||
description = "route53 name"
|
||||
type = string
|
||||
}
|
Reference in New Issue
Block a user