Skip to content

Commit

Permalink
add in aws_account var
Browse files Browse the repository at this point in the history
  • Loading branch information
zachrundle committed Aug 28, 2024
1 parent fa670f9 commit 5be0c71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ module "eks" {

module "permission_sets" {
source = "./modules/iam_identity_center"
aws_account = var.aws_account

permission_sets = [
{
Expand Down

0 comments on commit 5be0c71

Please sign in to comment.