0
0
llucycodes42
This declares a resource named "digitalocean_floating_ip" that will reference the value of the "MyResource" variable.
Shortcut: tf_digitalocean_floating_ip
resource "digitalocean_floating_ip" "${MyResource}" {
}
0
0
llucycodes42
This declares a resource named "digitalocean_floating_ip" that will reference the value of the "MyResource" variable.
Shortcut: tf_digitalocean_floating_ip
resource "digitalocean_floating_ip" "${MyResource}" {
}