You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
Please do not leave comments along the lines of "+1", "me too" or "any updates", they generate extra noise for issue followers and do not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment and review the contribution guide to help.
Description
With API version 2024-03-01 of the Azure SDK, the container app environment can now be configured to use peer-to-peer encryption between all apps in the Container App Environment. See this link for the commit that was included in this API version
Can this be added to the configuration parameters of the azurerm_container_app_environment resource?
Below JSON is an example of how to enable peer-to-peer encryption for a container app environment:
Is there an existing issue for this?
Community Note
Description
With API version 2024-03-01 of the Azure SDK, the container app environment can now be configured to use peer-to-peer encryption between all apps in the Container App Environment. See this link for the commit that was included in this API version
Can this be added to the configuration parameters of the azurerm_container_app_environment resource?
Below JSON is an example of how to enable peer-to-peer encryption for a container app environment:
Thanks in advance!
New or Affected Resource(s)/Data Source(s)
azurerm_container_app_environment
Potential Terraform Configuration
References
--enable-peer-to-peer-encryption {false, true}
The text was updated successfully, but these errors were encountered: