Skip to content

Commit 0c505be

Browse files
authored
Update secrets-and-yor-ec2.tf
1 parent 554d105 commit 0c505be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

terraform/secrets-and-yor-ec2.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ sudo apt-get update
1212
sudo apt-get install -y apache2
1313
sudo systemctl start apache2
1414
sudo systemctl enable apache2
15+
export AWS_ACCESS_KEY_ID=AKIAIOSFODNN7EXAMAAA
1516
export AWS_SECRET_ACCESS_KEY=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
1617
export AWS_DEFAULT_REGION=us-west-2
1718
echo "<h1>Deployed via Terraform</h1>" | sudo tee /var/www/html/index.html

0 commit comments

Comments
 (0)