2023-07-24 22:47:31 -05:00
2020-07-18 14:02:23 -05:00
2020-07-18 14:02:23 -05:00
2023-07-24 22:47:31 -05:00
2020-07-18 14:02:23 -05:00
2020-07-18 14:02:23 -05:00
2022-05-30 20:22:26 -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,
  ]
}
Description
No description provided
Readme 91 KiB
2024-11-30.01 Latest
2024-12-01 02:06:45 +00:00
Languages
HCL 91.6%
Makefile 8.4%