Dependabot Secret Args
data class DependabotSecretArgs(val encryptedValue: Output<String>? = null, val plaintextValue: Output<String>? = null, val repository: Output<String>? = null, val secretName: Output<String>? = null) : ConvertibleToJava<DependabotSecretArgs>
Example Usage
Import
This resource can be imported using an ID made up of the repository
and secret_name
:
$ pulumi import github:index/dependabotSecret:DependabotSecret example_secret example_repository/example_secret
Content copied to clipboard
NOTE: the 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.