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 1963404 commit 7f4f9b7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions emr-flink-operator.tf
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,7 @@ 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 = "yyyyy"
}


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

0 comments on commit 7f4f9b7

Please sign in to comment.