0
0
llucycodes42
The code creates a resource with the name digitalocean_volume. The value of the resource will be the size of the DigitalOcean account.
Shortcut: tf_digitalocean_volume
resource "digitalocean_volume" "${MyResource}" {
}
0
0
llucycodes42
The code creates a resource with the name digitalocean_volume. The value of the resource will be the size of the DigitalOcean account.
Shortcut: tf_digitalocean_volume
resource "digitalocean_volume" "${MyResource}" {
}