Skip to content

Commit

Permalink
debugging pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
sjmiller609 committed Jul 5, 2019
1 parent 7c9dea5 commit 4f2cc9a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 0 additions & 4 deletions eks.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@ module "eks" {

worker_additional_security_group_ids = [aws_security_group.all_worker_mgmt.id]

map_roles = []
map_accounts = []
map_users = []

cluster_endpoint_private_access = "true"

cluster_endpoint_public_access = var.management_api == "public" ? true : false
Expand Down
3 changes: 3 additions & 0 deletions examples/from_scratch/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,7 @@ module "astronomer_aws_with_vpc" {
admin_email = "steven@astronomer.io"
route53_domain = "astronomer-development.com"
management_api = "public"
tags = {
"CI" = "true"
}
}

0 comments on commit 4f2cc9a

Please sign in to comment.