Version bump, Style guide, dns records updates optional, and input validation
This commit is contained in:
@@ -2,11 +2,17 @@ resource "linode_instance" "this" {
|
||||
authorized_keys = var.authorized_keys
|
||||
backups_enabled = var.backups_enabled
|
||||
booted = var.booted
|
||||
label = "${var.host_name}.${var.domain_name}"
|
||||
image = var.image
|
||||
label = "${var.host_name}.${var.domain_name}"
|
||||
private_ip = var.private_ip
|
||||
region = var.region
|
||||
tags = var.tags
|
||||
type = var.type
|
||||
region = var.region
|
||||
watchdog_enabled = var.watchdog_enabled
|
||||
|
||||
lifecycle {
|
||||
ignore_changes = [
|
||||
image,
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user