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
module"github_actions_organization_secret" {
source="./modules/github/r/github_actions_organization_secret"# plaintext_value - (required) is a type of stringplaintext_value=null# secret_name - (required) is a type of stringsecret_name=null# selected_repository_ids - (optional) is a type of set of numberselected_repository_ids=[]
# visibility - (required) is a type of stringvisibility=null
}
resource"github_actions_organization_secret""this" {
# plaintext_value - (required) is a type of stringplaintext_value=var.plaintext_value# secret_name - (required) is a type of stringsecret_name=var.secret_name# selected_repository_ids - (optional) is a type of set of numberselected_repository_ids=var.selected_repository_ids# visibility - (required) is a type of stringvisibility=var.visibility
}