Skip to content

Commit

Permalink
lightsail: wrong Region env var name
Browse files Browse the repository at this point in the history
  • Loading branch information
Clement-Jean authored Jun 27, 2021
1 parent fbd369e commit 284d1a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers/dns/lightsail/lightsail.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const (
const (
envNamespace = "LIGHTSAIL_"

EnvRegion = envNamespace + "LIGHTSAIL_REGION"
EnvRegion = envNamespace + "REGION"
EnvDNSZone = "DNS_ZONE"

EnvPropagationTimeout = envNamespace + "PROPAGATION_TIMEOUT"
Expand Down

0 comments on commit 284d1a3

Please sign in to comment.