Skip to content

Commit

Permalink
Fix issue #140
Browse files Browse the repository at this point in the history
  • Loading branch information
bwJuniper committed Jul 19, 2023
1 parent 5afd6ae commit c02e39d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions apstra/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ const (
errProviderBug = "Provider Bug. Please report this issue to the provider maintainers."
errInvalidConfig = "invalid configuration"
errTemplateTypeInvalidElement = "template '%s' has type '%s' which never permits '%s' to be set"

errDataSourceReadFail = "Data Source Read() failure'"
errResourceReadFail = "Resource Read() failure'"
errInsufficientConfigElements = "Available configuration elements did provide a solution. Please report this issue to the provider maintainers"
errDataSourceReadFail = "Data Source Read() failure'"
errResourceReadFail = "Resource Read() failure'"
errInsufficientConfigElements = "Available configuration elements did provide a solution. Please report this issue to the provider maintainers"
)

0 comments on commit c02e39d

Please sign in to comment.