We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 637cf27 commit 7d01a6cCopy full SHA for 7d01a6c
modules/aws-ec2/variables.tf
@@ -17,7 +17,7 @@ variable "username" {
17
}
18
19
variable "caddy" {
20
- description = "Wheather to use Caddy or not, leave empty to disable"
+ description = "Whether to use Caddy or not, leave empty to disable"
21
type = string
22
default = "1"
23
modules/azure-vm/variables.tf
@@ -11,7 +11,7 @@ variable "size" {
11
12
13
14
15
16
0 commit comments