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

Update validation pattern for aws_ses_receipt_filter.name #24378

Closed
v1nc3n4 opened this issue Apr 24, 2022 · 2 comments · Fixed by #24383
Closed

Update validation pattern for aws_ses_receipt_filter.name #24378

v1nc3n4 opened this issue Apr 24, 2022 · 2 comments · Fixed by #24383
Labels
bug Addresses a defect in current functionality. service/ses Issues and PRs that pertain to the ses service.

Comments

@v1nc3n4
Copy link

v1nc3n4 commented Apr 24, 2022

Hello,

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Description

Applying changes fails with the following error when trying to create a receipt filter with a dot . in the name:

│ Error: invalid value for name (must contain only alphanumeric, underscore, and hyphen characters)

│ with aws_ses_receipt_filter.filter[1],
│ on main.tf line 46, in resource "aws_ses_receipt_filter" "filter":
│ 46: name = var.ip_filters[count.index].name

It seems the pattern used for validation is not exactly up-to-date (see screenshot below).

New or Affected Resource(s)

  • aws_ses_receipt_filter

Potential Terraform Configuration

# Copy-paste your Terraform configurations here - for large Terraform configs,
# please use a service like Dropbox and share a link to the ZIP file. For
# security, you can also encrypt the files using our GPG public key.

References

image

Thanks in advance for your support!
BR

@v1nc3n4 v1nc3n4 added the enhancement Requests to existing resources that expand the functionality or scope. label Apr 24, 2022
@github-actions github-actions bot added needs-triage Waiting for first response or review from a maintainer. service/ses Issues and PRs that pertain to the ses service. labels Apr 24, 2022
@v1nc3n4 v1nc3n4 changed the title Update pattern for aws_ses_receipt_filter.name Update validation pattern for aws_ses_receipt_filter.name Apr 24, 2022
@ewbankkit ewbankkit added bug Addresses a defect in current functionality. and removed enhancement Requests to existing resources that expand the functionality or scope. needs-triage Waiting for first response or review from a maintainer. labels Apr 25, 2022
@v1nc3n4
Copy link
Author

v1nc3n4 commented Apr 25, 2022

Hi @Nnachevvv @ewbankkit ,
Thank you!

@github-actions
Copy link

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 26, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Addresses a defect in current functionality. service/ses Issues and PRs that pertain to the ses service.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants