Nick Metz
Nick Metz
@mscatyao Any update on this ? Is there any ETA when this feature is supported on AppGW ?
@arnaudlh any chance to get this PR reviewed soon?
It also seems we not store the real database name in this secret each.value.name should be replaced by azurecaf_name.postgresql_flexible_server_database[each.key].result ``` # Store the azurerm_postgresql_flexible_server_database_name into keyvault if the attribute keyvault{}...
We also need resource naming https://github.com/aztfmod/terraform-provider-azurecaf/issues/190
We want to archive something similar than @antonosmond. At the moment we use multiple environments prod/stage and want to upload tfstate files to S3. ``` ## State Backend terraform {...
@gsirvas @umeat To archive multiple environment with the same backend configuration it is not necessary to use variables/interpolation .It is expected that is not possible to use variables/interpolation in backend...
@umeat in that case you are right, it is not possible at the moment to use different backends for each environment. It would be more comfortable to have a backend...