We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f6126f commit 18acddcCopy full SHA for 18acddc
1 file changed
main.tf
@@ -188,7 +188,10 @@ resource "aws_instance" "terraform_instance_master" {
188
sudo curl -fsSL https://download.docker.com/linux/ubuntu/gpg -o /etc/apt/keyrings/docker.asc
189
sudo chmod a+r /etc/apt/keyrings/docker.asc
190
sudo apt-get install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin git -y
191
- git clone
+ 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
195
196
197
@@ -197,7 +200,6 @@ resource "aws_instance" "terraform_instance_master" {
200
198
201
199
202
- sudo bash -c 'echo your very first web server > /var/www/html/index.html'
203
EOF
204
}
205
0 commit comments