Closed amitvashisttech closed 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.
closes #123
#123
/test all
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
closes #123
, if this PR closes a GitHub issue#123