Skip to content

Commit

Permalink
updated resource name
Browse files Browse the repository at this point in the history
  • Loading branch information
silvicir committed Dec 4, 2023
1 parent ab97abe commit 685be82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/domains/citizen-auth-common/03_storage.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/domains/citizen-auth-common/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down

0 comments on commit 685be82

Please sign in to comment.