-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BUG/MINOR: do not set default response code (#186)
`response_code` is only valid for for the `block` action. By setting a default it forces it to be set for all action types including those that it is not valid for. When `response_code` is empty on a blocking action the API just defaults to using the site default (e.g. 406). This commit removes the default from the Terraform provider for `response_code` and also updates the documentation to indicate that it is only valid for the `block` action type.
- Loading branch information
1 parent
5fdbfb6
commit 4006a6c
Showing
3 changed files
with
3 additions
and
5 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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
page_title: "sigsci Provider" | ||
subcategory: "" | ||
description: |- | ||
--- | ||
|
||
## Requirements | ||
|
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
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