Skip to content

Commit

Permalink
chore(apiconfig-common): Remove old azurerm provider from all refs (#…
Browse files Browse the repository at this point in the history
…2002)

chore(apiconfig-common): remove old azurerm provider from all refs

Co-authored-by: Pasquale Spica <[email protected]>
Co-authored-by: Pasquale Spica <[email protected]>
  • Loading branch information
3 people authored Oct 20, 2024
1 parent a4231c8 commit 6f8e565
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/domains/apiconfig-common/02_security.tf
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ resource "azurerm_key_vault_secret" "apiconfig_selfcare_integration_api_subscrip
# create json letsencrypt inside kv
# requierd: Docker
module "letsencrypt_apiconfig" {
source = "git::https://github.com/pagopa/azurerm.git//letsencrypt_credential?ref=v3.8.1"
source = "git::https://github.com/pagopa/terraform-azurerm-v3.git//letsencrypt_credential?ref=v8.11.0"

prefix = var.prefix
env = var.env_short
Expand Down
2 changes: 1 addition & 1 deletion src/domains/apiconfig-common/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
| <a name="module_api_config_ica_sa"></a> [api\_config\_ica\_sa](#module\_api\_config\_ica\_sa) | git::https://github.com/pagopa/terraform-azurerm-v3.git//storage_account | v7.18.0 |
| <a name="module_identity_cd_01"></a> [identity\_cd\_01](#module\_identity\_cd\_01) | github.com/pagopa/terraform-azurerm-v3//github_federated_identity | v7.45.0 |
| <a name="module_key_vault"></a> [key\_vault](#module\_key\_vault) | git::https://github.com/pagopa/terraform-azurerm-v3.git//key_vault | v4.1.17 |
| <a name="module_letsencrypt_apiconfig"></a> [letsencrypt\_apiconfig](#module\_letsencrypt\_apiconfig) | git::https://github.com/pagopa/azurerm.git//letsencrypt_credential | v3.8.1 |
| <a name="module_letsencrypt_apiconfig"></a> [letsencrypt\_apiconfig](#module\_letsencrypt\_apiconfig) | git::https://github.com/pagopa/terraform-azurerm-v3.git//letsencrypt_credential | v8.11.0 |

## Resources

Expand Down

0 comments on commit 6f8e565

Please sign in to comment.