2020-07-18 18:55:14 +00:00
2020-07-18 14:02:23 -05:00
2020-07-18 14:02:23 -05:00
2021-10-17 14:22:21 -05:00
2020-07-18 14:02:23 -05:00
2020-07-18 14:02:23 -05:00
2020-07-18 14:02:23 -05:00
2020-07-18 14:02:23 -05:00
2020-12-06 15:38:52 -06:00
2020-07-18 14:02:23 -05:00

digitalocean_droplet

Usage

module "test1" {
  source = "git::https://git.fdragon.com/TerraformModules/digitalocean_droplet.git"
  host_name = "hello-world"
  domain_name = "example.com"
  ssh_keys = [
    data.digitalocean_ssh_key.example.id,
  ]
}
S
Description
No description provided
Readme 109 KiB
Languages
HCL 91.6%
Makefile 8.4%