status-im / infra-avalanche

Infrastructure for Status consensus network
0 stars 1 forks source link

add A records for explorer #2

Closed arthurk closed 3 years ago

arthurk commented 3 years ago

Add the A records for the avax blockexplorer api (ortelius) as well as the frontend service.

Basically the equivalent of https://explorer.avax.network and https://explorerapi.avax.network but with our statlanche fork running.

Terraform will perform the following actions:

  # cloudflare_record.explorer will be created
  + resource "cloudflare_record" "explorer" {
      + created_on  = (known after apply)
      + hostname    = (known after apply)
      + id          = (known after apply)
      + metadata    = (known after apply)
      + modified_on = (known after apply)
      + name        = "avax-explorer.infra"
      + proxiable   = (known after apply)
      + proxied     = false
      + ttl         = (known after apply)
      + type        = "A"
      + value       = "161.35.247.229"
      + zone_id     = "fd48f427e99bbe1b52105351260690d1"
    }

  # cloudflare_record.explorerapi will be created
  + resource "cloudflare_record" "explorerapi" {
      + created_on  = (known after apply)
      + hostname    = (known after apply)
      + id          = (known after apply)
      + metadata    = (known after apply)
      + modified_on = (known after apply)
      + name        = "avax-explorerapi.infra"
      + proxiable   = (known after apply)
      + proxied     = false
      + ttl         = (known after apply)
      + type        = "A"
      + value       = "161.35.247.229"
      + zone_id     = "fd48f427e99bbe1b52105351260690d1"
    }

Plan: 2 to add, 0 to change, 0 to destroy.
arthurk commented 3 years ago

I've reverted the changes to the makefile