You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/actionsEnvironmentSecret.csharp.md
+16-16
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
1
# `github_actions_environment_secret`
2
2
3
-
Refer to the Terraform Registory for docs: [`github_actions_environment_secret`](https://www.terraform.io/docs/providers/github/r/actions_environment_secret).
3
+
Refer to the Terraform Registory for docs: [`github_actions_environment_secret`](https://registry.terraform.io/providers/integrations/github/5.23.0/docs/resources/actions_environment_secret).
Represents a {@linkhttps://www.terraform.io/docs/providers/github/r/actions_environment_secret github_actions_environment_secret}.
11
+
Represents a {@linkhttps://registry.terraform.io/providers/integrations/github/5.23.0/docs/resources/actions_environment_secret github_actions_environment_secret}.
@@ -724,7 +724,7 @@ new ActionsEnvironmentSecretConfig {
724
724
| <code><ahref="#@cdktf/provider-github.actionsEnvironmentSecret.ActionsEnvironmentSecretConfig.property.repository">Repository</a></code> | <code>string</code> | Name of the repository. |
725
725
| <code><ahref="#@cdktf/provider-github.actionsEnvironmentSecret.ActionsEnvironmentSecretConfig.property.secretName">SecretName</a></code> | <code>string</code> | Name of the secret. |
726
726
| <code><ahref="#@cdktf/provider-github.actionsEnvironmentSecret.ActionsEnvironmentSecretConfig.property.encryptedValue">EncryptedValue</a></code> | <code>string</code> | Encrypted value of the secret using the GitHub public key in Base64 format. |
| <code><ahref="#@cdktf/provider-github.actionsEnvironmentSecret.ActionsEnvironmentSecretConfig.property.plaintextValue">PlaintextValue</a></code> | <code>string</code> | Plaintext value of the secret to be encrypted. |
Encrypted value of the secret using the GitHub public key in Base64 format.
853
853
854
-
Docs at Terraform Registry: {@linkhttps://www.terraform.io/docs/providers/github/r/actions_environment_secret#encrypted_value ActionsEnvironmentSecret#encrypted_value}
854
+
Docs at Terraform Registry: {@linkhttps://registry.terraform.io/providers/integrations/github/5.23.0/docs/resources/actions_environment_secret#encrypted_value ActionsEnvironmentSecret#encrypted_value}
855
855
856
856
---
857
857
@@ -863,7 +863,7 @@ public string Id { get; set; }
863
863
864
864
-*Type:* string
865
865
866
-
Docs at Terraform Registry: {@linkhttps://www.terraform.io/docs/providers/github/r/actions_environment_secret#id ActionsEnvironmentSecret#id}.
866
+
Docs at Terraform Registry: {@linkhttps://registry.terraform.io/providers/integrations/github/5.23.0/docs/resources/actions_environment_secret#id ActionsEnvironmentSecret#id}.
867
867
868
868
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
869
869
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
0 commit comments