Skip to content

Commit 0c360f6

Browse files
committed
Update page title and provider address in documentation and main.go
1 parent 9534caf commit 0c360f6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
# generated by https://github.com/hashicorp/terraform-plugin-docs
3-
page_title: "Cloudback Provider"
3+
page_title: "cloudback Provider"
44
subcategory: ""
55
description: |-
66
The Cloudback provider allows you to manage backup definitions.

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ func main() {
2929
// TODO: Update this string with the published name of your provider.
3030
// Also update the tfplugindocs generate command to either remove the
3131
// -provider-name flag or set its value to the updated provider name.
32-
Address: "cloudback/cloudback",
32+
Address: "registry.terraform.io/cloudback/cloudback",
3333
Debug: debug,
3434
}
3535

0 commit comments

Comments
 (0)