We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I want to manage the Repository Milestones with Terraform.
This functionality would probably require two new resources/data sources at a minimum.
New resource: github_repository_milestone New data source: github_repository_milestone
resource "github_repository_milestone" "my_milestone" { name = "My Milestone" repository = "test-repo" description = "some info" // optional due_date = "yyyy-mm-dd" // optional }
The text was updated successfully, but these errors were encountered:
anGie44
Successfully merging a pull request may close this issue.
Overview
I want to manage the Repository Milestones with Terraform.
Proposed new resources
This functionality would probably require two new resources/data sources at a minimum.
Possible configuration
Related materials
The text was updated successfully, but these errors were encountered: