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"lacework_integration_docker_hub" {
source="./modules/lacework/r/lacework_integration_docker_hub"# enabled - (optional) is a type of boolenabled=null# limit_by_label - (optional) is a type of stringlimit_by_label=null# limit_by_repos - (optional) is a type of stringlimit_by_repos=null# limit_by_tag - (optional) is a type of stringlimit_by_tag=null# limit_num_imgs - (optional) is a type of numberlimit_num_imgs=null# name - (required) is a type of stringname=null# password - (required) is a type of stringpassword=null# username - (required) is a type of stringusername=null
}
resource"lacework_integration_docker_hub""this" {
# enabled - (optional) is a type of boolenabled=var.enabled# limit_by_label - (optional) is a type of stringlimit_by_label=var.limit_by_label# limit_by_repos - (optional) is a type of stringlimit_by_repos=var.limit_by_repos# limit_by_tag - (optional) is a type of stringlimit_by_tag=var.limit_by_tag# limit_num_imgs - (optional) is a type of numberlimit_num_imgs=var.limit_num_imgs# name - (required) is a type of stringname=var.name# password - (required) is a type of stringpassword=var.password# username - (required) is a type of stringusername=var.username
}