Skip to content

Commit

Permalink
🔥 Nuke and Pave, minus the Pave
Browse files Browse the repository at this point in the history
  • Loading branch information
joyliu-q committed Jun 29, 2024
1 parent 80a1702 commit 3024575
Show file tree
Hide file tree
Showing 17 changed files with 485 additions and 606 deletions.
224 changes: 49 additions & 175 deletions terraform/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions terraform/aws.tf
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Configure all aws accounts
module "aws_accounts" {
for_each = local.users
source = "./modules/aws_account"
pennkey = each.key
emails = local.emails
view_cluster = data.aws_iam_policy_document.view-k8s.json
}
# module "aws_accounts" {
# for_each = local.users
# source = "./modules/aws_account"
# pennkey = each.key
# emails = local.emails
# view_cluster = data.aws_iam_policy_document.view-k8s.json
# }
Loading

0 comments on commit 3024575

Please sign in to comment.