@pulumi/github 5.22.0-alpha.1698476545 → 5.22.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -31,10 +31,10 @@ import * as outputs from "./types/output";
|
|
|
31
31
|
*
|
|
32
32
|
* ## Import
|
|
33
33
|
*
|
|
34
|
-
* This resource can be imported using the
|
|
34
|
+
* This resource can be imported using the name of the GitHub organization:
|
|
35
35
|
*
|
|
36
36
|
* ```sh
|
|
37
|
-
* $ pulumi import github:index/actionsOrganizationPermissions:ActionsOrganizationPermissions test
|
|
37
|
+
* $ pulumi import github:index/actionsOrganizationPermissions:ActionsOrganizationPermissions test github_organization_name
|
|
38
38
|
* ```
|
|
39
39
|
*/
|
|
40
40
|
export declare class ActionsOrganizationPermissions extends pulumi.CustomResource {
|
|
@@ -35,10 +35,10 @@ const utilities = require("./utilities");
|
|
|
35
35
|
*
|
|
36
36
|
* ## Import
|
|
37
37
|
*
|
|
38
|
-
* This resource can be imported using the
|
|
38
|
+
* This resource can be imported using the name of the GitHub organization:
|
|
39
39
|
*
|
|
40
40
|
* ```sh
|
|
41
|
-
* $ pulumi import github:index/actionsOrganizationPermissions:ActionsOrganizationPermissions test
|
|
41
|
+
* $ pulumi import github:index/actionsOrganizationPermissions:ActionsOrganizationPermissions test github_organization_name
|
|
42
42
|
* ```
|
|
43
43
|
*/
|
|
44
44
|
class ActionsOrganizationPermissions extends pulumi.CustomResource {
|
|
@@ -21,7 +21,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
21
21
|
* This resource can be imported using the name of the GitHub repository:
|
|
22
22
|
*
|
|
23
23
|
* ```sh
|
|
24
|
-
* $ pulumi import github:index/actionsRepositoryAccessLevel:ActionsRepositoryAccessLevel test
|
|
24
|
+
* $ pulumi import github:index/actionsRepositoryAccessLevel:ActionsRepositoryAccessLevel test my-repository
|
|
25
25
|
* ```
|
|
26
26
|
*/
|
|
27
27
|
export declare class ActionsRepositoryAccessLevel extends pulumi.CustomResource {
|
|
@@ -27,7 +27,7 @@ const utilities = require("./utilities");
|
|
|
27
27
|
* This resource can be imported using the name of the GitHub repository:
|
|
28
28
|
*
|
|
29
29
|
* ```sh
|
|
30
|
-
* $ pulumi import github:index/actionsRepositoryAccessLevel:ActionsRepositoryAccessLevel test
|
|
30
|
+
* $ pulumi import github:index/actionsRepositoryAccessLevel:ActionsRepositoryAccessLevel test my-repository
|
|
31
31
|
* ```
|
|
32
32
|
*/
|
|
33
33
|
class ActionsRepositoryAccessLevel extends pulumi.CustomResource {
|
package/codespacesSecret.d.ts
CHANGED
|
@@ -26,7 +26,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
26
26
|
* This resource can be imported using an ID made up of the `repository` and `secret_name`:
|
|
27
27
|
*
|
|
28
28
|
* ```sh
|
|
29
|
-
* $ pulumi import github:index/codespacesSecret:CodespacesSecret example_secret
|
|
29
|
+
* $ pulumi import github:index/codespacesSecret:CodespacesSecret example_secret example_repository/example_secret_name
|
|
30
30
|
* ```
|
|
31
31
|
* 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.
|
|
32
32
|
*/
|
package/codespacesSecret.js
CHANGED
|
@@ -32,7 +32,7 @@ const utilities = require("./utilities");
|
|
|
32
32
|
* This resource can be imported using an ID made up of the `repository` and `secret_name`:
|
|
33
33
|
*
|
|
34
34
|
* ```sh
|
|
35
|
-
* $ pulumi import github:index/codespacesSecret:CodespacesSecret example_secret
|
|
35
|
+
* $ pulumi import github:index/codespacesSecret:CodespacesSecret example_secret example_repository/example_secret_name
|
|
36
36
|
* ```
|
|
37
37
|
* 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.
|
|
38
38
|
*/
|