Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
JensWalter authored Oct 8, 2024
1 parent f5c066c commit d5c9c6f
Showing 1 changed file with 21 additions and 14 deletions.
35 changes: 21 additions & 14 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,33 @@
---
# generated by https:/hashicorp/terraform-plugin-docs
page_title: "dtz Provider"
page_title: "Provider: DownToZero Provider"
subcategory: ""
description: |-
The dtz provider is used to manage resources on the DownToZero.cloud platform.
The DownToZero (dtz) provider is used to manage resources on the DownToZero.cloud platform.
---

# dtz Provider
# DownToZero Provider

The dtz provider allows you to manage various resources and services on the DownToZero.cloud platform. It provides support for containers, object storage, container registry, RSS2Email, and observability services.
The dtz provider allows you to manage various resources and services on the [DownToZero.cloud](https://downtozero.cloud) platform. It provides support for containers, object storage, container registry, RSS2Email, and observability services.

## Example Usage

<!-- schema generated by tfplugindocs -->
```terraform
terraform {
required_providers {
dtz = {
source = "DownToZero-Cloud/dtz"
version = "~> 0.1.25"
}
}
}
provider "dtz" {
api_key = var.dtz_api_key
enable_service_containers = true
enable_service_rss2email = true
}
```

## Schema

### Required
Expand All @@ -26,11 +41,3 @@ The dtz provider allows you to manage various resources and services on the Down
- `enable_service_containerregistry` (Boolean) Enable the container registry service. Defaults to `false`.
- `enable_service_rss2email` (Boolean) Enable the RSS2Email service. Defaults to `false`.
- `enable_service_observability` (Boolean) Enable the observability service. Defaults to `false`.

```terraform
provider "dtz" {
api_key = var.dtz_api_key
enable_service_containers = true
enable_service_rss2email = true
}
```

0 comments on commit d5c9c6f

Please sign in to comment.