-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into feature/add-support-for-filtering-twingate_g…
…roups-datasource
- Loading branch information
Showing
18 changed files
with
1,027 additions
and
182 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,24 @@ | ||
data "twingate_users" "all" {} | ||
data "twingate_users" "all" { | ||
# email = "<your user's email>" | ||
# email_regexp = "<regular expression of user email>" | ||
# email_contains = "<a string in the user email>" | ||
# email_exclude = "<your user's email to exclude>" | ||
# email_prefix = "<prefix of user email>" | ||
# email_suffix = "<suffix of user email>" | ||
|
||
# first_name = "<your user's first name>" | ||
# first_name_regexp = "<regular expression of user first name>" | ||
# first_name_contains = "<a string in the user first name>" | ||
# first_name_exclude = "<your user's first name to exclude>" | ||
# first_name_prefix = "<prefix of user first name>" | ||
# first_name_suffix = "<suffix of user first name>" | ||
|
||
# last_name = "<your user's last name>" | ||
# last_name_regexp = "<regular expression of user last name>" | ||
# last_name_contains = "<a string in the user last name>" | ||
# last_name_exclude = "<your user's last name to exclude>" | ||
# last_name_prefix = "<prefix of user last name>" | ||
# last_name_suffix = "<suffix of user last name>" | ||
|
||
# roles = ["ADMIN", "DEVOPS", "SUPPORT", "MEMBER"] | ||
} |
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
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
Oops, something went wrong.