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_repository_deploy_key" {
source="./modules/github/r/github_repository_deploy_key"# key - (required) is a type of stringkey=null# read_only - (optional) is a type of boolread_only=null# repository - (required) is a type of stringrepository=null# title - (required) is a type of stringtitle=null
}
resource"github_repository_deploy_key""this" {
# key - (required) is a type of stringkey=var.key# read_only - (optional) is a type of boolread_only=var.read_only# repository - (required) is a type of stringrepository=var.repository# title - (required) is a type of stringtitle=var.title
}