We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d39170 commit 1d818e9Copy full SHA for 1d818e9
terraform/modules/vultr-vm/main.tf
@@ -24,8 +24,8 @@ resource "vultr_instance" "service_vm" {
24
25
resource "vultr_dns_record" "vm_hostname_record" {
26
domain = var.vultr_dns_domain_id
27
- name = local.subdomain
28
- data = vultr_instance.service_vm.main_ip
29
- ttl = 300
30
- type = "A"
+ name = local.subdomain
+ data = vultr_instance.service_vm.main_ip
+ ttl = 300
+ type = "A"
31
}
0 commit comments