Skip to content

Commit

Permalink
[TestCase] azurerm_service_fabric_cluster - add provider configuration (
Browse files Browse the repository at this point in the history
  • Loading branch information
neil-yechenwei authored Nov 12, 2024
1 parent d3b15d4 commit e134819
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1168,6 +1168,10 @@ resource "azurerm_service_fabric_cluster" "test" {

func (r ServiceFabricClusterResource) clientCertificateCommonNames(data acceptance.TestData) string {
return fmt.Sprintf(`
provider "azurerm" {
features {}
}
resource "azurerm_resource_group" "test" {
name = "acctestRG-%d"
location = "%s"
Expand Down

0 comments on commit e134819

Please sign in to comment.