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
╷
│ Error: Unsupported argument
│
│ on .terraform/modules/mos_staging_artifacts/main.tf line 179, in resource "aws_s3_bucket" "default":
│ 179: delete_marker_replication_status = try(rules.value.delete_marker_replication_status, null)
│
│ An argument named "delete_marker_replication_status" is not expected here.
Expected Behavior
be able to use 0.46.0 with no issues.
The text was updated successfully, but these errors were encountered:
@rosscdh are you using v3 or v4 aws provider? The v4 provider had considerable refactoring of the s3 bucket resources. You can either pin your local provider version to v3 or use the v0.48.0 pre-release of this module
Describe the Bug
Expected Behavior
be able to use 0.46.0 with no issues.
The text was updated successfully, but these errors were encountered: