Skip to content

Commit

Permalink
Merge pull request #312 from ns1-terraform/PENG-4534-Update-terraform…
Browse files Browse the repository at this point in the history
…-to-reflect-tags-functionality

PENG-4534: added docs on tags
  • Loading branch information
jfarrell-NS1 authored May 21, 2024
2 parents b05b570 + 6bdd4d0 commit bddc6d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions website/docs/r/record.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ The following arguments are supported:
[Answers](#answers-1) are documented below.
* `filters` - (Optional) One or more NS1 filters for the record(order matters).
[Filters](#filters-1) are documented below.
* `tags` - map of tags in the form of `"key" = "value"` where both key and value are strings

#### Answers

Expand Down
1 change: 1 addition & 0 deletions website/docs/r/zone.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ The following arguments are supported:
workflow for creating zones with the NS record in terraform state. See
above for an example. Note that this option only has an effect when a zone is
being created.
* `tags` - map of tags in the form of `"key" = "value"` where both key and value are strings
* `tsig` - [TSIG](#TSIG-2) is documented below

#### Secondaries
Expand Down

0 comments on commit bddc6d0

Please sign in to comment.