Skip to content

Commit

Permalink
Initial Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
maikelpoot committed Sep 18, 2023
1 parent a06ed5e commit d7637ed
Show file tree
Hide file tree
Showing 60 changed files with 3,206 additions and 412 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ website/node_modules
*.test
*.iml

tests

website/vendor

# Test exclusions
Expand Down
31 changes: 31 additions & 0 deletions docs/data-sources/a_record.md
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)
31 changes: 31 additions & 0 deletions docs/data-sources/aaaa_record.md
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)
31 changes: 31 additions & 0 deletions docs/data-sources/caa_record.md
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)
31 changes: 31 additions & 0 deletions docs/data-sources/cname_record.md
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)
31 changes: 31 additions & 0 deletions docs/data-sources/dname_record.md
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)
31 changes: 31 additions & 0 deletions docs/data-sources/loc_record.md
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)
31 changes: 31 additions & 0 deletions docs/data-sources/mx_record.md
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)
31 changes: 31 additions & 0 deletions docs/data-sources/naptr_record.md
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)
31 changes: 31 additions & 0 deletions docs/data-sources/ns_record.md
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)
31 changes: 31 additions & 0 deletions docs/data-sources/ptr_record.md
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)
30 changes: 0 additions & 30 deletions docs/data-sources/scaffolding_example.md

This file was deleted.

31 changes: 31 additions & 0 deletions docs/data-sources/spf_record.md
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)
Loading

0 comments on commit d7637ed

Please sign in to comment.