We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa670f9 commit 5be0c71Copy full SHA for 5be0c71
main.tf
@@ -16,6 +16,7 @@ module "eks" {
16
17
module "permission_sets" {
18
source = "./modules/iam_identity_center"
19
+ aws_account = var.aws_account
20
21
permission_sets = [
22
{
0 commit comments