azurerm_palo_alto_local_rulestack_outbound_untrust_certificate_association

Manages a Palo Alto Networks Rulestack Outbound Untrust Certificate Association.

Example Usage

resource "azurerm_resource_group" "example" {
  name     = "rg-example"
  location = "West Europe"
}

resource "azurerm_palo_alto_local_rulestack" "example" {
  name                = "example"
  resource_group_name = azurerm_resource_group.example.name
  location            = azurerm_resource_group.example.location
}

resource "azurerm_palo_alto_local_rulestack_certificate" "example" {
  name         = "example"
  rulestack_id = azurerm_palo_alto_local_rulestack.example.id
  self_signed  = true
}

resource "azurerm_palo_alto_local_rulestack_outbound_untrust_certificate_association" "example" {
  certificate_id = azurerm_palo_alto_local_rulestack_certificate.example.id
}

Arguments Reference

The following arguments are supported:

Attributes Reference

In addition to the Arguments listed above - the following Attributes are exported:

Timeouts

The timeouts block allows you to specify timeouts for certain actions: