-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes #22
- Loading branch information
Showing
14 changed files
with
263 additions
and
127 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 |
---|---|---|
@@ -1,29 +1,31 @@ | ||
--- | ||
# generated by https://github.com/hashicorp/terraform-plugin-docs | ||
page_title: "plausible_goal Resource - terraform-provider-plausible" | ||
subcategory: "" | ||
description: |- | ||
--- | ||
|
||
# Resource `plausible_goal` | ||
# plausible_goal (Resource) | ||
|
||
|
||
|
||
|
||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Required | ||
|
||
- **site_id** (String, Required) The domain of the site to create the goal for. | ||
- **site_id** (String) The domain of the site to create the goal for. | ||
|
||
### Optional | ||
|
||
- **event_name** (String, Optional) Custom event E.g. `Signup` | ||
- **page_path** (String, Optional) Page path event. E.g. `/success` | ||
- **event_name** (String) Custom event E.g. `Signup` | ||
- **page_path** (String) Page path event. E.g. `/success` | ||
|
||
### Read-only | ||
### Read-Only | ||
|
||
- **id** (String, Read-only) The goal ID | ||
- **id** (String) The goal ID | ||
|
||
|
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 |
---|---|---|
@@ -1,29 +1,32 @@ | ||
--- | ||
# generated by https://github.com/hashicorp/terraform-plugin-docs | ||
page_title: "plausible_shared_link Resource - terraform-provider-plausible" | ||
subcategory: "" | ||
description: |- | ||
--- | ||
|
||
# Resource `plausible_shared_link` | ||
# plausible_shared_link (Resource) | ||
|
||
|
||
|
||
|
||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Required | ||
|
||
- **site_id** (String, Required) The domain of the site to create the shared link for. | ||
- **name** (String) The name of the shared link to create. | ||
- **site_id** (String) The domain of the site to create the shared link for. | ||
|
||
### Optional | ||
|
||
- **password** (String, Optional) Add a password or leave it blank so anyone with the link can see the stats. | ||
- **password** (String) Add a password or leave it blank so anyone with the link can see the stats. | ||
|
||
### Read-only | ||
### Read-Only | ||
|
||
- **id** (String, Read-only) The shared link ID | ||
- **link** (String, Read-only) Shared link | ||
- **id** (String) The shared link ID | ||
- **link** (String) Shared link | ||
|
||
|
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 |
---|---|---|
@@ -1,26 +1,28 @@ | ||
--- | ||
# generated by https://github.com/hashicorp/terraform-plugin-docs | ||
page_title: "plausible_site Resource - terraform-provider-plausible" | ||
subcategory: "" | ||
description: |- | ||
--- | ||
|
||
# Resource `plausible_site` | ||
# plausible_site (Resource) | ||
|
||
|
||
|
||
|
||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Required | ||
|
||
- **domain** (String, Required) | ||
- **timezone** (String, Required) | ||
- **domain** (String) | ||
- **timezone** (String) | ||
|
||
### Read-only | ||
### Read-Only | ||
|
||
- **id** (String, Read-only) The site ID | ||
- **javascript_snippet** (String, Read-only) Include this snippet in the <head> of your website. | ||
- **id** (String) The site ID | ||
- **javascript_snippet** (String) Include this snippet in the <head> of your website. | ||
|
||
|
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
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.