Terraform-provider-azurerm: Support for managing keys and values in app configuration

Created on 21 Feb 2020  路  5Comments  路  Source: terraform-providers/terraform-provider-azurerm

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

Provide resources for managing keys and values in app configuration servers (such as azurerm_key_vault_key and azurerm_key_vault_secret allow me to manage keys and secrets in a vault).

New or Affected Resource(s)

  • azurerm_app_configuration
enhancement sdnot-yet-supported servicapp-configuration thinking

Most helpful comment

It appears to be supported in ARM templates now:
https://github.com/Azure/AppConfiguration/issues/268

All 5 comments

kv operations in app configuration is a data-plane api, currently there is no go sdk for it currently

There's some discussions on the blockers for this in #8337, which is a duplicate of this issue (that I've closed in favour of this one) - but we'll continue that thread here once we know more.

@mvromer there's no specific issue right now, it's more something we need to prototype to give us a little more information to see if that's viable than something which'll directly affect users in the short-term, so there's no issue open tracking that right now.
That said - I'm hoping to get started on that early next week, so I'll set a reminder and post an update here in a couple of weeks time when we've got a little more detail :)

@tombuildsstuff, are there any updates on this issue?

@tombuildsstuff If it can help, I wrote a custom provider some months ago, and I recently added data source.

It appears to be supported in ARM templates now:
https://github.com/Azure/AppConfiguration/issues/268

Was this page helpful?
0 / 5 - 0 ratings