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"exoscale_compute_template" {
source="./modules/exoscale/d/exoscale_compute_template"# filter - (optional) is a type of stringfilter=null# name - (optional) is a type of stringname=null# zone - (required) is a type of stringzone=null
}
variable"filter" {
description="(optional) - Template filter to apply"type=stringdefault=null
}
variable"name" {
description="(optional) - Name of the template"type=stringdefault=null
}
variable"zone" {
description="(required) - Name of the zone"type=string
}
data"exoscale_compute_template""this" {
# filter - (optional) is a type of stringfilter=var.filter# name - (optional) is a type of stringname=var.name# zone - (required) is a type of stringzone=var.zone
}