-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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
[Bug]: plan generation always causes aws_vpclattice_access_log_subscription
replacement
#31595
Comments
Community NoteVoting for Prioritization
Volunteering to Work on This Issue
|
aws_vpclattice_access_log_subscription
replacement
|
Hey @nicoaws 👋 Thank you for taking the time to raise this! So that we have the necessary information in order to look into this, can you supply debug logs (redacted as needed) as well? |
Please find the debug logs attached. |
If I added resource "aws_vpclattice_access_log_subscription" "lattice_network_logging" {
resource_identifier = aws_vpclattice_service_network.lattice_network.id
destination_arn = "${aws_cloudwatch_log_group.lattice_network_logs.arn}:*"
} Wildcard suffix in arn of
|
Opened #32186 |
This functionality has been released in v5.10.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! |
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. |
Terraform Core Version
1.4.5
AWS Provider Version
5.0.0
Affected Resource(s)
aws_vpclattice_access_log_subscription
Expected Behavior
if neither attributes change, no resource update is necessary
Actual Behavior
every time a plan is generated, the resource is replaced
Relevant Error/Panic Output Snippet
Terraform Configuration Files
Steps to Reproduce
terraform apply --auto-approve
Debug Output
No response
Panic Output
No response
Important Factoids
No response
References
No response
Would you like to implement a fix?
No
The text was updated successfully, but these errors were encountered: