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
|[spectrocloud_cluster_group.beehive](https://registry.terraform.io/providers/spectrocloud/spectrocloud/latest/docs/data-sources/cluster_group)| data source |
33
-
|[spectrocloud_pack_simple.container_pack](https://registry.terraform.io/providers/spectrocloud/spectrocloud/latest/docs/data-sources/pack_simple)| data source |
34
-
|[spectrocloud_pack_simple.postgres_service](https://registry.terraform.io/providers/spectrocloud/spectrocloud/latest/docs/data-sources/pack_simple)| data source |
35
-
|[spectrocloud_registry.public_registry](https://registry.terraform.io/providers/spectrocloud/spectrocloud/latest/docs/data-sources/registry)| data source |
|[spectrocloud_cluster_group.cluster-group](https://registry.terraform.io/providers/spectrocloud/spectrocloud/latest/docs/data-sources/cluster_group)| data source |
33
+
|[spectrocloud_pack_simple.container_pack](https://registry.terraform.io/providers/spectrocloud/spectrocloud/latest/docs/data-sources/pack_simple)| data source |
34
+
|[spectrocloud_pack_simple.postgres_service](https://registry.terraform.io/providers/spectrocloud/spectrocloud/latest/docs/data-sources/pack_simple)| data source |
35
+
|[spectrocloud_registry.public_registry](https://registry.terraform.io/providers/spectrocloud/spectrocloud/latest/docs/data-sources/registry)| data source |
36
36
37
37
## Inputs
38
38
39
-
| Name | Description | Type | Default | Required |
| <aname="input_cluster-group-name"></a> [cluster-group-name](#input\_cluster-group-name)| The name of the cluster group to use for the virtual cluster |`string`|`"beehive"`| no|
42
-
| <aname="input_database-name"></a> [database-name](#input\_database-name)| The name of the database |`string`|`"counter"`| no|
43
-
| <aname="input_database-ssl-mode"></a> [database-ssl-mode](#input\_database-ssl-mode)| The SSL mode to use for the database |`string`|`"require"`| no|
44
-
| <aname="input_database-user"></a> [database-user](#input\_database-user)| The name of the database user |`string`|`"pguser"`| no|
45
-
| <aname="input_database-version"></a> [database-version](#input\_database-version)| The version of Postgres to use |`string`|`"14"`| no|
46
-
| <aname="input_enable-second-scenario"></a> [enable-second-scenario](#input\_enable-second-scenario)| Whether to enable the second scenario |`bool`|`false`| no|
47
-
| <aname="input_multiple_container_images"></a> [multiple\_container\_images](#input\_multiple\_container\_images)| The name of the container images to use for the virtual cluster in a multiple scenario |`map(string)`| <pre>{<br> "api": "ghcr.io/spectrocloud/hello-universe-api:1.0.8",<br> "ui": "ghcr.io/spectrocloud/hello-universe:1.0.12"<br>}</pre> | no|
48
-
| <aname="input_scenario-one-cluster-name"></a> [scenario-one-cluster-name](#input\_scenario-one-cluster-name)| The name of the cluster to use for the virtual cluster |`string`|`"cluster-1"`| no|
49
-
| <aname="input_scenario-two-cluster-name"></a> [scenario-two-cluster-name](#input\_scenario-two-cluster-name)| The name of the cluster to use for the virtual cluster in the second scenario |`string`|`"cluster-2"`| no|
50
-
| <aname="input_single-container-image"></a> [single-container-image](#input\_single-container-image)| The name of the container image to use for the virtual cluster in a single scenario |`string`|`"ghcr.io/spectrocloud/hello-universe:1.0.12"`| no|
51
-
| <aname="input_tags"></a> [tags](#input\_tags)| The default tags to apply to Palette resources |`list(string)`| <pre>[<br> "spectro-cloud-education",<br> "app:hello-universe",<br> "repository:spectrocloud/tutorials/",<br> "terraform_managed:true"<br>]</pre> |no|
52
-
| <aname="input_token"></a> [token](#input\_token)| The anonymous token to use for the Spectro Cloud API |`string`|`null`| no|
| <aname="input_cluster-group-name"></a> [cluster-group-name](#input_cluster-group-name)| The name of the cluster group to use for the virtual cluster |`string`| n/a | yes |
42
+
| <aname="input_database-name"></a> [database-name](#input_database-name)| The name of the database |`string`|`"counter"`| no |
43
+
| <aname="input_database-ssl-mode"></a> [database-ssl-mode](#input_database-ssl-mode)| The SSL mode to use for the database |`string`|`"require"`| no |
44
+
| <aname="input_database-user"></a> [database-user](#input_database-user)| The name of the database user |`string`|`"pguser"`| no |
45
+
| <aname="input_database-version"></a> [database-version](#input_database-version)| The version of Postgres to use |`string`|`"14"`| no |
46
+
| <aname="input_enable-second-scenario"></a> [enable-second-scenario](#input_enable-second-scenario)| Whether to enable the second scenario |`bool`|`false`| no |
47
+
| <aname="input_multiple_container_images"></a> [multiple_container_images](#input_multiple_container_images)| The name of the container images to use for the virtual cluster in a multiple scenario |`map(string)`| <pre>{<br> "api": "ghcr.io/spectrocloud/hello-universe-api:1.0.8",<br> "ui": "ghcr.io/spectrocloud/hello-universe:1.0.12"<br>}</pre> | no |
48
+
| <aname="input_scenario-one-cluster-name"></a> [scenario-one-cluster-name](#input_scenario-one-cluster-name)| The name of the cluster to use for the virtual cluster |`string`|`"cluster-1"`| no |
49
+
| <aname="input_scenario-two-cluster-name"></a> [scenario-two-cluster-name](#input_scenario-two-cluster-name)| The name of the cluster to use for the virtual cluster in the second scenario |`string`|`"cluster-2"`| no |
50
+
| <aname="input_single-container-image"></a> [single-container-image](#input_single-container-image)| The name of the container image to use for the virtual cluster in a single scenario |`string`|`"ghcr.io/spectrocloud/hello-universe:1.0.12"`| no |
51
+
| <aname="input_tags"></a> [tags](#input_tags)| The default tags to apply to Palette resources |`list(string)`| <pre>[<br> "spectro-cloud-education",<br> "app:hello-universe",<br> "repository:spectrocloud/tutorials/",<br> "terraform_managed:true",<br> "tutorial:hello-universe-tf"<br>]</pre> | no |
52
+
| <aname="input_token"></a> [token](#input_token)| The anonymous token to use for the Spectro Cloud API |`string`|`"931A3B02-8DCC-543F-A1B2-69423D1A0B94"`| no |
0 commit comments