terraform-provider-aws icon indicating copy to clipboard operation
terraform-provider-aws copied to clipboard

[Enhancement]: add log configuration for pipe ressource

Open chakch opened this issue 1 year ago • 1 comments

Description

the pipe resource don't support log configuration

		Name:         aws.String(name),
		RoleArn:      aws.String(d.Get("role_arn").(string)),
		Source:       aws.String(d.Get("source").(string)),
		Tags:         getTagsIn(ctx),
		Target:       aws.String(d.Get("target").(string)),

Affected Resource(s) and/or Data Source(s)

resource aws_pipes_pipe

Potential Terraform Configuration

No response

References

https://docs.aws.amazon.com/sdk-for-go/api/service/pipes/#CreatePipeInput

Would you like to implement a fix?

Yes

chakch avatar Feb 22 '24 10:02 chakch

Community Note

Voting for Prioritization

  • Please vote on this issue by adding a 👍 reaction to the original post to help the community and maintainers prioritize this request.
  • Please see our prioritization guide for information on how we prioritize.
  • 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.

Volunteering to Work on This Issue

  • If you are interested in working on this issue, please leave a comment.
  • If this would be your first contribution, please review the contribution guide.

github-actions[bot] avatar Feb 22 '24 10:02 github-actions[bot]

[!WARNING] This issue has been closed, meaning that any additional comments are hard for our team to see. Please assume that the maintainers will not see them.

Ongoing conversations amongst community members are welcome, however, the issue will be locked after 30 days. Moving conversations to another venue, such as the AWS Provider forum, is recommended. If you have additional concerns, please open a new issue, referencing this one where needed.

github-actions[bot] avatar Jun 03 '24 22:06 github-actions[bot]

This functionality has been released in v5.53.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading.

For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you!

github-actions[bot] avatar Jun 07 '24 12:06 github-actions[bot]

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[bot] avatar Jul 08 '24 02:07 github-actions[bot]