Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc fix: azurerm_app_configuration doc typo #19838

Merged
merged 1 commit into from
Jan 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion website/docs/r/app_configuration.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ The following arguments are supported:

~> **NOTE:** Azure does not allow a downgrade from `standard` to `free`.

* `encrption` - (Optional) An `encryption` block as defined below.
* `encryption` - (Optional) An `encryption` block as defined below.

* `local_auth_enabled` - (Optional) Whether local authentication methods is enabled. Defaults to `true`.

Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/app_configuration_feature.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ The following arguments are supported:

* `targeting_filter` - (Optional) A `targeting_filter` block as defined below.

* `timewindow_filter` - (Optional) A `targeting_filter` block `timewindow_filter` as defined below.
* `timewindow_filter` - (Optional) A `timewindow_filter` block as defined below.

---

Expand Down