feat: initial commit
This commit is contained in:
commit
72a46c03a6
11 changed files with 104 additions and 0 deletions
18
variables.tf
Normal file
18
variables.tf
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
variable "zone" {
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "always_use_https" {
|
||||
type = string
|
||||
default = "on"
|
||||
}
|
||||
|
||||
variable "automatic_https_rewrites" {
|
||||
type = string
|
||||
default = "on"
|
||||
}
|
||||
|
||||
variable "ssl" {
|
||||
type = string
|
||||
default = "full"
|
||||
}
|
||||
Reference in a new issue