Skip to content

Commit

Permalink
added prop for iam role
Browse files Browse the repository at this point in the history
  • Loading branch information
Mithun Mallick committed Apr 22, 2024
1 parent 7f4f9b7 commit d79a2fc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion emr-flink-operator.tf
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,10 @@ resource "helm_release" "emr_flink_operator" {
dependency_update = try(var.emr_flink_operator_helm_config["dependency_update"], false)
replace = try(var.emr_flink_operator_helm_config["replace"], false)


set {
name = "emrContainers.operatorExecutionRoleArn"
value = "arn:aws:iam::681921237057:role/emr-eks-flink-operator-20240406012025930700000006"
}

postrender {
binary_path = try(var.emr_flink_operator_helm_config["postrender"], "")
Expand Down

0 comments on commit d79a2fc

Please sign in to comment.