Skip to content

Commit

Permalink
update code
Browse files Browse the repository at this point in the history
  • Loading branch information
neil-yechenwei committed Apr 3, 2024
1 parent 1bb103c commit 6ef7745
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ resource "azurerm_workloads_sap_discovery_virtual_instance" "test" {
location = azurerm_resource_group.test.location
environment = "NonProd"
sap_product = "S4HANA"
managed_resource_group_name = "managedTestRG%d"
managed_resource_group_name = "acctestmanagedRG%d"
central_server_virtual_machine_id = "%s"
managed_storage_account_name = "acctestmanagedsa%s"
Expand Down Expand Up @@ -236,7 +236,7 @@ resource "azurerm_workloads_sap_discovery_virtual_instance" "test" {
location = azurerm_resource_group.test.location
environment = "NonProd"
sap_product = "S4HANA"
managed_resource_group_name = "managedTestRG%d"
managed_resource_group_name = "acctestmanagedRG%d"
central_server_virtual_machine_id = "%s"
managed_storage_account_name = "acctestmanagedsa%s"
Expand Down

0 comments on commit 6ef7745

Please sign in to comment.