Skip to content

Commit

Permalink
terraform/aws: Correct some minor spelling mistakes
Browse files Browse the repository at this point in the history
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
  • Loading branch information
chucklever committed Dec 30, 2024
1 parent a8fdabb commit 20e368f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions terraform/aws/vars.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 20e368f

Please # to comment.