Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
saad946 authored Oct 7, 2023
1 parent 6959c2f commit f0cd79c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Packer-Hasicorp/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# packer-crash-course-by-sandip
# packer-crash-course-by-saad

#Installations:
https://developer.hashicorp.com/packer/downloads?product_intent=packer
Expand All @@ -17,4 +17,4 @@ packer build <packer template file>
e.g. packer build main.pkr.hcl

to pass aws vartiaable as params:
packer -var "aws_access_key=$AWS_ACCESS_KEY" -var "aws_secret_key=$AWS_SECRET_KEY"
packer -var "aws_access_key=$AWS_ACCESS_KEY" -var "aws_secret_key=$AWS_SECRET_KEY"

0 comments on commit f0cd79c

Please sign in to comment.