Skip to content

Commit 6b5d535

Browse files
committed
minor changes on html
1 parent 01c12aa commit 6b5d535

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

05-iac/00-terraform/.start-app/main.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# PROVIDERS
22
provider "aws" {
3-
access_key = "ACCESS_KEY"
4-
secret_key = "SECRET_KEY"
3+
access_key = "AKIARK7SEOFUG6SSUCGI"
4+
secret_key = "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"
55
region = "eu-west-3"
66
}
77

@@ -78,7 +78,7 @@ resource "aws_instance" "nginx1" {
7878
sudo amazon-linux-extras install -y nginx1
7979
sudo service nginx start
8080
sudo rm /usr/share/nginx/html/index.html
81-
echo '<html><head><title>Taco Team Server</title></head><body style=\"background-color:#1F778D\"><p style=\"text-align: center;\"><span style=\"color:#FFFFFF;\"><span style=\"font-size:28px;\">You did it! Have a &#127790;</span></span></p></body></html>' | sudo tee /usr/share/nginx/html/index.html
81+
echo '<html><head><title>Lemon Land Server</title></head><body style=\"background-color:#1F778D\"><p style=\"text-align: center;\"><span style=\"color:#FFFFFF;\"><span style=\"font-size:28px;\">Welcome to &#127819; land</span></span></p></body></html>' | sudo tee /usr/share/nginx/html/index.html
8282
EOF
8383

8484
}

05-iac/00-terraform/02-desplegando-config-base/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ resource "aws_instance" "nginx1" {
121121
sudo amazon-linux-extras install -y nginx1
122122
sudo service nginx start
123123
sudo rm /usr/share/nginx/html/index.html
124-
echo '<html><head><title>Taco Team Server</title></head><body style=\"background-color:#1F778D\"><p style=\"text-align: center;\"><span style=\"color:#FFFFFF;\"><span style=\"font-size:28px;\">Welcome to &#127819 land</span></span></p></body></html>' | sudo tee /usr/share/nginx/html/index.html
124+
echo '<html><head><title>Lemon Land Server</title></head><body style=\"background-color:#1F778D\"><p style=\"text-align: center;\"><span style=\"color:#FFFFFF;\"><span style=\"font-size:28px;\">Welcome to &#127819; land</span></span></p></body></html>' | sudo tee /usr/share/nginx/html/index.html
125125
EOF
126126
127127
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Usando Input Varieables y Outputs

0 commit comments

Comments
 (0)