Skip to content

Commit

Permalink
⚡ update version constraint
Browse files Browse the repository at this point in the history
⚡ update secondary DNS resolver value
  • Loading branch information
colinwilson committed Jun 12, 2021
1 parent d7f242d commit e87c13e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ locals {
ACME_STORAGE_PATH = "/etc/traefik/acme/acme.json"

DNS_RESOLVER_A = "1.1.1.1"
DNS_RESOLVER_B = "1.0.0.1"
DNS_RESOLVER_B = "8.8.8.8"

}
2 changes: 1 addition & 1 deletion version.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ terraform {
source = "kreuzwerker/docker"
}
}
required_version = ">= 0.13, <= 0.15"
required_version = ">= 0.13"
}

0 comments on commit e87c13e

Please sign in to comment.