Jason Rothstein 46c95c1c6d
Version bump
Signed-off-by: Jason Rothstein <fdragon@fdragon.org>
2025-05-11 18:26:07 -05:00
2023-10-07 13:09:11 -05:00
2020-07-18 14:02:23 -05:00
2020-07-18 14:02:23 -05:00
2025-05-11 18:26:07 -05:00
2020-07-18 14:02:23 -05:00
2020-07-18 14:02:23 -05:00
2023-11-09 22:43:51 -06: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%