Best practice clean up to add more descriptions and stricter type cases on variables.

This commit is contained in:
2026-08-09 19:36:59 -05:00
parent a9b20fa9ae
commit 66d4f2b775
26 changed files with 55 additions and 38 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
resource "digitalocean_record" "AAAA" {
domain = data.digitalocean_domain.this.name
name = var.host_name
ttl = "300"
ttl = 300
type = "AAAA"
value = digitalocean_droplet.this.ipv6_address
}