Skip to content

Commit

Permalink
Updated DNS records for k8s (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
spietras authored Feb 27, 2024
1 parent ac7839c commit b12415d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cloudflare/dns.tf
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ resource "cloudflare_record" "kubernetes" {
type = "A"

# IP address of Kubernetes
value = "100.106.61.38"
value = "100.68.40.107"

# Identifier of the zone to add the record to
zone_id = cloudflare_zone.main.id
Expand All @@ -571,7 +571,7 @@ resource "cloudflare_record" "kubernetes_wildcard" {
type = "A"

# IP address of Kubernetes
value = "100.106.61.38"
value = "100.68.40.107"

# Identifier of the zone to add the record to
zone_id = cloudflare_zone.main.id
Expand Down

0 comments on commit b12415d

Please sign in to comment.