-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b0bfc0e
commit 0d5325d
Showing
96 changed files
with
1,888 additions
and
594 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 |
---|---|---|
@@ -0,0 +1,31 @@ | ||
--- | ||
# generated by https://github.com/hashicorp/terraform-plugin-docs | ||
page_title: "citrix_cloud_resource_location Data Source - citrix" | ||
subcategory: "Citrix Cloud" | ||
description: |- | ||
Read data of an existing resource location. | ||
--- | ||
|
||
# citrix_cloud_resource_location (Data Source) | ||
|
||
Read data of an existing resource location. | ||
|
||
## Example Usage | ||
|
||
```terraform | ||
# Get Resource Location resource by name | ||
data "citrix_cloud_resource_location" "example-resource-location" { | ||
name = "example-resource-location" | ||
} | ||
``` | ||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Required | ||
|
||
- `name` (String) Name of the resource location. | ||
|
||
### Read-Only | ||
|
||
- `id` (String) ID of the resource location. |
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 |
---|---|---|
|
@@ -79,9 +79,7 @@ resource "citrix_application" "example-application" { | |
- `limit_visibility_to_users` (Set of String) By default, the application is visible to all users within a delivery group. However, you can restrict its visibility to only certain users by specifying them in the `limit_visibility_to_users` list. | ||
|
||
-> **Note** Users must be in `DOMAIN\UserOrGroupName` or `[email protected]` format | ||
- `metadata` (Attributes List) Metadata for the Application. | ||
|
||
~> **Please Note** Metadata once set cannot be removed. Use this field to add new metadata or update the value for an existing metadata. Subsequently, removing any metadata from config will have no effect on the existing metadata of the resource. (see [below for nested schema](#nestedatt--metadata)) | ||
- `metadata` (Attributes List) Metadata for the Application. (see [below for nested schema](#nestedatt--metadata)) | ||
- `tags` (Set of String) A set of identifiers of tags to associate with the application. | ||
|
||
### Read-Only | ||
|
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 |
---|---|---|
|
@@ -36,9 +36,7 @@ resource "citrix_application_group" "example-application-group" { | |
- `included_users` (Set of String) Users who can use this application group. | ||
|
||
-> **Note** User must be in `Domain\UserOrGroupName` or `[email protected]` format | ||
- `metadata` (Attributes List) Metadata for the Application Group. | ||
|
||
~> **Please Note** Metadata once set cannot be removed. Use this field to add new metadata or update the value for an existing metadata. Subsequently, removing any metadata from config will have no effect on the existing metadata of the resource. (see [below for nested schema](#nestedatt--metadata)) | ||
- `metadata` (Attributes List) Metadata for the Application Group. (see [below for nested schema](#nestedatt--metadata)) | ||
- `restrict_to_tag` (String) The tag to restrict the application group to. | ||
- `scopes` (Set of String) The IDs of the scopes for the application group to be a part of. | ||
- `tags` (Set of String) A set of identifiers of tags to associate with the application group. | ||
|
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.