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

docs: actor_id for OrganizationAdmin changed to 0 #2538

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

stempler
Copy link

Previously the actor_id used by the OrganizationAdmin actor_type was 1, this was changed to 0.
A configuration using 1 does not result in an error, but any subsequent terraform plan detects the internal change to 0 and wants to update the actor_id.

Resolves #2536


Before the change?

  • Documentation states that the actor_id to use for actor type OrganizationAdmin is 1

After the change?

  • Documentation states that the actor_id to use for actor type OrganizationAdmin is 0

Pull request checklist

  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been reviewed and added / updated if needed (for bug fixes / features)

Does this introduce a breaking change?

Please see our docs on breaking changes to help!

  • Yes
  • No

Previously the actor_id used by the OrganizationAdmin actor_type was 1,
this was changed to 0.
A configuration using 1 does not result in an error, but any subsequent
terraform plan detects the internal change to 0 and wants to update the
actor_id.
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

Successfully merging this pull request may close these issues.

[MAINT]: actor_id for OrganizationAdmin seems to have changed from 1 to 0
1 participant