Skip to content

Commit

Permalink
updating proxy config
Browse files Browse the repository at this point in the history
  • Loading branch information
arnol377 committed May 15, 2024
1 parent 8f386c4 commit 7cd77b2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions main.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
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"
HTTPS_PROXY = "http://proxy.tco.census.gov:3128"
}
}

data "aws_iam_policy_document" "s3_access" {
statement {
effect = "Allow"
Expand Down

0 comments on commit 7cd77b2

Please sign in to comment.