-
Notifications
You must be signed in to change notification settings - Fork 1
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
2a30e40
commit 9a9fc87
Showing
8 changed files
with
523 additions
and
23 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 |
---|---|---|
@@ -0,0 +1,30 @@ | ||
--- | ||
# generated by https://github.com/hashicorp/terraform-plugin-docs | ||
page_title: "pomeriumzero_cluster Resource - terraform-provider-pomeriumzero" | ||
subcategory: "" | ||
description: |- | ||
Manages a Pomerium Zero Cluster. This resource allows you to create, update, and delete clusters in your Pomerium Zero organization. | ||
--- | ||
|
||
# pomeriumzero_cluster (Resource) | ||
|
||
Manages a Pomerium Zero Cluster. This resource allows you to create, update, and delete clusters in your Pomerium Zero organization. | ||
|
||
|
||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Required | ||
|
||
- `domain` (String) The domain associated with this cluster. This is used to generate the FQDN for the cluster. | ||
- `name` (String) The name of the cluster. This must be unique within your organization. | ||
|
||
### Read-Only | ||
|
||
- `auto_detect_ip_address` (String) The auto-detected IP address of the cluster. This is determined by Pomerium Zero. | ||
- `created_at` (String) The timestamp when the cluster was created. | ||
- `fqdn` (String) The fully qualified domain name (FQDN) of the cluster. This is automatically generated based on the cluster's domain. | ||
- `id` (String) The unique identifier of the cluster. This is automatically generated by Pomerium Zero. | ||
- `namespace_id` (String) The namespace ID of the cluster. This is automatically generated by Pomerium Zero and is used for creating routes and policies. | ||
- `updated_at` (String) The timestamp when the cluster was last updated. |
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.