Skip to content
This repository was archived by the owner on Sep 21, 2020. It is now read-only.

[GPII-4211]: Override NS records created by google_dns_managed_zone to set proper TTL #574

Merged
merged 3 commits into from
Jan 6, 2020

Conversation

natarajaya
Copy link
Contributor

@natarajaya natarajaya commented Jan 2, 2020

This PR adds record sets to override all NS records created by google_dns_managed_zone primitives to set the proper TTL (3600) instead of default one (21600).

It is impossible to set TTL for the records created by google_dns_managed_zone:
hashicorp/terraform-provider-google#5280

However, as it turns out, TF does not care about DNS records, created by google_dns_managed_zone – as long as the zone entity is unchanged, other records can be modified without causing a conflict.

I tested this running common part only for my project – deployment should be seamless.

@natarajaya natarajaya self-assigned this Jan 2, 2020
Copy link
Contributor

@stepanstipl stepanstipl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@natarajaya natarajaya merged commit 67d485c into gpii-ops:master Jan 6, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants