Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

terraform/cloudflare: add dns for darwin builder #348

Merged
merged 1 commit into from Jan 10, 2023
Merged

terraform/cloudflare: add dns for darwin builder #348

merged 1 commit into from Jan 10, 2023

Conversation

zowoq
Copy link
Contributor

@zowoq zowoq commented Dec 30, 2022

No description provided.

@zimbatm zimbatm self-requested a review December 30, 2022 11:57
resource "cloudflare_record" "nix-community-org-darwin01-A" {
zone_id = local.nix_community_org_zone_id
name = "darwin01"
value = "?"
Copy link

Choose a reason for hiding this comment

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

-  value   = "?"
+  value   = "167.235.14.165"

resource "cloudflare_record" "nix-community-org-darwin01-AAAA" {
zone_id = local.nix_community_org_zone_id
name = "darwin01"
value = "?"
Copy link

Choose a reason for hiding this comment

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

Currently there is no AAAA record.

Copy link

Choose a reason for hiding this comment

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

-  value   = "?"
+  value   = "2a01:4f8:262:1d98::1"

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks.

@zowoq zowoq marked this pull request as ready for review January 10, 2023 08:25
@zowoq
Copy link
Contributor Author

zowoq commented Jan 10, 2023

bors r+

@bors
Copy link
Contributor

bors bot commented Jan 10, 2023

@bors bors bot merged commit b154a72 into master Jan 10, 2023
@bors bors bot deleted the dns-darwin branch January 10, 2023 08:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants