Skip to content
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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for azurerm_app_configuration public_network_access_enabled #12876

Open
aadje opened this issue Aug 6, 2021 · 2 comments
Open

Support for azurerm_app_configuration public_network_access_enabled #12876

aadje opened this issue Aug 6, 2021 · 2 comments

Comments

@aadje
Copy link

aadje commented Aug 6, 2021

Community Note

  • 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 "+1" or "me too" comments, 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

Description

Support App Configuration public_network_access_enabled setting to enable Public Access when a Private Endpoint is deployed.
https://docs.microsoft.com/en-us/azure/azure-app-configuration/concept-private-endpoint#connecting-to-private-endpoints

New or Affected Resource(s)

  • azurerm_app_configuration

Potential Terraform Configuration

public_network_access_enabled

References

Public Network Access was added to the stable 2020-06-01 version of the Microsoft.AppConfiguration ARM api.
https://github.com/Azure/azure-rest-api-specs/blob/master/specification/appconfiguration/resource-manager/Microsoft.AppConfiguration/stable/2020-06-01/appconfiguration.json#L951

Public Network Access can be set using the Azure CLI.
az appconfig update -g MyResourceGroup -n MyAppConfiguration --enable-public-network true

The setting is similar to the Redis public_network_access_enabled setting.
https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/redis_cache#public_network_access_enabled

@aadje
Copy link
Author

aadje commented Sep 6, 2021

PublicNetworkAccess was changed in this pr released in v2.73.0. It's currently not possible to configure this setting in the provider.

@GregoryFrance
Copy link

GregoryFrance commented Oct 13, 2021

public_network_access_enabled is still not working with resource azurerm_redis_cache using provider 2.80, impossible to set it "true" (even it should be the default value), always getting a "false" result.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants