generated from hashicorp/terraform-provider-scaffolding-framework
-
Notifications
You must be signed in to change notification settings - Fork 0
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
1 parent
a06ed5e
commit d7637ed
Showing
60 changed files
with
3,206 additions
and
412 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,6 +25,8 @@ website/node_modules | |
*.test | ||
*.iml | ||
|
||
tests | ||
|
||
website/vendor | ||
|
||
# Test exclusions | ||
|
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,31 @@ | ||
--- | ||
# generated by https://github.com/hashicorp/terraform-plugin-docs | ||
page_title: "octodns_a_record Data Source - terraform-provider-octodns" | ||
subcategory: "" | ||
description: |- | ||
Record data source | ||
--- | ||
|
||
# octodns_a_record (Data Source) | ||
|
||
Record data source | ||
|
||
|
||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Required | ||
|
||
- `name` (String) Record Zone | ||
- `zone` (String) Record Zone | ||
|
||
### Optional | ||
|
||
- `scope` (String) Scope of zone | ||
|
||
### Read-Only | ||
|
||
- `id` (String) Record identifier | ||
- `ttl` (Number) | ||
- `values` (List of String) |
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,31 @@ | ||
--- | ||
# generated by https://github.com/hashicorp/terraform-plugin-docs | ||
page_title: "octodns_aaaa_record Data Source - terraform-provider-octodns" | ||
subcategory: "" | ||
description: |- | ||
Record data source | ||
--- | ||
|
||
# octodns_aaaa_record (Data Source) | ||
|
||
Record data source | ||
|
||
|
||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Required | ||
|
||
- `name` (String) Record Zone | ||
- `zone` (String) Record Zone | ||
|
||
### Optional | ||
|
||
- `scope` (String) Scope of zone | ||
|
||
### Read-Only | ||
|
||
- `id` (String) Record identifier | ||
- `ttl` (Number) | ||
- `values` (List of String) |
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,31 @@ | ||
--- | ||
# generated by https://github.com/hashicorp/terraform-plugin-docs | ||
page_title: "octodns_caa_record Data Source - terraform-provider-octodns" | ||
subcategory: "" | ||
description: |- | ||
Record data source | ||
--- | ||
|
||
# octodns_caa_record (Data Source) | ||
|
||
Record data source | ||
|
||
|
||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Required | ||
|
||
- `name` (String) Record Zone | ||
- `zone` (String) Record Zone | ||
|
||
### Optional | ||
|
||
- `scope` (String) Scope of zone | ||
|
||
### Read-Only | ||
|
||
- `id` (String) Record identifier | ||
- `ttl` (Number) | ||
- `values` (List of String) |
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,31 @@ | ||
--- | ||
# generated by https://github.com/hashicorp/terraform-plugin-docs | ||
page_title: "octodns_cname_record Data Source - terraform-provider-octodns" | ||
subcategory: "" | ||
description: |- | ||
Record data source | ||
--- | ||
|
||
# octodns_cname_record (Data Source) | ||
|
||
Record data source | ||
|
||
|
||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Required | ||
|
||
- `name` (String) Record Zone | ||
- `zone` (String) Record Zone | ||
|
||
### Optional | ||
|
||
- `scope` (String) Scope of zone | ||
|
||
### Read-Only | ||
|
||
- `id` (String) Record identifier | ||
- `ttl` (Number) | ||
- `values` (List of String) |
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,31 @@ | ||
--- | ||
# generated by https://github.com/hashicorp/terraform-plugin-docs | ||
page_title: "octodns_dname_record Data Source - terraform-provider-octodns" | ||
subcategory: "" | ||
description: |- | ||
Record data source | ||
--- | ||
|
||
# octodns_dname_record (Data Source) | ||
|
||
Record data source | ||
|
||
|
||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Required | ||
|
||
- `name` (String) Record Zone | ||
- `zone` (String) Record Zone | ||
|
||
### Optional | ||
|
||
- `scope` (String) Scope of zone | ||
|
||
### Read-Only | ||
|
||
- `id` (String) Record identifier | ||
- `ttl` (Number) | ||
- `values` (List of String) |
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,31 @@ | ||
--- | ||
# generated by https://github.com/hashicorp/terraform-plugin-docs | ||
page_title: "octodns_loc_record Data Source - terraform-provider-octodns" | ||
subcategory: "" | ||
description: |- | ||
Record data source | ||
--- | ||
|
||
# octodns_loc_record (Data Source) | ||
|
||
Record data source | ||
|
||
|
||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Required | ||
|
||
- `name` (String) Record Zone | ||
- `zone` (String) Record Zone | ||
|
||
### Optional | ||
|
||
- `scope` (String) Scope of zone | ||
|
||
### Read-Only | ||
|
||
- `id` (String) Record identifier | ||
- `ttl` (Number) | ||
- `values` (List of String) |
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,31 @@ | ||
--- | ||
# generated by https://github.com/hashicorp/terraform-plugin-docs | ||
page_title: "octodns_mx_record Data Source - terraform-provider-octodns" | ||
subcategory: "" | ||
description: |- | ||
Record data source | ||
--- | ||
|
||
# octodns_mx_record (Data Source) | ||
|
||
Record data source | ||
|
||
|
||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Required | ||
|
||
- `name` (String) Record Zone | ||
- `zone` (String) Record Zone | ||
|
||
### Optional | ||
|
||
- `scope` (String) Scope of zone | ||
|
||
### Read-Only | ||
|
||
- `id` (String) Record identifier | ||
- `ttl` (Number) | ||
- `values` (List of String) |
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,31 @@ | ||
--- | ||
# generated by https://github.com/hashicorp/terraform-plugin-docs | ||
page_title: "octodns_naptr_record Data Source - terraform-provider-octodns" | ||
subcategory: "" | ||
description: |- | ||
Record data source | ||
--- | ||
|
||
# octodns_naptr_record (Data Source) | ||
|
||
Record data source | ||
|
||
|
||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Required | ||
|
||
- `name` (String) Record Zone | ||
- `zone` (String) Record Zone | ||
|
||
### Optional | ||
|
||
- `scope` (String) Scope of zone | ||
|
||
### Read-Only | ||
|
||
- `id` (String) Record identifier | ||
- `ttl` (Number) | ||
- `values` (List of String) |
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,31 @@ | ||
--- | ||
# generated by https://github.com/hashicorp/terraform-plugin-docs | ||
page_title: "octodns_ns_record Data Source - terraform-provider-octodns" | ||
subcategory: "" | ||
description: |- | ||
Record data source | ||
--- | ||
|
||
# octodns_ns_record (Data Source) | ||
|
||
Record data source | ||
|
||
|
||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Required | ||
|
||
- `name` (String) Record Zone | ||
- `zone` (String) Record Zone | ||
|
||
### Optional | ||
|
||
- `scope` (String) Scope of zone | ||
|
||
### Read-Only | ||
|
||
- `id` (String) Record identifier | ||
- `ttl` (Number) | ||
- `values` (List of String) |
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,31 @@ | ||
--- | ||
# generated by https://github.com/hashicorp/terraform-plugin-docs | ||
page_title: "octodns_ptr_record Data Source - terraform-provider-octodns" | ||
subcategory: "" | ||
description: |- | ||
Record data source | ||
--- | ||
|
||
# octodns_ptr_record (Data Source) | ||
|
||
Record data source | ||
|
||
|
||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Required | ||
|
||
- `name` (String) Record Zone | ||
- `zone` (String) Record Zone | ||
|
||
### Optional | ||
|
||
- `scope` (String) Scope of zone | ||
|
||
### Read-Only | ||
|
||
- `id` (String) Record identifier | ||
- `ttl` (Number) | ||
- `values` (List of String) |
This file was deleted.
Oops, something went wrong.
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,31 @@ | ||
--- | ||
# generated by https://github.com/hashicorp/terraform-plugin-docs | ||
page_title: "octodns_spf_record Data Source - terraform-provider-octodns" | ||
subcategory: "" | ||
description: |- | ||
Record data source | ||
--- | ||
|
||
# octodns_spf_record (Data Source) | ||
|
||
Record data source | ||
|
||
|
||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Required | ||
|
||
- `name` (String) Record Zone | ||
- `zone` (String) Record Zone | ||
|
||
### Optional | ||
|
||
- `scope` (String) Scope of zone | ||
|
||
### Read-Only | ||
|
||
- `id` (String) Record identifier | ||
- `ttl` (Number) | ||
- `values` (List of String) |
Oops, something went wrong.