Skip to content

Instantly share code, notes, and snippets.

@1ambda
Created January 15, 2019 14:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 1ambda/7cf9c3e7f597d0aa3c1b321f26fc284d to your computer and use it in GitHub Desktop.
Save 1ambda/7cf9c3e7f597d0aa3c1b321f26fc284d to your computer and use it in GitHub Desktop.
bootstrap_action = [
...
{
path = "s3://${aws_s3_bucket_object.emr_bootstrap_assign_private_ip.bucket}/${aws_s3_bucket_object.emr_bootstrap_assign_private_ip.id}"
name = "${aws_s3_bucket_object.emr_bootstrap_assign_private_ip.key}"
args = [
"${lookup(local.spark_batch_cluster_01, "fixed_ip")}"
]
},
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment