Skip to content

Commit 20e368f

Browse files
committed
terraform/aws: Correct some minor spelling mistakes
Signed-off-by: Chuck Lever <[email protected]>
1 parent a8fdabb commit 20e368f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

terraform/aws/vars.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,18 +42,18 @@ variable "ssh_pubkey_data" {
4242
#
4343
# Using this filter glob lets us get the latest ami for this owner / release.
4444
variable "aws_name_search" {
45-
description = "Youre AWS AMI search name filter"
45+
description = "Your AWS AMI search name filter"
4646
default = "debian-stretch-hvm-x86_64-*"
4747
}
4848

4949
# This has to match your preferred image filter above too.
5050
variable "aws_virt_type" {
51-
description = "Youre AWS preferred virtualization type"
51+
description = "Your AWS preferred virtualization type"
5252
default = "hvm"
5353
}
5454

5555
variable "aws_ami_owner" {
56-
description = "Youre AWS AMI image owner"
56+
description = "Your AWS AMI image owner"
5757

5858
# Debian
5959
default = "379101102735"

0 commit comments

Comments
 (0)