Skip to content

Commit 5c6a60f

Browse files
committed
add support for site_config.0.ip_restriction_default_action
1 parent 5ed872a commit 5c6a60f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/r/logic_app_standard.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ The `site_config` block supports the following:
203203

204204
-> **Note:** User has to explicitly set `ip_restriction` to empty slice (`[]`) to remove it.
205205

206-
* `ip_restriction_default_action` - (Optional) The action to take when no rules match in the `ip_restriction` block. Possible values are `Allow` and `Deny`.
206+
* `ip_restriction_default_action` - (Optional) The action to take when no `ip_restriction` rules match. Possible values are `Allow` and `Deny`.
207207

208208
-> **Note:** If `ip_restriction_default_action` is not configured, it is implicitly set to `Allow` when no `ip_restriction` rules are defined and `Deny` when at least one `ip_restriction` rule is defined.
209209

0 commit comments

Comments
 (0)