cloudposse / terraform-aws-emr-cluster

Terraform module to provision an Elastic MapReduce (EMR) cluster on AWS
https://cloudposse.com/accelerate
Apache License 2.0
72 stars 81 forks source link

Update main.tf #60

Closed amitvashisttech closed 1 year ago

amitvashisttech commented 1 year ago

In this example [ log_uri = format("s3://%s", module.s3_log_storage.bucket_id) ], which cause EMR cluster rebuild in terraform apply.

After adding a missing back slash in the log_uri definition solves the problem.

what

why

references

aknysh commented 1 year ago

/test all