Skip to content

Update main.tf #60

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Dec 7, 2022
Merged

Update main.tf #60

merged 2 commits into from
Dec 7, 2022

Conversation

amitvashisttech
Copy link
Contributor

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
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
@aknysh
Copy link
Member

aknysh commented Dec 7, 2022

/test all

@aknysh aknysh added the patch A minor, backward compatible change label Dec 7, 2022
Copy link
Member

@aknysh aknysh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@aknysh aknysh merged commit e5cf195 into cloudposse:master Dec 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
patch A minor, backward compatible change
3 participants