Skip to content

Commit

Permalink
Remove debugging code
Browse files Browse the repository at this point in the history
  • Loading branch information
lukiffer committed Jan 2, 2023
1 parent 7089734 commit 97a5a30
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/terragrunt-apply.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
env:
CI_BOT_SSH_KEY: ${{ secrets.CI_BOT_SSH_KEY }}

# TODO: Add auth setup steps for each of the supported backends.
# TODO: Add auth setup steps for each of the supported providers.
# Need to consider how we want to leverage environments for `dev` and `prod`, etc.

- name: Terragrunt apply
Expand Down
2 changes: 0 additions & 2 deletions scripts/terraform/set-tfc-credentials.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ function main() {

echo "Terraform Cloud credentials file saved to $tfrc_file_path"
ls -la "$tfrc_file_path"

terraform login -help
}

main "$@"

0 comments on commit 97a5a30

Please sign in to comment.