-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
provider/catalog_repository: Added the CRUD for the Catalog Repository
- Loading branch information
Showing
8 changed files
with
474 additions
and
2 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,33 @@ | ||
--- | ||
# generated by https://github.com/hashicorp/terraform-plugin-docs | ||
page_title: "cycloid_catalog_repository Resource - terraform-provider-cycloid" | ||
subcategory: "" | ||
description: |- | ||
--- | ||
|
||
# cycloid_catalog_repository (Resource) | ||
|
||
|
||
|
||
|
||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Required | ||
|
||
- `branch` (String) | ||
- `name` (String) | ||
- `url` (String) | ||
|
||
### Optional | ||
|
||
- `canonical` (String) | ||
- `credential_canonical` (String) | ||
- `organization_canonical` (String) A canonical of an organization. | ||
- `owner` (String) User canonical that owns this service catalog source. If omitted then the person | ||
creating this service catalog source will be assigned as owner. When a user is the | ||
owner of a service catalog source they has all the permissions on it. | ||
|
||
|
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.