[#IEL-72] Fix policy for io-sign-backoffice-func keyvault on staging#404
Merged
[#IEL-72] Fix policy for io-sign-backoffice-func keyvault on staging#404
Conversation
|
|
Contributor
📋 Pre-commit Output LogGenerated on Mon Feb 9 15:26:12 UTC 2026 |
Contributor
📖 Terraform Plan (infra/resources/prod) - successShow Plan # azurerm_key_vault_access_policy.backoffice_func_staging_slot_key_vault_access_policy will be created
+ resource "azurerm_key_vault_access_policy" "backoffice_func_staging_slot_key_vault_access_policy" {
+ certificate_permissions = []
+ id = (known after apply)
+ key_vault_id = "/subscriptions/ec285037-c673-4f58-b594-d7c480da4e8b/resourceGroups/io-p-sign-sec-rg/providers/Microsoft.KeyVault/vaults/io-p-sign-kv"
+ object_id = "4c37efec-98f4-47dc-8ebb-5667f920c211"
+ secret_permissions = [
+ "Get",
]
+ storage_permissions = []
+ tenant_id = "7788edaf-0346-4068-9d79-c868aed15b3d"
}
# module.io_platform_apim_api.azurerm_api_management_api_tag.io_sign_api_tag must be replaced
-/+ resource "azurerm_api_management_api_tag" "io_sign_api_tag" {
~ api_id = "/subscriptions/ec285037-c673-4f58-b594-d7c480da4e8b/resourceGroups/io-p-itn-common-rg-01/providers/Microsoft.ApiManagement/service/io-p-itn-platform-api-gateway-apim-01/apis/io-p-sign-api" -> "/subscriptions/ec285037-c673-4f58-b594-d7c480da4e8b/resourceGroups/io-p-itn-common-rg-01/providers/Microsoft.ApiManagement/service/io-p-itn-platform-api-gateway-apim-01/apis/io-p-sign-api;rev=1" # forces replacement
~ id = "/subscriptions/ec285037-c673-4f58-b594-d7c480da4e8b/resourceGroups/io-p-itn-common-rg-01/providers/Microsoft.ApiManagement/service/io-p-itn-platform-api-gateway-apim-01/apis/io-p-sign-api/tags/IO-Sign" -> (known after apply)
name = "IO-Sign"
}
Plan: 2 to add, 0 to change, 1 to destroy.
Warning: Argument is deprecated
with module.cosmosdb_account.azurerm_cosmosdb_account.this,
on .terraform/modules/cosmosdb_account/cosmosdb_account/main.tf line 7, in resource "azurerm_cosmosdb_account" "this":
7: enable_free_tier = var.enable_free_tier
This property has been superseded by `free_tier_enabled` and will be removed
in v4.0 of the AzureRM Provider
(and 30 more similar warnings elsewhere)
Warning: Deprecated attribute
on .terraform/modules/cosmosdb_account/cosmosdb_account/output.tf line 54, in output "connection_strings":
54: value = azurerm_cosmosdb_account.this.connection_strings
The attribute "connection_strings" is deprecated. Refer to the provider
documentation for details.
(and one more similar warning elsewhere) |
StefanoDoc
approved these changes
Feb 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



List of Changes
Fix policy for io-sign-backoffice-func keyvault on staging
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Checklist: