Skip to content

Commit

Permalink
add docs
Browse files Browse the repository at this point in the history
  • Loading branch information
fiercegecko committed Nov 9, 2024
1 parent 2ed6943 commit 6a5d148
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/resources/corp_signal_tag.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ resource "sigsci_corp_signal_tag" "test" {

### Required

- `short_name` (String) The display name of the signal tag
- `short_name` (String) The display name of the signal tag. Must be 3-25 char.

### Optional

Expand Down
2 changes: 1 addition & 1 deletion docs/resources/site_signal_tag.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ resource "sigsci_site_signal_tag" "test" {

### Required

- `name` (String) The display name of the signal tag
- `name` (String) The display name of the signal tag. Must be 3-25 char.
- `site_short_name` (String) Site short name

### Optional
Expand Down

0 comments on commit 6a5d148

Please sign in to comment.