-
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 ingress_application_gateway addon #11376
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.
@markrzasa Thanks for this PR!
I've taken a look through and left some comments inline, but this is mostly looking good to me 👍
azurerm/internal/services/containers/kubernetes_cluster_addons_resource_test.go
Outdated
Show resolved
Hide resolved
azurerm/internal/services/containers/kubernetes_cluster_addons_resource_test.go
Outdated
Show resolved
Hide resolved
azurerm/internal/services/containers/kubernetes_cluster_addons_resource_test.go
Outdated
Show resolved
Hide resolved
…_gateway_id to effective_gateway_id
@magodo thanks for taking the time to review these changes. I'll try to get these comments addressed in the next couple of days. |
…o the top of the file
…appGatewayId test
All comments should be addressed. Please let me know if anything else needs work. Thanks. |
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.
@markrzasa
I have left some additional mostly minor comments that once addressed this should be good to merge 👍
azurerm/internal/services/containers/kubernetes_cluster_addons_resource_test.go
Outdated
Show resolved
Hide resolved
azurerm/internal/services/containers/kubernetes_cluster_addons_resource_test.go
Outdated
Show resolved
Hide resolved
azurerm/internal/services/containers/kubernetes_cluster_addons_resource_test.go
Outdated
Show resolved
Hide resolved
azurerm/internal/services/containers/kubernetes_cluster_addons_resource_test.go
Outdated
Show resolved
Hide resolved
azurerm/internal/services/containers/kubernetes_cluster_addons_resource_test.go
Show resolved
Hide resolved
azurerm/internal/services/containers/kubernetes_cluster_addons_resource_test.go
Outdated
Show resolved
Hide resolved
@magodo |
Thank you @markrzasa! This LGTM 👍 |
@magodo Thanks again for all of the help. It's much appreciated. |
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.
Thanks @markrzasa - LGTM 👍
Hi Everyone, I didn't realize the following pull request existed before starting this one: hashicorp#9419 However, it looks like that pull request is no longer in development. I tried to address the comments in that pull request in this pull request. Please let me know what you think. Thanks, Mark
This has been released in version 2.57.0 of the provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. As an example: provider "azurerm" {
version = "~> 2.57.0"
}
# ... other configuration ... |
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. |
Hi Everyone,
I didn't realize the following pull request existed before starting this one:
#9419
However, it looks like that pull request is no longer in development. I tried to address the comments in that pull request in this pull request.
Please let me know what you think.
Thanks,
Mark
Fixes: #7384