terraform-provider-github icon indicating copy to clipboard operation
terraform-provider-github copied to clipboard

Terraform GitHub provider

Results 510 terraform-provider-github issues
Sort by recently updated
recently updated
newest added

Bumps [gopkg.in/square/go-jose.v2](https://github.com/square/go-jose) from 2.5.1 to 2.6.0. Release notes Sourced from gopkg.in/square/go-jose.v2's releases. Version 2.6.0 Last release from the v2 branch, includes various changes and bug fixes. For future releases please...

dependencies
go

Inspired by #693, This PR add support for declaring `parent_team_id` as a string on `github_team`. This is especially useful when declaring teams in a loop and so cannot reference the...

Bumps [github.com/hashicorp/terraform-plugin-sdk](https://github.com/hashicorp/terraform-plugin-sdk) from 1.7.0 to 1.17.2. Changelog Sourced from github.com/hashicorp/terraform-plugin-sdk's changelog. 1.17.2 (April 27, 2021) BUG FIXES: Updated the GPG key used to verify Terraform installs in response to the...

dependencies
go

This PR adds the `github_organization_member_privileges` resource to manage member privileges in the settings of an organization. Destroying this resource won't do anything (just removing the resource from the state), as...

This is an option while we work on a permanent fix. Mention me if anyone is blocked on this and I can cut a release. /cc https://github.com/integrations/terraform-provider-github/issues/758

This fixes #580 As stated in the issue the statement in the comment is incorrect as you do not need to be an owner to create a repository in an...

size/XS

Tested with the built binary, the output looks like: ``` result = { "description" = "This team manages xxxx" "id" = "xxxxx" "members" = [ "user_name_1", ] "name" = "xxxx"...

size/XS