Skip to content

Commit

Permalink
Change TTL of DNS
Browse files Browse the repository at this point in the history
  • Loading branch information
mcpovel committed Oct 30, 2024
1 parent a33812d commit bd9c0fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/ionos-basic-vm/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ resource "ionoscloud_lan" "basic_vm_server_lan" {
resource "opentelekomcloud_dns_recordset_v2" "a_records" {
zone_id = data.opentelekomcloud_dns_zone_v2.dns_zone.id
name = "${var.fulldomainname}"
ttl = 3600
ttl = 300
type = "A"
records = [local.public_ip]

Expand Down

0 comments on commit bd9c0fe

Please sign in to comment.