We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 063d631 commit 208ab23Copy full SHA for 208ab23
alb.tf
@@ -1,6 +1,6 @@
1
module "iam_assumable_role_alb" {
2
source = "terraform-aws-modules/iam/aws//modules/iam-assumable-role-with-oidc"
3
- version = "5.46.0"
+ version = "5.48.0"
4
create_role = true
5
role_name = "${var.environment_name}-${local.alb_name}"
6
provider_url = replace(aws_iam_openid_connect_provider.cluster.url, "https://", "")
efs.tf
@@ -2,7 +2,7 @@
module "iam_assumable_role_efs_csi" {
count = var.efs_enabled ? 1 : 0
7
role_name = "${var.environment_name}-AmazonEFSCSIDriverPolicy"
8
0 commit comments