-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
[Enhancement]: aws_cloudwatch_event_connection
: add auth_parameters.connectivity_parameters
argument
#41220
Comments
Community NoteVoting for Prioritization
Volunteering to Work on This Issue
|
Hey @jschilperoord 👋 Thank you for taking the time to raise this! This looks similar to #40384, which was addressed by #41144 (released in Can you review that information and let me know if it covers your use case? |
Hi @justinretzolk! All that you mention is completely true 👍 And the implementation has been working fine for the invocation part. There is a separate configuration though to use VPC lattice with the OAUTH authentication, as far as I can see this implementation is not there or the documentation doesn't mention it |
Ah! I see what you're saying now @jschilperoord, thanks for the correction here! As a heads up, we consider adding additional functionality to existing resources as an enhancement rather than a bug. With that in mind, I'm going to adjust the issue title and labels slightly. No further action is needed on your side at this point, I just like to communicate before I make these kinds of adjustments. Thanks again for taking the time to raise this! For whoever picks this up: |
aws_cloudwatch_event_connection
: add auth_parameters.connectivity_parameters
argument
Terraform Core Version
1.9.8
AWS Provider Version
5.85.0
Affected Resource(s)
aws_cloudwatch_event_connection
Expected Behavior
The
aws_cloudwatch_event_connection
resource should also have aconnectivity_parameters
block inside theauth_parameters
block to support VPC Lattice on the auth connection as wellActual Behavior
The documentation doesn't include it and the resource doesn't seem to support the
connectivity_parameters
orauth_connectivity_parameters
insideauth_parameters
Relevant Error/Panic Output Snippet
Terraform Configuration Files
Steps to Reproduce
Try to plan / apply the above snippet
Debug Output
No response
Panic Output
No response
Important Factoids
No response
References
No response
Would you like to implement a fix?
None
The text was updated successfully, but these errors were encountered: