We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 554d105 commit 0c505beCopy full SHA for 0c505be
terraform/secrets-and-yor-ec2.tf
@@ -12,6 +12,7 @@ sudo apt-get update
12
sudo apt-get install -y apache2
13
sudo systemctl start apache2
14
sudo systemctl enable apache2
15
+export AWS_ACCESS_KEY_ID=AKIAIOSFODNN7EXAMAAA
16
export AWS_SECRET_ACCESS_KEY=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
17
export AWS_DEFAULT_REGION=us-west-2
18
echo "<h1>Deployed via Terraform</h1>" | sudo tee /var/www/html/index.html
0 commit comments