Skip to content

Commit

Permalink
3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ehearneRedHat committed Jun 27, 2024
1 parent 68249a0 commit c65478e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions self-hosted-runner.tf
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ resource "aws_instance" "self_hosted_runner" {

# Uncomment when creating an AMI .

/* user_data = <<-EOL
user_data = <<-EOL
#!/bin/bash
echo "Starting user_data script..."
sudo apt-get update -y
Expand All @@ -62,7 +62,7 @@ resource "aws_instance" "self_hosted_runner" {
sudo chmod 7777 kuadrant-operator/hack
echo "user_data script execution completed."
touch /tmp/user_data_done
EOL */
EOL
}


Expand Down

0 comments on commit c65478e

Please sign in to comment.