From 685be8234742d38f3d721094c119ec5dcd0f820e Mon Sep 17 00:00:00 2001 From: silvicir <127971996+silvicir@users.noreply.github.com> Date: Mon, 4 Dec 2023 11:40:03 +0100 Subject: [PATCH] updated resource name --- src/domains/citizen-auth-common/03_storage.tf | 2 +- src/domains/citizen-auth-common/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/domains/citizen-auth-common/03_storage.tf b/src/domains/citizen-auth-common/03_storage.tf index af135eefe..c18ebd2e9 100644 --- a/src/domains/citizen-auth-common/03_storage.tf +++ b/src/domains/citizen-auth-common/03_storage.tf @@ -185,7 +185,7 @@ resource "azurerm_private_endpoint" "table" { tags = var.tags } -resource "azurerm_storage_table" "unique_emails" { +resource "azurerm_storage_table" "profile_emails" { depends_on = [module.io_citizen_auth_storage, azurerm_private_endpoint.table] name = "profileEmails" storage_account_name = module.io_citizen_auth_storage.name diff --git a/src/domains/citizen-auth-common/README.md b/src/domains/citizen-auth-common/README.md index 44d3d4b9d..73112e63c 100644 --- a/src/domains/citizen-auth-common/README.md +++ b/src/domains/citizen-auth-common/README.md @@ -65,7 +65,7 @@ | [azurerm_storage_container.lollipop_assertions_storage_assertions](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/storage_container) | resource | | [azurerm_storage_container.lv_audit_logs_storage_logs](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/storage_container) | resource | | [azurerm_storage_queue.lollipop_assertions_storage_revoke_queue](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/storage_queue) | resource | -| [azurerm_storage_table.unique_emails](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/storage_table) | resource | +| [azurerm_storage_table.profile_emails](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/storage_table) | resource | | [azuread_group.adgroup_admin](https://registry.terraform.io/providers/hashicorp/azuread/latest/docs/data-sources/group) | data source | | [azuread_group.adgroup_developers](https://registry.terraform.io/providers/hashicorp/azuread/latest/docs/data-sources/group) | data source | | [azuread_group.adgroup_externals](https://registry.terraform.io/providers/hashicorp/azuread/latest/docs/data-sources/group) | data source |