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 26, 2021
1 parent e6cdd2f commit d0a2c33
Showing 1 changed file with 3 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -162,12 +162,6 @@ func (r ManagedApplicationResource) complete(data acceptance.TestData) string {
return fmt.Sprintf(`
%s
resource "azurerm_marketplace_agreement" "test" {
publisher = "cisco"
offer = "meraki-vmx"
plan = "meraki-vmx100"
}
resource "azurerm_managed_application" "test" {
name = "acctestCompleteManagedApp%d"
location = azurerm_resource_group.test.location
Expand All @@ -176,9 +170,9 @@ resource "azurerm_managed_application" "test" {
managed_resource_group_name = "completeInfraGroup%d"
plan {
name = azurerm_marketplace_agreement.test.plan
product = azurerm_marketplace_agreement.test.offer
publisher = azurerm_marketplace_agreement.test.publisher
name = "meraki-vmx100"
product = "meraki-vmx"
publisher = "cisco"
version = "1.0.44"
}
Expand Down

0 comments on commit d0a2c33

Please sign in to comment.