Skip to content

Commit

Permalink
Fixed issues
Browse files Browse the repository at this point in the history
  • Loading branch information
nuginy committed Apr 27, 2024
1 parent dfa83cf commit 7378001
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main_push_deploy_app_server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ jobs:
id: plan
run: terraform plan -no-color

- uses: actions/github-script@v6
if: github.event_name == 'pull_request'
- uses: actions/github-script@v7
env:
PLAN: "terraform\n${{ steps.plan.outputs.stdout }}"
with:
Expand Down
2 changes: 1 addition & 1 deletion learn-terraform-aws-instance/user-data.sh.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

apt -y update && apt -y upgrade

echo "Creating file /home/ubuntu/${f_name} with content ${f_content}"
echo "Creating file /home/ubuntu/${f_name} with content ${f_content}."
echo "${f_content}" > /home/ubuntu/${f_name}
cat /home/ubuntu/${f_name}

0 comments on commit 7378001

Please sign in to comment.