-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
azurerm_kubernetes_cluster support for open_service_mesh #13462
Conversation
Signed-off-by: JasonWhall <[email protected]>
4ccd86b
to
81ce5a8
Compare
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.
LGTM - thanks for this @JasonWhall
looks like we may have an eventually consistent error in the tests:
|
Signed-off-by: JasonWhall <[email protected]>
@katbyte This should now be correct. I originally enabled OSM as part of the tests, however it seems the pattern for other addons is to explicitly disable the addon as part of the test. I missed one check for this! 😄 |
@JasonWhall thanks for pushing that fix - however rather than setting this value to false, can we test this can be turned on and off - first by setting terraform-provider-azurerm/internal/services/containers/kubernetes_cluster_addons_resource_test.go Lines 355 to 362 in e0dfaa5
|
Signed-off-by: JasonWhall <[email protected]>
@tombuildsstuff I've updated the acc tests to include the enable and disable steps as suggested 🍻 tests result:
|
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.
LGTM - thanks for pushing those changes @JasonWhall
This functionality has been released in v2.82.0 of the Terraform 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 pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active contributions. |
Reworked from existing PR #11189 to address remaining comments.
Fixes #13434