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 6c3338c commit 204c9a7Copy full SHA for 204c9a7
terraform/modules/environment/main.tf
@@ -32,7 +32,6 @@ module "eks" {
32
33
iam_account_id = data.aws_caller_identity.current.account_id
34
35
- assume_role_policy = data.aws_iam_policy_document.assumerole_root_policy.json
36
private_subnets = module.vpc.private_subnets
37
vpc_id = module.vpc.vpc_id
38
0 commit comments