Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

allow for configurable SKUs on Azure Firewall #101

Closed
glennmusa opened this issue Mar 22, 2021 · 0 comments
Closed

allow for configurable SKUs on Azure Firewall #101

glennmusa opened this issue Mar 22, 2021 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@glennmusa
Copy link
Contributor

Description

Currently we hardcode Azure Firewall to Premium when it is a subscription-scope enabled private preview feature

resource "azurerm_firewall" "firewall" {
name = var.saca_fwname
location = data.azurerm_resource_group.hub.location
resource_group_name = data.azurerm_resource_group.hub.name
sku_tier = "Premium"
tags = var.tags

Steps to Reproduce
Steps to reproduce the behavior:

  1. Apply a firewall module in a subscription without Azure Firewall Premium

Expected behavior
I should be able to deploy the saca-hub configuration in any subscription regardless of preview features

Actual behavior
I can't deploy saca-hub in a subscription that isn't enrolled in the Azure Firewall Premium preview

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants