You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you run terragrunt where a .terragrunt file specifies an S3 Bucket that exists but for which versioning has not been enabled, it panics when instead it should issue a warning. Here are the steps to reproduce.
Create an S3 Bucket but do NOT enable versioning.
Specify that S3 Bucket Name in a .terragrunt file.
When you run
terragrunt
where a.terragrunt
file specifies an S3 Bucket that exists but for which versioning has not been enabled, it panics when instead it should issue a warning. Here are the steps to reproduce..terragrunt
file.terragrunt plan
orterragrunt apply
.I received this output:
The fix is straightforward. I'll submit a PR for it now, but would prefer to fix #64 so that we can write a failing test for it.
The text was updated successfully, but these errors were encountered: