resource aws_msk_cluster enhanced_monitoring does not allow setting to PER_TOPIC_PER_PARTITION #16866
Labels
enhancement
Requests to existing resources that expand the functionality or scope.
good first issue
Call to action for new contributors looking for a place to start. Smaller or straightforward issues.
service/kafka
Issues and PRs that pertain to the kafka service.
Milestone
Community Note
Terraform CLI and Terraform AWS Provider Version
Affected Resource(s)
Terraform Configuration Files
Please include all Terraform configurations required to reproduce the bug. Bug reports without a functional reproduction may be closed without investigation.
Expected Behavior
The provider should provision MSK with the correct monitoring level specified.
Actual Behavior
Steps to Reproduce
terraform apply
Important Factoids
https://docs.aws.amazon.com/msk/latest/developerguide/metrics-details.html indicates
PER_TOPIC_PER_PARTITION
is a valid setting now, but https://github.com/hashicorp/terraform-provider-aws/blob/master/aws/resource_aws_msk_cluster.go#L219-L223 seems to need to be updated to support this new value as one of the allowed parameters.The text was updated successfully, but these errors were encountered: