Sha256: 54aebdb9147612e5f990e85fc47069ed67d579a9f5f53f03e93387527d4c5bfb
Contents?: true
Size: 428 Bytes
Versions: 18
Compression:
Stored size: 428 Bytes
Contents
variable "name" { description = "The name of the storage account" type = string } variable "resource_group_name" { description = "The name of the resource group" type = string } variable "location" { description = "The name of the storage location" type = string } variable "enable_https_traffic_only" { description = "forces HTTPS if enabled" type = string default = true }
Version data entries
18 entries across 18 versions & 1 rubygems