Skip to content

Commit 7d01a6c

Browse files
committed
fix typo
1 parent 637cf27 commit 7d01a6c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/aws-ec2/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ variable "username" {
1717
}
1818

1919
variable "caddy" {
20-
description = "Wheather to use Caddy or not, leave empty to disable"
20+
description = "Whether to use Caddy or not, leave empty to disable"
2121
type = string
2222
default = "1"
2323
}

modules/azure-vm/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ variable "size" {
1111
}
1212

1313
variable "caddy" {
14-
description = "Wheather to use Caddy or not, leave empty to disable"
14+
description = "Whether to use Caddy or not, leave empty to disable"
1515
type = string
1616
default = "1"
1717
}

0 commit comments

Comments
 (0)