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

'organization' resource schema should always be computed #1183

Conversation

brandonc
Copy link
Collaborator

@brandonc brandonc commented Dec 18, 2023

Description

Fixes #1182 -- all other resources are marked computed except for this one

Remember to:

Testing plan

provider "tfe" {
  organization = "hashicorp"
}

resource "tfe_admin_organization_settings" "test-company" {
  workspace_limit       = 0
  access_beta_tools     = false
  global_module_sharing = false
}

This config should work when applied. Also supports changing the provider default, which forced re-create

@brandonc brandonc requested a review from a team as a code owner December 18, 2023 19:03
@brandonc brandonc merged commit 86c9895 into main Dec 22, 2023
9 checks passed
@brandonc brandonc deleted the TF-11720-terraform-provider-tfe-gh-issue-1182-provider-0-51-0-set-new-only-operates-on-computed-keys-organization-is-not-one-error-encountered-when-not-configuring-an-organization-argument-in-tfe-admin-organization-settings branch December 22, 2023 16:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants