Skip to content
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

delete_marker_replication_status is not expected here #133

Closed
rosscdh opened this issue Feb 22, 2022 · 3 comments
Closed

delete_marker_replication_status is not expected here #133

rosscdh opened this issue Feb 22, 2022 · 3 comments
Labels
bug 🐛 An issue with the system

Comments

@rosscdh
Copy link

rosscdh commented Feb 22, 2022

Describe the Bug

╷
│ 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.

@rosscdh rosscdh added the bug 🐛 An issue with the system label Feb 22, 2022
@nitrocode
Copy link
Member

nitrocode commented Feb 22, 2022

@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

see #132

@rosscdh
Copy link
Author

rosscdh commented Feb 22, 2022

thanks.. seems to have worked with 0.48.0

@rosscdh rosscdh closed this as completed Feb 22, 2022
@nitrocode
Copy link
Member

The new pre-release version uses provider v4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 An issue with the system
Projects
None yet
Development

No branches or pull requests

2 participants