Skip to content

Commit 86c9895

Browse files
authored
Merge pull request #1183 from hashicorp/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
'organization' resource schema should always be computed
2 parents 8e8ac79 + ccac4c5 commit 86c9895

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# UNRELEASED
2+
3+
BUG FIXES:
4+
* Fixed default provider organization usage for `r/tfe_admin_organization_settings`, by @brandonc [1183](https://github.com/hashicorp/terraform-provider-tfe/pull/1183)
5+
16
# v0.51.0
27

38
DEPRECATIONS and BREAKING CHANGES:

internal/provider/resource_tfe_admin_organization_settings.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ func resourceTFEAdminOrganizationSettings() *schema.Resource {
2626
Type: schema.TypeString,
2727
Optional: true,
2828
ForceNew: true,
29+
Computed: true,
2930
},
3031
"access_beta_tools": {
3132
Type: schema.TypeBool,

website/docs/r/admin_organization_settings.markdown

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,3 @@ The following arguments are supported:
6363
## Attributes Reference
6464

6565
* `sso_enabled` - True if SSO is enabled in this organization
66-
67-
## Import
68-
69-
This resource does not manage the creation of an organization and there is no need to import it.

0 commit comments

Comments
 (0)