File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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.
4444variable "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.
5050variable "aws_virt_type" {
51- description = " Youre AWS preferred virtualization type"
51+ description = " Your AWS preferred virtualization type"
5252 default = " hvm"
5353}
5454
5555variable "aws_ami_owner" {
56- description = " Youre AWS AMI image owner"
56+ description = " Your AWS AMI image owner"
5757
5858 # Debian
5959 default = " 379101102735"
You can’t perform that action at this time.
0 commit comments