mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-30 22:21:50 +02:00
feat: Add permissions boundary to fargate execution IAM role (#1108)
This commit is contained in:
@@ -38,6 +38,12 @@ variable "fargate_profiles" {
|
||||
default = {}
|
||||
}
|
||||
|
||||
variable "permissions_boundary" {
|
||||
description = "If provided, all IAM roles will be created with this permissions boundary attached."
|
||||
type = string
|
||||
default = null
|
||||
}
|
||||
|
||||
variable "subnets" {
|
||||
description = "A list of subnets for the EKS Fargate profiles."
|
||||
type = list(string)
|
||||
|
||||
Reference in New Issue
Block a user