Terraform fmt across new modules

This commit is contained in:
Rob Gil
2019-12-18 18:47:02 -05:00
parent 6d64665474
commit 0925c73c68
5 changed files with 40 additions and 40 deletions

View File

@@ -19,13 +19,13 @@ variable "owner" {
}
variable "sku" {
type = string
description = "SKU of which CDN to use"
default = "Standard_Verizon"
type = string
description = "SKU of which CDN to use"
default = "Standard_Verizon"
}
variable "origin_host_name" {
type = string
description = "Subdomain to use for the origin in requests to the CDN"
type = string
description = "Subdomain to use for the origin in requests to the CDN"
}