Add reverse DNS
This commit is contained in:
11
resource.linode_instance.this.tf
Normal file
11
resource.linode_instance.this.tf
Normal file
@@ -0,0 +1,11 @@
|
||||
resource "linode_instance" "this" {
|
||||
authorized_keys = var.authorized_keys
|
||||
backups_enabled = true
|
||||
booted = true
|
||||
label = "${var.host_name}.${var.domain_name}"
|
||||
image = var.image
|
||||
private_ip = true
|
||||
tags = var.tags
|
||||
type = var.type
|
||||
region = var.region
|
||||
}
|
Reference in New Issue
Block a user