generated from hashicorp/terraform-provider-scaffolding
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
NSOF-8836 aac_rules: remove suspicious_login field
- Loading branch information
Chen Peled
committed
May 12, 2024
1 parent
adfbed1
commit fe3b122
Showing
8 changed files
with
21 additions
and
68 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,12 @@ | ||
resource "pfptmeta_aac_rule" "aac_rule" { | ||
name = "aac rule name" | ||
description = "aac rule description" | ||
enabled = true | ||
priority = 555 | ||
action = "allow" | ||
app_ids = ["app-abcd1234"] | ||
sources = ["usr-abcd1234"] | ||
certificate_id = "crt-abcd1234" | ||
suspicious_login = "safe" | ||
locations = ["US", "IL"] | ||
ip_reputations = ["tor", "vpn"] | ||
name = "aac rule name" | ||
description = "aac rule description" | ||
enabled = true | ||
priority = 555 | ||
action = "allow" | ||
app_ids = ["app-abcd1234"] | ||
sources = ["usr-abcd1234"] | ||
certificate_id = "crt-abcd1234" | ||
locations = ["US", "IL"] | ||
ip_reputations = ["tor", "vpn"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters