Skip to content

Commit

Permalink
[fargate-bastion] fix shebang (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
watanabe-kyohei authored Aug 8, 2024
1 parent 75b7a37 commit b292765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/fargate-bastion/outputs.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
output "command" {
description = "Output execute command for start-session to ecs container"
value = <<EOT
#/bin/bash
#!/bin/bash
set -eu
Expand Down

0 comments on commit b292765

Please sign in to comment.