Add note regarding terraform cloud execution mode#44
Merged
Conversation
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.
Owner
|
Thanks, but can you add the full instruction to this section instead, I have a Line 26 in d10892a |
Contributor
Author
|
Sure, I've added some basic instructions to that now. |
zanehala
added a commit
to zanehala/homelab
that referenced
this pull request
Mar 18, 2023
…from renovate/all-minor-patch into master Reviewed-on: https://git.zanelab.com/zhala/homelab/pulls/44
east4ming
pushed a commit
to east4ming/homelab2
that referenced
this pull request
Feb 21, 2025
…-upgrade into master Reviewed-on: https://git.west-beta.ts.net/ops/homelab2/pulls/44
east4ming
pushed a commit
to east4ming/homelab2
that referenced
this pull request
Jul 8, 2025
…stack to v75.6.2' (khuedoan#44) from renovate/all-minor-patch into master Reviewed-on: https://git.west-beta.ts.net/ops/homelab2/pulls/44
brimdor
pushed a commit
to brimdor/homelab
that referenced
this pull request
Apr 24, 2026
brimdor
pushed a commit
to brimdor/homelab
that referenced
this pull request
Apr 24, 2026
malford
added a commit
to malford/homelab
that referenced
this pull request
Jun 22, 2026
…o v5' (khuedoan#44) from renovate/docker.io-linuxserver-sabnzbd-5.x into main Reviewed-on: https://git.malford.io/ops/homelab/pulls/44
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
When configuring a workspace in Terraform Cloud, the execution mode defaults to "Remote". This is problematic for two reasons:
terraform.tfvarsfile so the problem is slightly hidden.This tripped me up for a couple moments around trying to consume the api keys until I realised that what it had defaulted to. Hopefully this note will help prevent that issue for some others.