Skip to content

Add support for discussions #153

@meddlin

Description

@meddlin

It would be incredibly helpful to allow this module to support GitHub's Discussions feature, similar to how the has_issues, has_wiki, and has_projects works.

variable "has_issues" {

variable "has_projects" {

variable "has_wiki" {

Activity

meddlin

meddlin commented on Mar 30, 2023

@meddlin
Author

This PR may be beneficial to this issue: integrations/terraform-provider-github#1443
And this open issue, too: integrations/terraform-provider-github#1442

Apologies for not including this initially. I'm still learning HCL, and this repo's relationship with terraform-provider-github.

shinenelson

shinenelson commented on Jul 10, 2023

@shinenelson

This feature was introduced in v5.14.0. This means that we would have to bump the minimum provider requirements to >= 5.14.0.

Since #148 is already bumping the minimum provider requirement to >= 5.16.0, and it has other minor boolean changes as well, maybe the changes required to resolve this issue could also be merged in along with it.


Note to maintainers : I offered to obsolete the defaults variable in #148. I could create a pull request that resolves this issue as well according to your preference.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @shinenelson@meddlin

        Issue actions

          Add support for discussions · Issue #153 · mineiros-io/terraform-github-repository