diff --git a/docs/data-sources/resources.md b/docs/data-sources/resources.md index 36428391..ab8178a8 100644 --- a/docs/data-sources/resources.md +++ b/docs/data-sources/resources.md @@ -15,11 +15,11 @@ Resources in Twingate represent servers on the private network that clients can ```terraform data "twingate_resources" "foo" { name = "" -# name_regexp = "" -# name_contains = "" -# name_exclude = "" -# name_prefix = "" -# name_suffix = "" + # name_regexp = "" + # name_contains = "" + # name_exclude = "" + # name_prefix = "" + # name_suffix = "" } # Resource names are not constrained to be unique within Twingate, diff --git a/examples/data-sources/twingate_resources/data-source.tf b/examples/data-sources/twingate_resources/data-source.tf index a2ef0c5b..89091f1b 100644 --- a/examples/data-sources/twingate_resources/data-source.tf +++ b/examples/data-sources/twingate_resources/data-source.tf @@ -1,10 +1,10 @@ data "twingate_resources" "foo" { name = "" -# name_regexp = "" -# name_contains = "" -# name_exclude = "" -# name_prefix = "" -# name_suffix = "" + # name_regexp = "" + # name_contains = "" + # name_exclude = "" + # name_prefix = "" + # name_suffix = "" } # Resource names are not constrained to be unique within Twingate,