Skip to content

Commit

Permalink
azurerm_iothub_certificate - update test case
Browse files Browse the repository at this point in the history
  • Loading branch information
ziyeqf committed Nov 5, 2024
1 parent 8a6ea72 commit e1b4a4c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ resource "azurerm_iothub" "test" {
}
resource "azurerm_iothub_certificate" "test" {
name = "acctestIoTCertificate-%d"
name = "acctestIoTHubCertificate-%d"
resource_group_name = azurerm_resource_group.test.name
iothub_name = azurerm_iothub.test.name
is_verified = true
Expand Down

0 comments on commit e1b4a4c

Please sign in to comment.