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"digitalocean_volume_snapshot" {
source="./modules/digitalocean/r/digitalocean_volume_snapshot"# name - (required) is a type of stringname=null# tags - (optional) is a type of set of stringtags=[]
# volume_id - (required) is a type of stringvolume_id=null
}
resource"digitalocean_volume_snapshot""this" {
# name - (required) is a type of stringname=var.name# tags - (optional) is a type of set of stringtags=var.tags# volume_id - (required) is a type of stringvolume_id=var.volume_id
}