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 8e42bd9 commit 1963404
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions emr-flink-operator.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ locals {
emrContainers:
awsRegion: ${local.region}
emrReleaseLabel: ${local.emr_release_label}
operatorExecutionRoleArn: yyyyy
EOT
),
Expand Down Expand Up @@ -53,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 = "yyyyy"
}

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

0 comments on commit 1963404

Please sign in to comment.