## Description After update of aws provider to 6.15.0 and using this module I got the following error: ConflictException: Tags can only be provided when a resource is being created, not updated. See bug issue on aws provider https://github.com/hashicorp/terraform-provider-aws/issues/42194 - [x] β I have searched the open/closed issues and my issue is not listed. Is there a workaround preventing this issue? ## β οΈ Note Before you submit an issue, please perform the following first: 1. Remove the local `.terraform` directory (! ONLY if state is stored remotely, which hopefully you are following that best practice!): `rm -rf .terraform/` 2. Re-initialize the project root to pull down modules: `terraform init` 3. Re-attempt your terraform plan or apply and check if the issue still persists ## Versions - Module version [Required]: - Terraform version: <!-- Execute terraform -version --> - Provider version(s): <!-- Execute: terraform providers -version --> ## Reproduction Code [Required] <!-- REQUIRED --> Steps to reproduce the behavior: <!-- Are you using workspaces? --> <!-- Have you cleared the local cache (see Notice section above)? --> <!-- List steps in order that led up to the issue you encountered --> ## Expected behavior <!-- A clear and concise description of what you expected to happen --> ## Actual behavior <!-- A clear and concise description of what actually happened --> ### Terminal Output Screenshot(s) <!-- Optional but helpful --> ## Additional context <!-- Add any other context about the problem here -->