Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
jackofallops committed Jul 27, 2023
1 parent fa926f8 commit 4e6029e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -302,10 +302,10 @@ resource "azurerm_palo_alto_local_rule_stack_rule" "test" {
audit_comment = "test audit comment"
category {
custom_urls = ["web-based-email", "social-networking"]
custom_urls = ["web-based-email", "social-networking"]
}
decryption_rule_type = "SSLOutboundInspection"
decryption_rule_type = "SSLOutboundInspection"
description = "Acceptance Test Rule - dated %[2]d"
destination {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ resource "azurerm_palo_alto_next_generation_firewall_vhub_local_rulestack" "test
public_ip_ids = [azurerm_public_ip.test.id]
}
dns_settings {
dns_settings {
use_azure_dns = true
}
Expand Down
10 changes: 5 additions & 5 deletions website/docs/r/palo_alto_local_rule_stack_rule.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ resource "azurerm_palo_alto_local_rule_stack_rule" "example" {
name = "example"
source {
}
priority = 42
priority = 42
rule_stack_id = "TODO"
destination {
}
applications = [ "example" ]
applications = ["example"]
}
```

Expand Down Expand Up @@ -130,4 +130,4 @@ Palo Alto Local Rulestack Rules can be imported using the `resource id`, e.g.

```shell
terraform import azurerm_palo_alto_local_rule_stack_rule.example /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mygroup1/providers/PaloAltoNetworks.Cloudngfw/localRulestacks/myLocalRulestack/localRules/myRule1
```
```

0 comments on commit 4e6029e

Please sign in to comment.