Skip to content

Commit

Permalink
git messed up
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesWoolfenden committed Oct 18, 2023
1 parent 4ab6f09 commit 44d0a2f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def __init__(self) -> None:
distributed among the remaining partitions. This behavior allows for the greatest amount of up time.
"""
name = "Ensure the Azure Event Hub Namespace is zone redundant"
id = "CKV_AZURE_221"
id = "CKV_AZURE_228"
supported_resources = ("azurerm_eventhub_namespace",)
categories = (CheckCategories.BACKUP_AND_RECOVERY,)
super().__init__(name=name, id=id, categories=categories, supported_resources=supported_resources)
Expand Down

0 comments on commit 44d0a2f

Please sign in to comment.