You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/data-sources/pack.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ data "spectrocloud_pack" "cni" {
61
61
-`name` (String) The name of the pack to search for.
62
62
-`registry_uid` (String) The unique identifier (UID) of the registry where the pack is located. Specify `registry_uid` to search within a specific registry.
63
63
-`type` (String) The type of pack to search for. Supported values are `helm`, `manifest`, `container`, `operator-instance`.
64
-
-`version` (String) The version of the pack to search for.
64
+
-`version` (String) Specify the version of the pack to search for. If not set, the latest available version from the specified registry will be used.
-`provider_type` (String) The type of provider used for interacting with the registry. The default is 'helm'.
42
+
-`is_synchronization` (Boolean) Specifies whether the registry is synchronized.
43
+
-`provider_type` (String) The type of provider used for interacting with the registry. Supported value's are `helm`, `zarf` and `pack`, The default is 'helm'. `zarf` is allowed with `type="basic"`
43
44
-`timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
You can learn more about managing resource limit in Palette by reviewing the [Default Resource Limit](https://docs.spectrocloud.com/tenant-settings/palette-resource-limits/?utm_source=palette&utm_medium=product2docs) guide.
13
+
14
+
~> The resource_limit resource enforces a resource limit in Palette. By default, a resource limit is configured in Palette with default values. Users can update the resource limit settings as per their requirements. When a spectrocloud_resource_limit resource is destroyed, the resource limits will revert to the Palette default settings.
15
+
16
+
## Example Usage
17
+
18
+
An example of managing an password policy in Palette.
0 commit comments