We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9534caf commit 0c360f6Copy full SHA for 0c360f6
2 files changed
docs/index.md
@@ -1,6 +1,6 @@
1
---
2
# generated by https://github.com/hashicorp/terraform-plugin-docs
3
-page_title: "Cloudback Provider"
+page_title: "cloudback Provider"
4
subcategory: ""
5
description: |-
6
The Cloudback provider allows you to manage backup definitions.
main.go
@@ -29,7 +29,7 @@ func main() {
29
// TODO: Update this string with the published name of your provider.
30
// Also update the tfplugindocs generate command to either remove the
31
// -provider-name flag or set its value to the updated provider name.
32
- Address: "cloudback/cloudback",
+ Address: "registry.terraform.io/cloudback/cloudback",
33
Debug: debug,
34
}
35
0 commit comments