Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

Commit

Permalink
ci/packet: Update DNS config
Browse files Browse the repository at this point in the history
The DNS configuration syntax has been changed.
  • Loading branch information
johananl committed May 13, 2020
1 parent c2ed719 commit 87630d6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 18 deletions.
11 changes: 2 additions & 9 deletions ci/packet-arm/packet-arm-cluster.lokocfg.envsubst
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,8 @@ cluster "packet" {
cluster_name = "$CLUSTER_ID"
controller_count = 1

dns {
zone = "$AWS_DNS_ZONE"

provider {
route53 {
zone_id = "$AWS_DNS_ZONE_ID"
}
}
}
dns_zone = "$AWS_DNS_ZONE"
dns_provider = "route53"

facility = "$PACKET_LOCATION"

Expand Down
11 changes: 2 additions & 9 deletions ci/packet/packet-cluster.lokocfg.envsubst
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,8 @@ cluster "packet" {
cluster_name = "$CLUSTER_ID"
controller_count = 1

dns {
zone = "$AWS_DNS_ZONE"

provider {
route53 {
zone_id = "$AWS_DNS_ZONE_ID"
}
}
}
dns_zone = "$AWS_DNS_ZONE"
dns_provider = "route53"

facility = "$PACKET_LOCATION"

Expand Down

0 comments on commit 87630d6

Please sign in to comment.