Skip to content

Commit 8f06484

Browse files
committed
improve doc for scm_ip_restriction_default_action
1 parent 18ae280 commit 8f06484

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

website/docs/d/logic_app_standard.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ The `site_config` block exports the following:
135135

136136
* `scm_ip_restriction` - A list of `scm_ip_restriction` objects representing SCM IP restrictions as defined below.
137137

138-
* `scm_ip_restriction_default_action` - Default action for main access restriction if no rules are matched.
138+
* `scm_ip_restriction_default_action` - Default action for main access restriction if no `scm_ip_restriction` rules are matched.
139139

140140
* `scm_use_main_ip_restriction` - Should the Logic App `ip_restriction` configuration be used for the SCM too.
141141

website/docs/r/logic_app_standard.html.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,11 +203,11 @@ 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-
* `scm_ip_restriction` - (Optional) A list of `scm_ip_restriction` objects representing SCM IP restrictions as defined below.
206+
* `scm_ip_restriction` - (Optional) A list of `scm_ip_restriction` objects representing SCM IP restrictions as defined below. Possible values are `Allow` and `Deny`.
207207

208208
-> **Note:** User has to explicitly set `scm_ip_restriction` to empty slice (`[]`) to remove it.
209209

210-
* `scm_ip_restriction_default_action` - (Optional) Default action for main access restriction if no rules are matched.
210+
* `scm_ip_restriction_default_action` - (Optional) Default action for main access restriction if no `scm_ip_restriction` rules are matched.
211211

212212
* `scm_use_main_ip_restriction` - (Optional) Should the Logic App `ip_restriction` configuration be used for the SCM too. Defaults to `false`.
213213

0 commit comments

Comments
 (0)