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

Support for Azure Firewall TLS Settings #12140

Closed
alexbakervr opened this issue Jun 9, 2021 · 3 comments
Closed

Support for Azure Firewall TLS Settings #12140

alexbakervr opened this issue Jun 9, 2021 · 3 comments

Comments

@alexbakervr
Copy link

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Description

Please can we have a setting within azurerm_firewall or azurerm_firewall_policy which allows us to enable TLS inspection as I cannot see an option for this anywhere within the Terraform documentation.

TLS inspection is still in preview from Microsoft but it would be helpful to have the setting within Terraform as it is already available within the Azure portal.

New or Affected Resource(s)

  • azurerm_firewall OR azurerm_firewall_policy

Potential Terraform Configuration

resource "azurerm_firewall" "example" {
  name                              = "testfirewall"
  location                          = azurerm_resource_group.example.location
  resource_group_name = azurerm_resource_group.example.name
  tls_enabled                    = "true"

  ip_configuration {
    name                 = "configuration"
    subnet_id            = azurerm_subnet.example.id
    public_ip_address_id = azurerm_public_ip.example.id
  }
}

OR

resource "azurerm_firewall_policy" "example" {
  name                = "example"
  resource_group_name = "example"
  location            = "West Europe"
  tls_enabled      = "true"
  
}

References

  • #0000
@pckls
Copy link

pckls commented Sep 20, 2021

I believe this has been fixed in #12769

@mybayern1974
Copy link
Collaborator

@alexbakervr I'm closing this issue by assuming this feature has been supported as explained here. Feel free to suggest to reopen if you believe there are still gaps.

@github-actions
Copy link

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 10, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants