-
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
Regarding #1662: Allow Container ~Group~ Ports to be specifically specified rather than aggregating the container ports #4413
Comments
It is also the way I am understanding it. It would be very convenient since one of the points of deploying a container group is having internal communication inside your instance that doesn't need to be exposed. |
This how-to from Microsoft is a really good example of the use-case. Simplifying their example yaml a little bit to illustrate:
I think a potential Terraform config could look like this:
But note that currently we set
Semantically it seems to me that setting Reference: |
I'm not familiar with the code base, but would it be possible to make the I also didn't understand how to use the methods in the referenced Issue and PR in the initial post. If they do work, they're not reflected in the documentation either in a manner that I seemed to understand. |
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 issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
This is basically a rehash of issue #1662 which was closed as part of #1930 but does not seem to fix the issue stated in #1662
A container groups exposed ports are still an aggregation of the defined containers ports, eventhough ARM allows for a subset of ports to be exposed or am I missing something?
See resource_arm_container_group.go
Thanks
The text was updated successfully, but these errors were encountered: