Skip to content

v1.1.1

Compare
Choose a tag to compare
@cloudpossebot cloudpossebot released this 07 Dec 05:45
e5cf195

🚀 Enhancements

Update main.tf @amitvashisttech (#60)

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

  • Describe high-level what changed as a result of these commits (i.e. in plain-english, what do these changes mean?)
  • Use bullet points to be concise and to the point.

why

  • Provide the justifications for the changes (e.g. business case).
  • Describe why these changes were made (e.g. why do these commits fix the problem?)
  • Use bullet points to be concise and to the point.

references

  • Link to any supporting github issues or helpful documentation to add some context (e.g. stackoverflow).
  • Use closes #123, if this PR closes a GitHub issue #123