From 20e368fefdf6a5e5b9b6459657d5d28bcbe031fa Mon Sep 17 00:00:00 2001 From: Chuck Lever Date: Mon, 30 Dec 2024 16:57:16 -0500 Subject: [PATCH] terraform/aws: Correct some minor spelling mistakes Signed-off-by: Chuck Lever --- terraform/aws/vars.tf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/terraform/aws/vars.tf b/terraform/aws/vars.tf index 9207bc87..8b9d0d84 100644 --- a/terraform/aws/vars.tf +++ b/terraform/aws/vars.tf @@ -42,18 +42,18 @@ variable "ssh_pubkey_data" { # # Using this filter glob lets us get the latest ami for this owner / release. variable "aws_name_search" { - description = "Youre AWS AMI search name filter" + description = "Your AWS AMI search name filter" default = "debian-stretch-hvm-x86_64-*" } # This has to match your preferred image filter above too. variable "aws_virt_type" { - description = "Youre AWS preferred virtualization type" + description = "Your AWS preferred virtualization type" default = "hvm" } variable "aws_ami_owner" { - description = "Youre AWS AMI image owner" + description = "Your AWS AMI image owner" # Debian default = "379101102735"