-
Notifications
You must be signed in to change notification settings - Fork 3
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
Showing
11 changed files
with
146 additions
and
3 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,33 @@ | ||
--- | ||
# generated by https://github.com/hashicorp/terraform-plugin-docs | ||
page_title: "clevercloud_cellar Resource - terraform-provider-clevercloud" | ||
subcategory: "" | ||
description: |- | ||
Manage Cellar https://www.clever-cloud.com/doc/deploy/addon/cellar/ product. | ||
See product specification https://www.clever-cloud.com/doc/deploy/addon/cellar/. | ||
--- | ||
|
||
# clevercloud_cellar (Resource) | ||
|
||
Manage [Cellar](https://www.clever-cloud.com/doc/deploy/addon/cellar/) product. | ||
|
||
See [product specification](https://www.clever-cloud.com/doc/deploy/addon/cellar/). | ||
|
||
|
||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Required | ||
|
||
- `name` (String) Name of the Cellar | ||
- `region` (String) Geographical region where the data will be stored | ||
|
||
### Read-Only | ||
|
||
- `host` (String) S3 compatible Cellar endpoint | ||
- `id` (String) Generated unique identifier | ||
- `key_id` (String) Key ID used to authenticate | ||
- `key_secret` (String, Sensitive) Key secret used to authenticate | ||
|
||
|
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,26 @@ | ||
--- | ||
# generated by https://github.com/hashicorp/terraform-plugin-docs | ||
page_title: "clevercloud_cellar_bucket Resource - terraform-provider-clevercloud" | ||
subcategory: "" | ||
description: |- | ||
Manage Cellar Bucket https://www.clever-cloud.com/doc/deploy/addon/cellar/ product. | ||
See product specification https://www.clever-cloud.com/doc/deploy/addon/cellar/. | ||
--- | ||
|
||
# clevercloud_cellar_bucket (Resource) | ||
|
||
Manage [Cellar Bucket](https://www.clever-cloud.com/doc/deploy/addon/cellar/) product. | ||
|
||
See [product specification](https://www.clever-cloud.com/doc/deploy/addon/cellar/). | ||
|
||
|
||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Required | ||
|
||
- `cellar_id` (String) Cellar's reference | ||
- `id` (String) Name of the bucket | ||
|
||
|
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,50 @@ | ||
--- | ||
# generated by https://github.com/hashicorp/terraform-plugin-docs | ||
page_title: "clevercloud_php Resource - terraform-provider-clevercloud" | ||
subcategory: "" | ||
description: |- | ||
Manage PHP https://www.php.net/ applications. | ||
See PHP product https://www.clever-cloud.com/doc/getting-started/by-language/php/ specification. | ||
--- | ||
|
||
# clevercloud_php (Resource) | ||
|
||
Manage [PHP](https://www.php.net/) applications. | ||
|
||
See [PHP product](https://www.clever-cloud.com/doc/getting-started/by-language/php/) specification. | ||
|
||
|
||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Required | ||
|
||
- `biggest_flavor` (String) Biggest intance flavor, if different from smallest, enable autoscaling | ||
- `max_instance_count` (Number) Maximum instance count, if different from min value, enable autoscaling | ||
- `min_instance_count` (Number) Minimum instance count | ||
- `name` (String) Application name | ||
- `region` (String) Geographical region where the app will be deployed | ||
- `smallest_flavor` (String) Smallest instance flavor | ||
|
||
### Optional | ||
|
||
- `additional_vhosts` (List of String) Add custom hostname in addition to the default one, see [documentation](https://www.clever-cloud.com/doc/administrate/domain-names/) | ||
- `app_folder` (String) Folder in which the application is located (inside the git repository) | ||
- `build_flavor` (String) Use dedicated instance with given flavor for build step | ||
- `commit` (String) Deploy application on the given commit/tag | ||
- `description` (String) Application description | ||
- `dev_dependencies` (Boolean) Install development dependencies | ||
- `php_version` (String) PHP version (Default: 7) | ||
- `redirect_https` (Boolean) Redirect client from plain to TLS port | ||
- `redis_sessions` (Boolean) Use a linked Redis instance to store sessions (Default: false) | ||
- `sticky_sessions` (Boolean) Enable sticky sessions, use it when your client sessions are instances scoped | ||
- `webroot` (String) Define the DocumentRoot of your project (default: ".") | ||
|
||
### Read-Only | ||
|
||
- `deploy_url` (String) Git URL used to push source code | ||
- `id` (String) Unique identifier generated during application creation | ||
- `vhost` (String) Default vhost to access your app | ||
|
||
|
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
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