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

Execution mode shouldnt be required to be set #19

Open
drewmullen opened this issue Jan 22, 2025 · 0 comments
Open

Execution mode shouldnt be required to be set #19

drewmullen opened this issue Jan 22, 2025 · 0 comments

Comments

@drewmullen
Copy link
Contributor

  # module.homelab_cloudflare.tfe_workspace_settings.this["homelab-cloudflare"] will be updated in-place
  ~ resource "tfe_workspace_settings" "this" {
      ~ agent_pool_id             = "apool-<>" -> (known after apply)
      ~ execution_mode            = "agent" -> "remote"
      ~ global_remote_state       = false -> (known after apply)
        id                        = "ws-<>"
      ~ overwrites                = [
          - {
              - agent_pool     = false
              - execution_mode = false
            },
        ] -> (known after apply)
      ~ remote_state_consumer_ids = [] -> (known after appl

If nothing is set

This could actually be due to UseStateForUnknown... will have to do some more testing. documenting here https://developer.hashicorp.com/terraform/plugin/framework/resources/plan-modification

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