Skip to content

Commit

Permalink
cdn.amazonlinux.com
Browse files Browse the repository at this point in the history
  • Loading branch information
arnol377 committed May 15, 2024
1 parent 0b2bde8 commit 482ff2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
locals {
proxy_env_vars = {
HTTP_PROXY = "http://proxy.tco.census.gov:3128"
NO_PROXY = ".census.gov,169.254.169.254,148.129.*,10.*,172.18.*,172.22.*,172.23.*,172.24.*,172.25.*,.eks.amazonaws.com,.s3.amazonaws.com,.amazonaws.com,.gcr.io,.pkg.dev"
NO_PROXY = ".census.gov,169.254.169.254,148.129.*,10.*,172.18.*,172.22.*,172.23.*,172.24.*,172.25.*,.eks.amazonaws.com,.s3.amazonaws.com,.amazonaws.com,.gcr.io,.pkg.dev,.amazonlinux.com"
HTTPS_PROXY = "http://proxy.tco.census.gov:3128"
}
}
Expand Down

0 comments on commit 482ff2a

Please sign in to comment.