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

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# UNRELEASED

BUG FIXES:
* Fixed default provider organization usage for `r/tfe_admin_organization_settings`, by @brandonc [1183](https://github.com/hashicorp/terraform-provider-tfe/pull/1183)

# v0.51.0

DEPRECATIONS and BREAKING CHANGES:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ func resourceTFEAdminOrganizationSettings() *schema.Resource {
Type: schema.TypeString,
Optional: true,
ForceNew: true,
Computed: true,
},
"access_beta_tools": {
Type: schema.TypeBool,
Expand Down
4 changes: 0 additions & 4 deletions website/docs/r/admin_organization_settings.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,3 @@ The following arguments are supported:
## Attributes Reference

* `sso_enabled` - True if SSO is enabled in this organization

## Import

This resource does not manage the creation of an organization and there is no need to import it.