Skip to content

Commit 18acddc

Browse files
committed
fix errors
1 parent 8f6126f commit 18acddc

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

main.tf

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,10 @@ resource "aws_instance" "terraform_instance_master" {
188188
sudo curl -fsSL https://download.docker.com/linux/ubuntu/gpg -o /etc/apt/keyrings/docker.asc
189189
sudo chmod a+r /etc/apt/keyrings/docker.asc
190190
sudo apt-get install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin git -y
191-
git clone
191+
wget https://raw.githubusercontent.com/maxiplux/api-python-project-devops-fast-api/dev-auth/docker-compose.yml
192+
sudo docker-compose up -d
193+
194+
192195
193196
194197
@@ -197,7 +200,6 @@ resource "aws_instance" "terraform_instance_master" {
197200
198201
199202
200-
sudo bash -c 'echo your very first web server > /var/www/html/index.html'
201203
EOF
202204
}
203205

0 commit comments

Comments
 (0)