Skip to content

Commit

Permalink
feat(launch-template): Updated launch configs to launch tempaltes for…
Browse files Browse the repository at this point in the history
… GPE-1387
  • Loading branch information
emalinowski committed Sep 25, 2024
1 parent db34147 commit 01e0b7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tf_files/aws/modules/squid_nlb_central_csoc/cloud.tf
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ resource "aws_launch_template" "squid_nlb" {
user_data = sensitive(base64encode( <<EOF
#!/bin/bash
cd /home/ubuntu
sudo git clone https://github.com/uc-cdis/cloud-automation.gits
sudo git clone https://github.com/uc-cdis/cloud-automation.git
sudo chown -R ubuntu. /home/ubuntu/cloud-automation
cd /home/ubuntu/cloud-automation
git pull
Expand Down

0 comments on commit 01e0b7a

Please sign in to comment.