Skip to content

Commit

Permalink
chore: Updated terraform to not require subscription
Browse files Browse the repository at this point in the history
  • Loading branch information
lucbelliveau committed Apr 6, 2023
1 parent 414ebc8 commit 3477946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ resource "azurerm_api_management_product" "ww-product" {
each.value.description
)

subscription_required = true
subscription_required = false
approval_required = false
published = false
}
Expand Down

0 comments on commit 3477946

Please sign in to comment.