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"checkpoint_management_publish" {
source="./modules/checkpoint/r/checkpoint_management_publish"# triggers - (optional) is a type of set of stringtriggers=[]
# uid - (optional) is a type of stringuid=null
}
variable"triggers" {
description="(optional) - Triggers a publish if there are any changes to objects in this list."type=set(string)
default=null
}
variable"uid" {
description="(optional) - Session unique identifier. Specify it to publish a different session than the one you currently use."type=stringdefault=null
}
resource"checkpoint_management_publish""this" {
# triggers - (optional) is a type of set of stringtriggers=var.triggers# uid - (optional) is a type of stringuid=var.uid
}