linode_instance

Usage

module "test1" {
  source = "git::https://git.fdragon.com/TerraformModules/linode_instance.git"
  authorized_keys = [
    linode_sshkey.example.ssh_key,
  ]
  host_name   = "hellow-world"
  domain_name = "example.com"
}
Description
No description provided
Readme 70 KiB
2024-11-30.01 Latest
2024-12-01 02:06:32 +00:00
Languages
HCL 86.2%
Makefile 13.8%