Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Internal Server Error #35

Open
benkeil opened this issue Mar 2, 2023 · 0 comments
Open

Internal Server Error #35

benkeil opened this issue Mar 2, 2023 · 0 comments

Comments

@benkeil
Copy link

benkeil commented Mar 2, 2023

- run: RUNNER_TRACKING_ID="" && (nohup terraform-backend-git --access-logs &)
- run: curl -s 'http://localhost:6061/?type=git&[email protected]:otto-ec/search-di-tf-state.git&ref=main&state=repository-setup'
- uses: hashicorp/terraform-cdk-action@main
  env:
    VAULT_ADDR: ${{ steps.environment_check.outputs.value }}
    GITHUB_MVN_REGISTRY_USERNAME: ${{ env.FKT_USER }}
    GITHUB_MVN_REGISTRY_TOKEN: ${{ env.FKT_GH_TOKEN_WRITE }}
  with:
    workingDirectory: infrastructure/${{ inputs.STACK_NAME }}
    terraformVersion: 1.3.7
    cdktfVersion: 0.15.4
    stackName: ${{ inputs.STACK_NAME }}
    mode: auto-approve-apply
    gitHubToken: ${{ env.FKT_GH_TOKEN_WRITE }}
    commentOnPr: "false"

curl returns 500 - Internal Server Error, but it works on my machine. How do I need to configure it so that cdktf can deploy?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant