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

Upgrade terraform-provider-github to v5.41.0 #484

Merged
merged 2 commits into from
Oct 31, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions provider/cmd/pulumi-resource-github/schema.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion provider/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.21

require (
github.com/hashicorp/terraform-plugin-sdk v1.17.2
github.com/integrations/terraform-provider-github/v5 v5.40.0
github.com/integrations/terraform-provider-github/v5 v5.41.0
github.com/pulumi/pulumi-terraform-bridge/v3 v3.63.2
github.com/pulumi/pulumi/sdk/v3 v3.91.1
)
Expand Down
4 changes: 2 additions & 2 deletions provider/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1520,8 +1520,8 @@ github.com/inconshreveable/mousetrap v1.0.0/go.mod h1:PxqpIevigyE2G7u3NXJIT2ANyt
github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2s0bqwp9tc8=
github.com/inconshreveable/mousetrap v1.1.0/go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLfsEA9PFc4w1p2J65bw=
github.com/influxdata/influxdb1-client v0.0.0-20200827194710-b269163b24ab/go.mod h1:qj24IKcXYK6Iy9ceXlo3Tc+vtHo9lIhSX5JddghvEPo=
github.com/integrations/terraform-provider-github/v5 v5.40.0 h1:4gBPudXo30gn+opTNXk0F05s9qub2ckcQDftTBHy/VQ=
github.com/integrations/terraform-provider-github/v5 v5.40.0/go.mod h1:iOcFrrrcBfM4s75QkW4aeCJva+oOmyj3XMaMVFo6ZDc=
github.com/integrations/terraform-provider-github/v5 v5.41.0 h1:0LDPTzDD/L7uA2n+MGjP9ZtNlQwNpKFwJDd2icW1SYI=
github.com/integrations/terraform-provider-github/v5 v5.41.0/go.mod h1:yIjpVUOw53ao02BSbfXH+wknjmly0A27jXJWgN7JyxQ=
github.com/intel/goresctrl v0.2.0/go.mod h1:+CZdzouYFn5EsxgqAQTEzMfwKwuc0fVdMrT9FCCAVRQ=
github.com/ionos-cloud/sdk-go/v6 v6.1.3/go.mod h1:Ox3W0iiEz0GHnfY9e5LmAxwklsxguuNFEUSu0gVRTME=
github.com/j-keck/arping v0.0.0-20160618110441-2cf9dc699c56/go.mod h1:ymszkNOg6tORTn+6F6j+Jc8TOr5osrynvN6ivFWZ2GA=
Expand Down
4 changes: 2 additions & 2 deletions sdk/dotnet/ActionsOrganizationPermissions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ namespace Pulumi.Github
///
/// ## Import
///
/// This resource can be imported using the ID of the GitHub organization:
/// This resource can be imported using the name of the GitHub organization:
///
/// ```sh
/// $ pulumi import github:index/actionsOrganizationPermissions:ActionsOrganizationPermissions test <github_organization_name>
/// $ pulumi import github:index/actionsOrganizationPermissions:ActionsOrganizationPermissions test github_organization_name
/// ```
/// </summary>
[GithubResourceType("github:index/actionsOrganizationPermissions:ActionsOrganizationPermissions")]
Expand Down
2 changes: 1 addition & 1 deletion sdk/dotnet/ActionsRepositoryAccessLevel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ namespace Pulumi.Github
/// This resource can be imported using the name of the GitHub repository:
///
/// ```sh
/// $ pulumi import github:index/actionsRepositoryAccessLevel:ActionsRepositoryAccessLevel test &lt;github_repository_name&gt;
/// $ pulumi import github:index/actionsRepositoryAccessLevel:ActionsRepositoryAccessLevel test my-repository
/// ```
/// </summary>
[GithubResourceType("github:index/actionsRepositoryAccessLevel:ActionsRepositoryAccessLevel")]
Expand Down
2 changes: 1 addition & 1 deletion sdk/dotnet/CodespacesSecret.cs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ namespace Pulumi.Github
/// This resource can be imported using an ID made up of the `repository` and `secret_name`:
///
/// ```sh
/// $ pulumi import github:index/codespacesSecret:CodespacesSecret example_secret &lt;repository&gt;/&lt;secret_name&gt;
/// $ pulumi import github:index/codespacesSecret:CodespacesSecret example_secret example_repository/example_secret_name
/// ```
/// NOTEthe implementation is limited in that it won't fetch the value of the `plaintext_value` or `encrypted_value` fields when importing. You may need to ignore changes for these as a workaround.
/// </summary>
Expand Down
4 changes: 2 additions & 2 deletions sdk/go/github/actionsOrganizationPermissions.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sdk/go/github/actionsRepositoryAccessLevel.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sdk/go/github/codespacesSecret.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@
*
* ## Import
*
* This resource can be imported using the ID of the GitHub organization:
* This resource can be imported using the name of the GitHub organization:
*
* ```sh
* $ pulumi import github:index/actionsOrganizationPermissions:ActionsOrganizationPermissions test &lt;github_organization_name&gt;
* $ pulumi import github:index/actionsOrganizationPermissions:ActionsOrganizationPermissions test github_organization_name
* ```
*
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
* This resource can be imported using the name of the GitHub repository:
*
* ```sh
* $ pulumi import github:index/actionsRepositoryAccessLevel:ActionsRepositoryAccessLevel test &lt;github_repository_name&gt;
* $ pulumi import github:index/actionsRepositoryAccessLevel:ActionsRepositoryAccessLevel test my-repository
* ```
*
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
* This resource can be imported using an ID made up of the `repository` and `secret_name`:
*
* ```sh
* $ pulumi import github:index/codespacesSecret:CodespacesSecret example_secret &lt;repository&gt;/&lt;secret_name&gt;
* $ pulumi import github:index/codespacesSecret:CodespacesSecret example_secret example_repository/example_secret_name
* ```
* NOTEthe implementation is limited in that it won&#39;t fetch the value of the `plaintext_value` or `encrypted_value` fields when importing. You may need to ignore changes for these as a workaround.
*
Expand Down
4 changes: 2 additions & 2 deletions sdk/nodejs/actionsOrganizationPermissions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ import * as utilities from "./utilities";
*
* ## Import
*
* This resource can be imported using the ID of the GitHub organization:
* This resource can be imported using the name of the GitHub organization:
*
* ```sh
* $ pulumi import github:index/actionsOrganizationPermissions:ActionsOrganizationPermissions test <github_organization_name>
* $ pulumi import github:index/actionsOrganizationPermissions:ActionsOrganizationPermissions test github_organization_name
* ```
*/
export class ActionsOrganizationPermissions extends pulumi.CustomResource {
Expand Down
2 changes: 1 addition & 1 deletion sdk/nodejs/actionsRepositoryAccessLevel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import * as utilities from "./utilities";
* This resource can be imported using the name of the GitHub repository:
*
* ```sh
* $ pulumi import github:index/actionsRepositoryAccessLevel:ActionsRepositoryAccessLevel test <github_repository_name>
* $ pulumi import github:index/actionsRepositoryAccessLevel:ActionsRepositoryAccessLevel test my-repository
* ```
*/
export class ActionsRepositoryAccessLevel extends pulumi.CustomResource {
Expand Down
2 changes: 1 addition & 1 deletion sdk/nodejs/codespacesSecret.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import * as utilities from "./utilities";
* This resource can be imported using an ID made up of the `repository` and `secret_name`:
*
* ```sh
* $ pulumi import github:index/codespacesSecret:CodespacesSecret example_secret <repository>/<secret_name>
* $ pulumi import github:index/codespacesSecret:CodespacesSecret example_secret example_repository/example_secret_name
* ```
* NOTEthe implementation is limited in that it won't fetch the value of the `plaintext_value` or `encrypted_value` fields when importing. You may need to ignore changes for these as a workaround.
*/
Expand Down
8 changes: 4 additions & 4 deletions sdk/python/pulumi_github/actions_organization_permissions.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,10 +195,10 @@ def __init__(__self__,

## Import

This resource can be imported using the ID of the GitHub organization:
This resource can be imported using the name of the GitHub organization:

```sh
$ pulumi import github:index/actionsOrganizationPermissions:ActionsOrganizationPermissions test <github_organization_name>
$ pulumi import github:index/actionsOrganizationPermissions:ActionsOrganizationPermissions test github_organization_name
```

:param str resource_name: The name of the resource.
Expand Down Expand Up @@ -243,10 +243,10 @@ def __init__(__self__,

## Import

This resource can be imported using the ID of the GitHub organization:
This resource can be imported using the name of the GitHub organization:

```sh
$ pulumi import github:index/actionsOrganizationPermissions:ActionsOrganizationPermissions test <github_organization_name>
$ pulumi import github:index/actionsOrganizationPermissions:ActionsOrganizationPermissions test github_organization_name
```

:param str resource_name: The name of the resource.
Expand Down
4 changes: 2 additions & 2 deletions sdk/python/pulumi_github/actions_repository_access_level.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def __init__(__self__,
This resource can be imported using the name of the GitHub repository:

```sh
$ pulumi import github:index/actionsRepositoryAccessLevel:ActionsRepositoryAccessLevel test <github_repository_name>
$ pulumi import github:index/actionsRepositoryAccessLevel:ActionsRepositoryAccessLevel test my-repository
```

:param str resource_name: The name of the resource.
Expand Down Expand Up @@ -153,7 +153,7 @@ def __init__(__self__,
This resource can be imported using the name of the GitHub repository:

```sh
$ pulumi import github:index/actionsRepositoryAccessLevel:ActionsRepositoryAccessLevel test <github_repository_name>
$ pulumi import github:index/actionsRepositoryAccessLevel:ActionsRepositoryAccessLevel test my-repository
```

:param str resource_name: The name of the resource.
Expand Down
4 changes: 2 additions & 2 deletions sdk/python/pulumi_github/codespaces_secret.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ def __init__(__self__,
This resource can be imported using an ID made up of the `repository` and `secret_name`:

```sh
$ pulumi import github:index/codespacesSecret:CodespacesSecret example_secret <repository>/<secret_name>
$ pulumi import github:index/codespacesSecret:CodespacesSecret example_secret example_repository/example_secret_name
```
NOTEthe implementation is limited in that it won't fetch the value of the `plaintext_value` or `encrypted_value` fields when importing. You may need to ignore changes for these as a workaround.

Expand Down Expand Up @@ -258,7 +258,7 @@ def __init__(__self__,
This resource can be imported using an ID made up of the `repository` and `secret_name`:

```sh
$ pulumi import github:index/codespacesSecret:CodespacesSecret example_secret <repository>/<secret_name>
$ pulumi import github:index/codespacesSecret:CodespacesSecret example_secret example_repository/example_secret_name
```
NOTEthe implementation is limited in that it won't fetch the value of the `plaintext_value` or `encrypted_value` fields when importing. You may need to ignore changes for these as a workaround.

Expand Down
Loading