-
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
resource/aws_msk_cluster: Support instance_type update #17447
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you so much, @shuheiktgw, will add CHANGELOG on merge 🚀
Output from acceptance testing (all passing in Commercial and GovCloud):
--- PASS: TestAccAWSMskCluster_EncryptionInfo_EncryptionAtRestKmsKeyArn (1228.52s)
--- PASS: TestAccAWSMskCluster_EncryptionInfo_EncryptionInTransit_InCluster (1233.17s)
--- PASS: TestAccAWSMskCluster_Tags (1234.40s)
--- PASS: TestAccAWSMskCluster_EnhancedMonitoring (1253.82s)
--- PASS: TestAccAWSMskCluster_EncryptionInfo_EncryptionInTransit_ClientBroker (1295.63s)
--- PASS: TestAccAWSMskCluster_basic (1302.42s)
--- PASS: TestAccAWSMskCluster_OpenMonitoring (1412.31s)
--- PASS: TestAccAWSMskCluster_LoggingInfo (1424.35s)
--- PASS: TestAccAWSMskCluster_BrokerNodeGroupInfo_EbsVolumeSize (1452.58s)
--- PASS: TestAccAWSMskCluster_NumberOfBrokerNodes (1732.59s)
--- PASS: TestAccAWSMskCluster_ConfigurationInfo_Revision (1761.38s)
--- PASS: TestAccAWSMskCluster_ClientAuthentication_Sasl_Scram (2698.90s)
--- PASS: TestAccAWSMskCluster_KafkaVersionDowngrade (2703.47s)
--- PASS: TestAccAWSMskCluster_KafkaVersionUpgrade (3312.54s)
--- PASS: TestAccAWSMskCluster_KafkaVersionUpgradeWithConfigurationInfo (3324.70s)
--- PASS: TestAccAWSMskCluster_BrokerNodeGroupInfo_InstanceType (4129.07s)
This has been released in version 3.39.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 for triage. Thanks! |
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Community Note
Closes #17264
Output from acceptance testing:
Thank you for your review!