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

Add note regarding terraform cloud execution mode #44

Merged
merged 2 commits into from
Feb 15, 2022
Merged

Add note regarding terraform cloud execution mode #44

merged 2 commits into from
Feb 15, 2022

Commits on Feb 14, 2022

  1. Add note regarding terraform cloud execution mode

    When configuring a workspace in Terraform Cloud, the execution mode defaults to "Remote". This is problematic for two reasons:
    1. We use local files that are not in the terraform plan directory. This creates errors about being unable to local files where it is not immediately obvious why.
    2. The remote (cloud) runner won't be able to access the kube cluster running on the internal network anyway, so any plan application will fail.
    elliotblackburn committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    04e54eb View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2022

  1. Configuration menu
    Copy the full SHA
    586236e View commit details
    Browse the repository at this point in the history