mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-04-21 08:11:17 +02:00
Add optional permissions_boundary (#265)
* Add optional permissions_boundary * Update CHANGELOG
This commit is contained in:
committed by
Max Williams
parent
a23c43caf2
commit
a1a1644f80
@@ -52,6 +52,7 @@ resource "aws_security_group_rule" "cluster_https_worker_ingress" {
|
||||
resource "aws_iam_role" "cluster" {
|
||||
name_prefix = "${var.cluster_name}"
|
||||
assume_role_policy = "${data.aws_iam_policy_document.cluster_assume_role_policy.json}"
|
||||
permissions_boundary = "${var.permissions_boundary}"
|
||||
force_detach_policies = true
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user