github_organization_settings resource and data object return plan as attribute #2181
jeremiahbowen
started this conversation in
Ideas
Replies: 1 comment
-
+1 It would be really good if we could mange the number of seats too. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I wrote the following code to get this myself but I would prefer to have this returned natively by the resource/data github_organization_settings objects. This particular snippet is an early warning that we need to add seats in github before we apply to add members to the organization.
Basically, if the null_resource is applied when "seats good", it will fail when we have to add seats in a terraform plan. I would prefer to retrieve the plan details within the official objects.
Beta Was this translation helpful? Give feedback.
All reactions