This commit is contained in:
lunz0223 2022-07-30 23:12:57 +08:00
Родитель a53fb34e99
Коммит abc69ae145
557 изменённых файлов: 162 добавлений и 28807 удалений

2
.gitmodules поставляемый
Просмотреть файл

@ -1,4 +1,4 @@
[submodule "terraform-provider-azurerm"]
url = https://github.com/hashicorp/terraform-provider-azurerm.git
path = terraform-provider-azurerm
url = https://github.com/hashicorp/terraform-provider-azurerm.git

Просмотреть файл

@ -1,327 +1 @@
## 0.17.0 (2022-06-18)
### Enhancements
- [#174](https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/174): autogenerated maintenance
- [#176](https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/176): Add support for Lsv3/Lasv3 series
- [#178](https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/178): Bump terraform-provider-azurerm to v3.10.0 from v3.4.0
### BugFixes
- [#179](https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/179): Accept 8.0 as a correct version on MySQL server
### Chores
- [#170](https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/170): Bump goreleaser/goreleaser-action from 2 to 3
- [#172](https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/172): automating maintenance with Github actions
- [#175](https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/175): Bump github.com/dave/dst from 0.26.2 to 0.27.0
- [#177](https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/177): Tweak autogenerated maintenance frequency
## 0.16.0 (2022-05-05)
### Enhancements
- [#168](https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/168): Bump terraform-provider-azurerm to v3.4.0 from v3.0.2
- [#169](https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/169): Add support for Ebdsv5/Ebsv5 series
### Chores
- [#159](https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/159): chores: Remove snaker
- [#160](https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/160): Fix rule template for rule generator
- [#163](https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/163): Bump actions/setup-go from 2 to 3
- [#164](https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/164): Bump github.com/hashicorp/hcl/v2 from 2.11.1 to 2.12.0
- [#165](https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/165): Bump github.com/hashicorp/hcl/v2 from 2.11.1 to 2.12.0 in /tools
- [#166](https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/166): Bump github.com/google/go-cmp from 0.5.7 to 0.5.8
- [#167](https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/167): Bump github.com/terraform-linters/tflint-plugin-sdk from 0.10.0 to 0.11.0
## 0.15.0 (2022-03-30)
The minimum supported version of TFLint has changed in this version. TFLint v0.35.0+ is required for this plugin to work.
### Breaking Changes
- [#150](https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/150) [#156](https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/156) [#158](https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/158): Bump terraform-provider-azurerm to v3.0.2 from v2.84.0
- [#155](https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/155): Bump tflint-plugin-sdk for gRPC-based new plugin system
### Chores
- [#146](https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/146): Bump github.com/zclconf/go-cty from 1.9.1 to 1.10.0 in /tools
- [#148](https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/148): Bump github.com/hashicorp/hcl/v2 from 2.10.1 to 2.11.1 in /tools
- [#149](https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/149): Bump github.com/hashicorp/hcl/v2 from 2.10.1 to 2.11.1
- [#151](https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/151): Bump github.com/google/go-cmp from 0.5.6 to 0.5.7
- [#152](https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/152): Bump actions/github-script from 5 to 6
- [#153](https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/153): Bump actions/checkout from 2 to 3
- [#154](https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/154): build: go 1.18
## 0.14.0 (2021-11-07)
### Breaking Changes
- [#144](https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/144): Bump terraform-provider-azurerm to v2.84.0 from v2.80.0
- Remove `azurerm_mysql_server_invalid_ssl_enforcement` rule
- [#145](https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/145): build: Remove unsupported build targets
### Enhancements
- [#143](https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/143): Update machine sizes
### Chores
- [#141](https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/141): Fix github-script to v5
## 0.13.2 (2021-10-12)
### Enhancements
- [#140](https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/140): Bump terraform-provider-azurerm to v2.80.0 from v2.76.0
### Chores
- [#139](https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/139): Bump actions/github-script from 4 to 5
## 0.13.1 (2021-09-12)
### BugFixes
- [#137](https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/137): build: Update GoReleaser version
- v0.13.0 release doesn't include darwin/arm64 build. This change fixes the issue.
## 0.13.0 (2021-09-12)
### Enhancements
- [#136](https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/136): Bump terraform-provider-azurerm to v2.76.0 from v2.71.0
### Chores
- [#130](https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/130): Bump actions/github-script from 4.0.2 to 4.1
- [#131](https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/131): Bump github.com/zclconf/go-cty from 1.9.0 to 1.9.1 in /tools
- [#132](https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/132): Bump actions/setup-go from 2.1.3 to 2.1.4
- [#134](https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/134): Update doc snapshot
- [#135](https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/135): build: Go 1.17
## 0.12.0 (2021-08-08)
### Enhancements
- [#122](https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/122): Add `azurerm_kubernetes_cluster_default_node_pool_invalid_vm_size` rule
- [#128](https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/128): Bump terraform-provider-azurerm to v2.71.0 from v2.66.0
### Chores
- [#123](https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/123): Bump github.com/terraform-linters/tflint-plugin-sdk from 0.9.0 to 0.9.1
- [#124](https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/124): Add rule generator
- [#125](https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/125): Bump github.com/zclconf/go-cty from 1.8.0 to 1.9.0 in /tools
- [#126](https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/126): Bump github.com/hashicorp/hcl/v2 from 2.10.0 to 2.10.1 in /tools
- [#127](https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/127): Bump github.com/hashicorp/hcl/v2 from 2.10.0 to 2.10.1
## 0.11.0 (2021-07-05)
The minimum supported version of TFLint has changed in this version. TFLint v0.30.0+ is required for this plugin to work.
### Breaking Changes
- [#118](https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/118): Bump tflint-plugin-sdk to v0.9.0
### Enhancements
- [#119](https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/119): rule: Add support for FX series and update other sizes
- [#120](https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/120): Bump terraform-provider-azurerm to v2.66.0 from v2.62.0
## 0.10.1 (2021-06-12)
### Chores
- [#116](https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/116): build: Add support for darwin/arm64 build
## 0.10.0 (2021-06-05)
### Enhancements
- [#114](https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/114): Bump terraform-provider-azurerm to v2.62.0 from v2.57.0
### Chores
- [#113](https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/113): Bump github.com/google/go-cmp from 0.5.5 to 0.5.6
- [#115](https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/115): Add notes about auto installation
## 0.9.1 (2021-05-02)
### Enhancements
- [#105](https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/105) [#112](https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/112): Bump terraform-provider-azurerm to v2.57.0 from v2.50.0
- [#111](https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/111): rules: Add support for HBv3 series and update other sizes
### Chores
- [#100](https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/100): Bump github.com/google/go-cmp from 0.5.4 to 0.5.5
- [#102](https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/102) [#108](https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/108): Bump github.com/hashicorp/hcl/v2 from 2.9.0 to 2.10.0 in /tools
- [#103](https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/103) [#109](https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/109): Bump github.com/hashicorp/hcl/v2 from 2.9.0 to 2.10.0
- [#106](https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/106): Bump github.com/terraform-linters/tflint-plugin-sdk from 0.8.1 to 0.8.2
- [#110](https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/110): Bump actions/github-script from v3 to v4.0.2
## 0.9.0 (2021-03-07)
### Breaking Changes
- [#99](https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/99): Bump terraform-provider-azurerm to v2.50.0 from v2.45.1
- Remove `azurerm_log_analytics_workspace_invalid_retention_in_days` rule
### Chores
- [#96](https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/96): Upgrade to Go 1.16
- [#97](https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/97): Bump github.com/hashicorp/hcl/v2 from 2.8.2 to 2.9.0 in /tools
- [#98](https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/98): Bump github.com/hashicorp/hcl/v2 from 2.8.2 to 2.9.0
## 0.8.2 (2021-02-02)
- [#95](https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/95): Bump tflint-plugin-sdk to v0.8.1
## 0.8.1 (2021-02-01)
- [#94](https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/94): Remove rules which checks about overflow integer
## 0.8.0 (2021-01-31)
The minimum supported version of TFLint has changed in this version. TFLint v0.24.0+ is required for this plugin to work.
### Breaking Changes
- [#93](https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/93): Bump tflint-plugin-sdk to v0.8.0
### Enhancements
- [#92](https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/92): Bump terraform-provider-azurerm to v2.45.1 from v2.41.0
### Chores
- [#89](https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/89): Bump github.com/hashicorp/hcl/v2 from 2.8.1 to 2.8.2 in /tools
- [#91](https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/91): Bump github.com/terraform-linters/tflint-plugin-sdk from 0.7.0 to 0.7.1
## 0.7.0 (2021-01-04)
The minimum supported version of TFLint has changed in this version. TFLint v0.23.0+ is required for this plugin to work.
### Breaking Changes
- [#88](https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/88): Bump tflint-plugin-sdk to v0.7.0
### Enhancements
- [#87](https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/87): Bump terraform-provider-azurerm to v2.41.0 from v2.37.0
### Chores
- [#80](https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/80): Bump github.com/google/go-cmp from 0.5.3 to 0.5.4
- [#85](https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/85): Bump github.com/hashicorp/hcl/v2 from 2.7.1 to 2.8.1 in /tools
- [#86](https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/86): Bump github.com/hashicorp/hcl/v2 from 2.7.1 to 2.8.1
## 0.6.0 (2020-11-24)
The minimum supported version of TFLint has changed in this version. TFLint v0.21.0+ is required for this plugin to work.
### Breaking Changes
- [#79](https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/79): Bump tflint-plugin-sdk to v0.6.0
- Added support for JSON configuration syntax
### Enhancements
- [#78](https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/78): Bump terraform-provider-azurerm to v2.37.0 from v2.32.0
### Chores
- [#68](https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/68): Added input parameters for generation paths. Also debugging configs for VS Code
- [#71](https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/71): Refactor of Mapping Files
- [#72](https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/72): Add a make command to update the api spec submodule
- [#74](https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/74): Bump github.com/google/go-cmp from 0.5.2 to 0.5.3
- [#75](https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/75): Stop using set-env commands
- [#76](https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/76): Bump github.com/hashicorp/hcl/v2 from 2.6.0 to 2.7.1 in /tools
- [#77](https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/77): Bump github.com/hashicorp/hcl/v2 from 2.6.0 to 2.7.1
## 0.5.1 (2020-10-19)
### Enhancements
- [#65](https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/65): Bump terraform-provider-azurerm to v2.32.0 from v2.27.0
### Chores
- [#63](https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/63): Bump actions/setup-go from v2.1.2 to v2.1.3
## 0.5.0 (2020-09-14)
The minimum supported version of TFLint has changed in this version. TFLint v0.20.0+ is required for this plugin to work. Also, this release is built with Go v1.15. As a result, darwin/386 build will no longer available from the release.
### Breaking Changes
- [#61](https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/61): Bump tflint-plugin-sdk to v0.5.0
### Chores
- [#53](https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/53): chore(deps): bump go to v1.15
- [#54](https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/54): Update GitHub Actions by Dependabot
- [#55](https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/55): Bump actions/setup-go from v1 to v2.1.2
- [#56](https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/56): Bump actions/github-script from v2 to v3
- [#57](https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/57): Bump github.com/google/go-cmp from 0.5.1 to 0.5.2
- [#59](https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/59): Update doc snapshot
- [#60](https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/60): Bump terraform-provider-azurerm to v2.27.0 from v2.23.0
- [#62](https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/62): Bump goreleaser version
## 0.4.0 (2020-08-17)
The minimum supported version of TFLint has changed in this version. TFLint v0.19.0+ is required for this plugin to work.
### Breaking Changes
- [#50](https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/50): Bump tflint-plugin-sdk to v0.4.0
### Enhancements
- [#47](https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/47): Update VM machine sizes
- [#48](https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/48): Bump terraform-provider-azurerm to v2.23.0 from v2.19.0
### Chores
- [#43](https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/43): Update azure-docs snapshots
- [#46](https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/46): Bump github.com/google/go-cmp from 0.5.0 to 0.5.1
## 0.3.0 (2020-07-19)
The minimum supported version of TFLint has changed in this version. TFLint v0.18.0+ is required for this plugin to work.
### Breaking Changes
- [#41](https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/41): Bump tflint-plugin-sdk to v0.3.0
### Enhancements
- [#31](https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/31) [#40](https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/40): Bump terraform-provider-azurerm to v2.19.0 from v2.16.0
### BugFixes
- [#32](https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/32) [#36](https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/36): Add newly added vm sizes to rules
### Chores
- [#33](https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/33): Add workflow to watch azure-docs content changes
## 0.2.0 (2020-06-28)
The minimum supported version of TFLint has changed in this version. TFLint v0.17.0+ is required for this plugin to work.
### Breaking Changes
- [#20](https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/20) [#25](https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/25): Bump tflint-plugin-sdk from v0.1.0 to v0.2.0
### Chores
- [#21](https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/21): Bump github.com/hashicorp/hcl/v2 from 2.5.1 to 2.6.0 in /tools
- [#22](https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/22): Bump github.com/hashicorp/hcl/v2 from 2.5.1 to 2.6.0
- [#23](https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/23): Bump github.com/google/go-cmp from 0.4.1 to 0.5.0
- [#24](https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/24): Create Dependabot config file
- [#27](https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/27): Bump terraform-provider-azurerm to v2.16.0 from v2.10.0
## 0.1.0 (2020-05-18)
Initial release 🎉

Просмотреть файл

@ -1,250 +0,0 @@
# Rules
This documentation describes a list of rules available by enabling this ruleset.
## Basic Rules
|Rule|Enabled by default|
| --- | --- |
|[azurerm_linux_virtual_machine_invalid_size](rules/azurerm_linux_virtual_machine_invalid_size.md)|✔|
|[azurerm_linux_virtual_machine_scale_set_invalid_sku](rules/azurerm_linux_virtual_machine_scale_set_invalid_sku.md)|✔|
|[azurerm_virtual_machine_invalid_vm_size](rules/azurerm_virtual_machine_invalid_vm_size.md)|✔|
|[azurerm_windows_virtual_machine_invalid_size](rules/azurerm_windows_virtual_machine_invalid_size.md)|✔|
|[azurerm_windows_virtual_machine_scale_set_invalid_sku](rules/azurerm_windows_virtual_machine_scale_set_invalid_sku.md)|✔|
## API Specification Rules
These are the rules that warn against invalid values generated from [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs). Currently, 230 rules are available.
|Rule|Enabled by default|
| --- | --- |
|[azurerm_analysis_services_server_invalid_querypool_connection_mode](rules/azurerm_analysis_services_server_invalid_querypool_connection_mode.md)|✔|
|[azurerm_application_insights_analytics_item_invalid_scope](rules/azurerm_application_insights_analytics_item_invalid_scope.md)|✔|
|[azurerm_application_insights_analytics_item_invalid_type](rules/azurerm_application_insights_analytics_item_invalid_type.md)|✔|
|[azurerm_application_insights_web_test_invalid_kind](rules/azurerm_application_insights_web_test_invalid_kind.md)|✔|
|[azurerm_automation_account_invalid_sku_name](rules/azurerm_automation_account_invalid_sku_name.md)|✔|
|[azurerm_automation_runbook_invalid_runbook_type](rules/azurerm_automation_runbook_invalid_runbook_type.md)|✔|
|[azurerm_automation_schedule_invalid_frequency](rules/azurerm_automation_schedule_invalid_frequency.md)|✔|
|[azurerm_batch_account_invalid_name](rules/azurerm_batch_account_invalid_name.md)|✔|
|[azurerm_batch_account_invalid_pool_allocation_mode](rules/azurerm_batch_account_invalid_pool_allocation_mode.md)|✔|
|[azurerm_batch_application_invalid_account_name](rules/azurerm_batch_application_invalid_account_name.md)|✔|
|[azurerm_batch_application_invalid_name](rules/azurerm_batch_application_invalid_name.md)|✔|
|[azurerm_batch_certificate_invalid_account_name](rules/azurerm_batch_certificate_invalid_account_name.md)|✔|
|[azurerm_batch_certificate_invalid_format](rules/azurerm_batch_certificate_invalid_format.md)|✔|
|[azurerm_batch_pool_invalid_account_name](rules/azurerm_batch_pool_invalid_account_name.md)|✔|
|[azurerm_batch_pool_invalid_name](rules/azurerm_batch_pool_invalid_name.md)|✔|
|[azurerm_bot_channel_directline_invalid_bot_name](rules/azurerm_bot_channel_directline_invalid_bot_name.md)|✔|
|[azurerm_bot_channel_directline_invalid_resource_group_name](rules/azurerm_bot_channel_directline_invalid_resource_group_name.md)|✔|
|[azurerm_bot_channel_email_invalid_bot_name](rules/azurerm_bot_channel_email_invalid_bot_name.md)|✔|
|[azurerm_bot_channel_email_invalid_resource_group_name](rules/azurerm_bot_channel_email_invalid_resource_group_name.md)|✔|
|[azurerm_bot_channel_ms_teams_invalid_bot_name](rules/azurerm_bot_channel_ms_teams_invalid_bot_name.md)|✔|
|[azurerm_bot_channel_ms_teams_invalid_resource_group_name](rules/azurerm_bot_channel_ms_teams_invalid_resource_group_name.md)|✔|
|[azurerm_bot_channel_slack_invalid_bot_name](rules/azurerm_bot_channel_slack_invalid_bot_name.md)|✔|
|[azurerm_bot_channel_slack_invalid_resource_group_name](rules/azurerm_bot_channel_slack_invalid_resource_group_name.md)|✔|
|[azurerm_bot_channels_registration_invalid_resource_group_name](rules/azurerm_bot_channels_registration_invalid_resource_group_name.md)|✔|
|[azurerm_bot_channels_registration_invalid_sku](rules/azurerm_bot_channels_registration_invalid_sku.md)|✔|
|[azurerm_bot_connection_invalid_bot_name](rules/azurerm_bot_connection_invalid_bot_name.md)|✔|
|[azurerm_bot_connection_invalid_name](rules/azurerm_bot_connection_invalid_name.md)|✔|
|[azurerm_bot_connection_invalid_resource_group_name](rules/azurerm_bot_connection_invalid_resource_group_name.md)|✔|
|[azurerm_bot_web_app_invalid_name](rules/azurerm_bot_web_app_invalid_name.md)|✔|
|[azurerm_bot_web_app_invalid_resource_group_name](rules/azurerm_bot_web_app_invalid_resource_group_name.md)|✔|
|[azurerm_bot_web_app_invalid_sku](rules/azurerm_bot_web_app_invalid_sku.md)|✔|
|[azurerm_cdn_endpoint_invalid_optimization_type](rules/azurerm_cdn_endpoint_invalid_optimization_type.md)|✔|
|[azurerm_cdn_endpoint_invalid_querystring_caching_behaviour](rules/azurerm_cdn_endpoint_invalid_querystring_caching_behaviour.md)|✔|
|[azurerm_cdn_endpoint_invalid_resource_group_name](rules/azurerm_cdn_endpoint_invalid_resource_group_name.md)|✔|
|[azurerm_cdn_profile_invalid_resource_group_name](rules/azurerm_cdn_profile_invalid_resource_group_name.md)|✔|
|[azurerm_cdn_profile_invalid_sku](rules/azurerm_cdn_profile_invalid_sku.md)|✔|
|[azurerm_cognitive_account_invalid_name](rules/azurerm_cognitive_account_invalid_name.md)|✔|
|[azurerm_container_group_invalid_ip_address_type](rules/azurerm_container_group_invalid_ip_address_type.md)|✔|
|[azurerm_container_registry_invalid_name](rules/azurerm_container_registry_invalid_name.md)|✔|
|[azurerm_container_registry_invalid_sku](rules/azurerm_container_registry_invalid_sku.md)|✔|
|[azurerm_container_registry_webhook_invalid_name](rules/azurerm_container_registry_webhook_invalid_name.md)|✔|
|[azurerm_container_registry_webhook_invalid_registry_name](rules/azurerm_container_registry_webhook_invalid_registry_name.md)|✔|
|[azurerm_container_registry_webhook_invalid_status](rules/azurerm_container_registry_webhook_invalid_status.md)|✔|
|[azurerm_cosmosdb_account_invalid_kind](rules/azurerm_cosmosdb_account_invalid_kind.md)|✔|
|[azurerm_cosmosdb_account_invalid_name](rules/azurerm_cosmosdb_account_invalid_name.md)|✔|
|[azurerm_cosmosdb_account_invalid_offer_type](rules/azurerm_cosmosdb_account_invalid_offer_type.md)|✔|
|[azurerm_cosmosdb_account_invalid_resource_group_name](rules/azurerm_cosmosdb_account_invalid_resource_group_name.md)|✔|
|[azurerm_cosmosdb_cassandra_keyspace_invalid_account_name](rules/azurerm_cosmosdb_cassandra_keyspace_invalid_account_name.md)|✔|
|[azurerm_cosmosdb_cassandra_keyspace_invalid_resource_group_name](rules/azurerm_cosmosdb_cassandra_keyspace_invalid_resource_group_name.md)|✔|
|[azurerm_cosmosdb_gremlin_database_invalid_account_name](rules/azurerm_cosmosdb_gremlin_database_invalid_account_name.md)|✔|
|[azurerm_cosmosdb_gremlin_database_invalid_resource_group_name](rules/azurerm_cosmosdb_gremlin_database_invalid_resource_group_name.md)|✔|
|[azurerm_cosmosdb_gremlin_graph_invalid_account_name](rules/azurerm_cosmosdb_gremlin_graph_invalid_account_name.md)|✔|
|[azurerm_cosmosdb_gremlin_graph_invalid_resource_group_name](rules/azurerm_cosmosdb_gremlin_graph_invalid_resource_group_name.md)|✔|
|[azurerm_cosmosdb_mongo_collection_invalid_resource_group_name](rules/azurerm_cosmosdb_mongo_collection_invalid_resource_group_name.md)|✔|
|[azurerm_cosmosdb_mongo_database_invalid_account_name](rules/azurerm_cosmosdb_mongo_database_invalid_account_name.md)|✔|
|[azurerm_cosmosdb_mongo_database_invalid_resource_group_name](rules/azurerm_cosmosdb_mongo_database_invalid_resource_group_name.md)|✔|
|[azurerm_cosmosdb_sql_container_invalid_account_name](rules/azurerm_cosmosdb_sql_container_invalid_account_name.md)|✔|
|[azurerm_cosmosdb_sql_container_invalid_resource_group_name](rules/azurerm_cosmosdb_sql_container_invalid_resource_group_name.md)|✔|
|[azurerm_cosmosdb_sql_database_invalid_account_name](rules/azurerm_cosmosdb_sql_database_invalid_account_name.md)|✔|
|[azurerm_cosmosdb_sql_database_invalid_resource_group_name](rules/azurerm_cosmosdb_sql_database_invalid_resource_group_name.md)|✔|
|[azurerm_cosmosdb_table_invalid_account_name](rules/azurerm_cosmosdb_table_invalid_account_name.md)|✔|
|[azurerm_cosmosdb_table_invalid_resource_group_name](rules/azurerm_cosmosdb_table_invalid_resource_group_name.md)|✔|
|[azurerm_data_factory_dataset_mysql_invalid_linked_service_name](rules/azurerm_data_factory_dataset_mysql_invalid_linked_service_name.md)|✔|
|[azurerm_data_factory_dataset_mysql_invalid_name](rules/azurerm_data_factory_dataset_mysql_invalid_name.md)|✔|
|[azurerm_data_factory_dataset_postgresql_invalid_linked_service_name](rules/azurerm_data_factory_dataset_postgresql_invalid_linked_service_name.md)|✔|
|[azurerm_data_factory_dataset_postgresql_invalid_name](rules/azurerm_data_factory_dataset_postgresql_invalid_name.md)|✔|
|[azurerm_data_factory_dataset_sql_server_table_invalid_linked_service_name](rules/azurerm_data_factory_dataset_sql_server_table_invalid_linked_service_name.md)|✔|
|[azurerm_data_factory_dataset_sql_server_table_invalid_name](rules/azurerm_data_factory_dataset_sql_server_table_invalid_name.md)|✔|
|[azurerm_data_factory_integration_runtime_managed_invalid_edition](rules/azurerm_data_factory_integration_runtime_managed_invalid_edition.md)|✔|
|[azurerm_data_factory_integration_runtime_managed_invalid_license_type](rules/azurerm_data_factory_integration_runtime_managed_invalid_license_type.md)|✔|
|[azurerm_data_factory_integration_runtime_managed_invalid_max_parallel_executions_per_node](rules/azurerm_data_factory_integration_runtime_managed_invalid_max_parallel_executions_per_node.md)|✔|
|[azurerm_data_factory_integration_runtime_managed_invalid_number_of_nodes](rules/azurerm_data_factory_integration_runtime_managed_invalid_number_of_nodes.md)|✔|
|[azurerm_data_factory_invalid_name](rules/azurerm_data_factory_invalid_name.md)|✔|
|[azurerm_data_factory_invalid_resource_group_name](rules/azurerm_data_factory_invalid_resource_group_name.md)|✔|
|[azurerm_data_factory_linked_service_data_lake_storage_gen2_invalid_name](rules/azurerm_data_factory_linked_service_data_lake_storage_gen2_invalid_name.md)|✔|
|[azurerm_data_factory_linked_service_mysql_invalid_name](rules/azurerm_data_factory_linked_service_mysql_invalid_name.md)|✔|
|[azurerm_data_factory_linked_service_postgresql_invalid_name](rules/azurerm_data_factory_linked_service_postgresql_invalid_name.md)|✔|
|[azurerm_data_factory_linked_service_sql_server_invalid_name](rules/azurerm_data_factory_linked_service_sql_server_invalid_name.md)|✔|
|[azurerm_data_factory_pipeline_invalid_name](rules/azurerm_data_factory_pipeline_invalid_name.md)|✔|
|[azurerm_data_factory_trigger_schedule_invalid_frequency](rules/azurerm_data_factory_trigger_schedule_invalid_frequency.md)|✔|
|[azurerm_database_migration_project_invalid_source_platform](rules/azurerm_database_migration_project_invalid_source_platform.md)|✔|
|[azurerm_database_migration_project_invalid_target_platform](rules/azurerm_database_migration_project_invalid_target_platform.md)|✔|
|[azurerm_databricks_workspace_invalid_managed_resource_group_name](rules/azurerm_databricks_workspace_invalid_managed_resource_group_name.md)|✔|
|[azurerm_databricks_workspace_invalid_resource_group_name](rules/azurerm_databricks_workspace_invalid_resource_group_name.md)|✔|
|[azurerm_dedicated_host_group_invalid_platform_fault_domain_count](rules/azurerm_dedicated_host_group_invalid_platform_fault_domain_count.md)|✔|
|[azurerm_dedicated_host_invalid_license_type](rules/azurerm_dedicated_host_invalid_license_type.md)|✔|
|[azurerm_dedicated_host_invalid_platform_fault_domain](rules/azurerm_dedicated_host_invalid_platform_fault_domain.md)|✔|
|[azurerm_dev_test_policy_invalid_evaluator_type](rules/azurerm_dev_test_policy_invalid_evaluator_type.md)|✔|
|[azurerm_dev_test_policy_invalid_name](rules/azurerm_dev_test_policy_invalid_name.md)|✔|
|[azurerm_dev_test_schedule_invalid_status](rules/azurerm_dev_test_schedule_invalid_status.md)|✔|
|[azurerm_eventgrid_domain_invalid_input_schema](rules/azurerm_eventgrid_domain_invalid_input_schema.md)|✔|
|[azurerm_eventgrid_event_subscription_invalid_event_delivery_schema](rules/azurerm_eventgrid_event_subscription_invalid_event_delivery_schema.md)|✔|
|[azurerm_eventhub_namespace_invalid_capacity](rules/azurerm_eventhub_namespace_invalid_capacity.md)|✔|
|[azurerm_eventhub_namespace_invalid_sku](rules/azurerm_eventhub_namespace_invalid_sku.md)|✔|
|[azurerm_express_route_circuit_peering_invalid_peering_type](rules/azurerm_express_route_circuit_peering_invalid_peering_type.md)|✔|
|[azurerm_firewall_application_rule_collection_invalid_action](rules/azurerm_firewall_application_rule_collection_invalid_action.md)|✔|
|[azurerm_firewall_application_rule_collection_invalid_priority](rules/azurerm_firewall_application_rule_collection_invalid_priority.md)|✔|
|[azurerm_firewall_nat_rule_collection_invalid_action](rules/azurerm_firewall_nat_rule_collection_invalid_action.md)|✔|
|[azurerm_firewall_nat_rule_collection_invalid_priority](rules/azurerm_firewall_nat_rule_collection_invalid_priority.md)|✔|
|[azurerm_firewall_network_rule_collection_invalid_action](rules/azurerm_firewall_network_rule_collection_invalid_action.md)|✔|
|[azurerm_firewall_network_rule_collection_invalid_priority](rules/azurerm_firewall_network_rule_collection_invalid_priority.md)|✔|
|[azurerm_frontdoor_firewall_policy_invalid_custom_block_response_body](rules/azurerm_frontdoor_firewall_policy_invalid_custom_block_response_body.md)|✔|
|[azurerm_frontdoor_firewall_policy_invalid_mode](rules/azurerm_frontdoor_firewall_policy_invalid_mode.md)|✔|
|[azurerm_frontdoor_firewall_policy_invalid_resource_group_name](rules/azurerm_frontdoor_firewall_policy_invalid_resource_group_name.md)|✔|
|[azurerm_frontdoor_invalid_name](rules/azurerm_frontdoor_invalid_name.md)|✔|
|[azurerm_frontdoor_invalid_resource_group_name](rules/azurerm_frontdoor_invalid_resource_group_name.md)|✔|
|[azurerm_hdinsight_hadoop_cluster_invalid_tier](rules/azurerm_hdinsight_hadoop_cluster_invalid_tier.md)|✔|
|[azurerm_hdinsight_hbase_cluster_invalid_tier](rules/azurerm_hdinsight_hbase_cluster_invalid_tier.md)|✔|
|[azurerm_hdinsight_interactive_query_cluster_invalid_tier](rules/azurerm_hdinsight_interactive_query_cluster_invalid_tier.md)|✔|
|[azurerm_hdinsight_kafka_cluster_invalid_tier](rules/azurerm_hdinsight_kafka_cluster_invalid_tier.md)|✔|
|[azurerm_hdinsight_spark_cluster_invalid_tier](rules/azurerm_hdinsight_spark_cluster_invalid_tier.md)|✔|
|[azurerm_healthcare_service_invalid_cosmosdb_throughput](rules/azurerm_healthcare_service_invalid_cosmosdb_throughput.md)|✔|
|[azurerm_healthcare_service_invalid_kind](rules/azurerm_healthcare_service_invalid_kind.md)|✔|
|[azurerm_healthcare_service_invalid_resource_group_name](rules/azurerm_healthcare_service_invalid_resource_group_name.md)|✔|
|[azurerm_hpc_cache_invalid_name](rules/azurerm_hpc_cache_invalid_name.md)|✔|
|[azurerm_image_invalid_hyper_v_generation](rules/azurerm_image_invalid_hyper_v_generation.md)|✔|
|[azurerm_iotcentral_application_invalid_sku](rules/azurerm_iotcentral_application_invalid_sku.md)|✔|
|[azurerm_iothub_endpoint_storage_container_invalid_batch_frequency_in_seconds](rules/azurerm_iothub_endpoint_storage_container_invalid_batch_frequency_in_seconds.md)|✔|
|[azurerm_iothub_endpoint_storage_container_invalid_encoding](rules/azurerm_iothub_endpoint_storage_container_invalid_encoding.md)|✔|
|[azurerm_iothub_endpoint_storage_container_invalid_max_chunk_size_in_bytes](rules/azurerm_iothub_endpoint_storage_container_invalid_max_chunk_size_in_bytes.md)|✔|
|[azurerm_iothub_endpoint_storage_container_invalid_name](rules/azurerm_iothub_endpoint_storage_container_invalid_name.md)|✔|
|[azurerm_iothub_route_invalid_name](rules/azurerm_iothub_route_invalid_name.md)|✔|
|[azurerm_iothub_route_invalid_source](rules/azurerm_iothub_route_invalid_source.md)|✔|
|[azurerm_key_vault_invalid_name](rules/azurerm_key_vault_invalid_name.md)|✔|
|[azurerm_key_vault_invalid_sku_name](rules/azurerm_key_vault_invalid_sku_name.md)|✔|
|[azurerm_key_vault_key_invalid_curve](rules/azurerm_key_vault_key_invalid_curve.md)|✔|
|[azurerm_key_vault_key_invalid_key_type](rules/azurerm_key_vault_key_invalid_key_type.md)|✔|
|[azurerm_kubernetes_cluster_default_node_pool_invalid_vm_size](rules/azurerm_kubernetes_cluster_default_node_pool_invalid_vm_size.md)|✔|
|[azurerm_kubernetes_cluster_invalid_name](rules/azurerm_kubernetes_cluster_invalid_name.md)|✔|
|[azurerm_kubernetes_cluster_node_pool_invalid_os_disk_size_gb](rules/azurerm_kubernetes_cluster_node_pool_invalid_os_disk_size_gb.md)|✔|
|[azurerm_kubernetes_cluster_node_pool_invalid_os_type](rules/azurerm_kubernetes_cluster_node_pool_invalid_os_type.md)|✔|
|[azurerm_kubernetes_cluster_node_pool_invalid_vm_size](rules/azurerm_kubernetes_cluster_node_pool_invalid_vm_size.md)|✔|
|[azurerm_kusto_eventhub_data_connection_invalid_data_format](rules/azurerm_kusto_eventhub_data_connection_invalid_data_format.md)|✔|
|[azurerm_lb_invalid_sku](rules/azurerm_lb_invalid_sku.md)|✔|
|[azurerm_lb_nat_pool_invalid_protocol](rules/azurerm_lb_nat_pool_invalid_protocol.md)|✔|
|[azurerm_lb_nat_rule_invalid_protocol](rules/azurerm_lb_nat_rule_invalid_protocol.md)|✔|
|[azurerm_lb_outbound_rule_invalid_protocol](rules/azurerm_lb_outbound_rule_invalid_protocol.md)|✔|
|[azurerm_lb_probe_invalid_protocol](rules/azurerm_lb_probe_invalid_protocol.md)|✔|
|[azurerm_lb_rule_invalid_load_distribution](rules/azurerm_lb_rule_invalid_load_distribution.md)|✔|
|[azurerm_lb_rule_invalid_protocol](rules/azurerm_lb_rule_invalid_protocol.md)|✔|
|[azurerm_linux_virtual_machine_invalid_eviction_policy](rules/azurerm_linux_virtual_machine_invalid_eviction_policy.md)|✔|
|[azurerm_linux_virtual_machine_invalid_priority](rules/azurerm_linux_virtual_machine_invalid_priority.md)|✔|
|[azurerm_linux_virtual_machine_scale_set_invalid_eviction_policy](rules/azurerm_linux_virtual_machine_scale_set_invalid_eviction_policy.md)|✔|
|[azurerm_linux_virtual_machine_scale_set_invalid_priority](rules/azurerm_linux_virtual_machine_scale_set_invalid_priority.md)|✔|
|[azurerm_linux_virtual_machine_scale_set_invalid_upgrade_mode](rules/azurerm_linux_virtual_machine_scale_set_invalid_upgrade_mode.md)|✔|
|[azurerm_logic_app_trigger_recurrence_invalid_frequency](rules/azurerm_logic_app_trigger_recurrence_invalid_frequency.md)|✔|
|[azurerm_maintenance_configuration_invalid_scope](rules/azurerm_maintenance_configuration_invalid_scope.md)|✔|
|[azurerm_managed_application_definition_invalid_lock_level](rules/azurerm_managed_application_definition_invalid_lock_level.md)|✔|
|[azurerm_managed_disk_invalid_create_option](rules/azurerm_managed_disk_invalid_create_option.md)|✔|
|[azurerm_managed_disk_invalid_os_type](rules/azurerm_managed_disk_invalid_os_type.md)|✔|
|[azurerm_managed_disk_invalid_storage_account_type](rules/azurerm_managed_disk_invalid_storage_account_type.md)|✔|
|[azurerm_maps_account_invalid_sku_name](rules/azurerm_maps_account_invalid_sku_name.md)|✔|
|[azurerm_mariadb_firewall_rule_invalid_end_ip_address](rules/azurerm_mariadb_firewall_rule_invalid_end_ip_address.md)|✔|
|[azurerm_mariadb_firewall_rule_invalid_start_ip_address](rules/azurerm_mariadb_firewall_rule_invalid_start_ip_address.md)|✔|
|[azurerm_mariadb_server_invalid_version](rules/azurerm_mariadb_server_invalid_version.md)|✔|
|[azurerm_monitor_scheduled_query_rules_alert_invalid_severity](rules/azurerm_monitor_scheduled_query_rules_alert_invalid_severity.md)|✔|
|[azurerm_mssql_virtual_machine_invalid_sql_connectivity_type](rules/azurerm_mssql_virtual_machine_invalid_sql_connectivity_type.md)|✔|
|[azurerm_mssql_virtual_machine_invalid_sql_license_type](rules/azurerm_mssql_virtual_machine_invalid_sql_license_type.md)|✔|
|[azurerm_mysql_firewall_rule_invalid_end_ip_address](rules/azurerm_mysql_firewall_rule_invalid_end_ip_address.md)|✔|
|[azurerm_mysql_firewall_rule_invalid_start_ip_address](rules/azurerm_mysql_firewall_rule_invalid_start_ip_address.md)|✔|
|[azurerm_nat_gateway_invalid_sku_name](rules/azurerm_nat_gateway_invalid_sku_name.md)|✔|
|[azurerm_netapp_account_invalid_resource_group_name](rules/azurerm_netapp_account_invalid_resource_group_name.md)|✔|
|[azurerm_netapp_pool_invalid_name](rules/azurerm_netapp_pool_invalid_name.md)|✔|
|[azurerm_netapp_pool_invalid_resource_group_name](rules/azurerm_netapp_pool_invalid_resource_group_name.md)|✔|
|[azurerm_netapp_pool_invalid_service_level](rules/azurerm_netapp_pool_invalid_service_level.md)|✔|
|[azurerm_netapp_snapshot_invalid_pool_name](rules/azurerm_netapp_snapshot_invalid_pool_name.md)|✔|
|[azurerm_netapp_snapshot_invalid_resource_group_name](rules/azurerm_netapp_snapshot_invalid_resource_group_name.md)|✔|
|[azurerm_netapp_snapshot_invalid_volume_name](rules/azurerm_netapp_snapshot_invalid_volume_name.md)|✔|
|[azurerm_netapp_volume_invalid_name](rules/azurerm_netapp_volume_invalid_name.md)|✔|
|[azurerm_netapp_volume_invalid_pool_name](rules/azurerm_netapp_volume_invalid_pool_name.md)|✔|
|[azurerm_netapp_volume_invalid_resource_group_name](rules/azurerm_netapp_volume_invalid_resource_group_name.md)|✔|
|[azurerm_netapp_volume_invalid_service_level](rules/azurerm_netapp_volume_invalid_service_level.md)|✔|
|[azurerm_network_packet_capture_invalid_maximum_capture_duration](rules/azurerm_network_packet_capture_invalid_maximum_capture_duration.md)|✔|
|[azurerm_network_security_rule_invalid_access](rules/azurerm_network_security_rule_invalid_access.md)|✔|
|[azurerm_network_security_rule_invalid_direction](rules/azurerm_network_security_rule_invalid_direction.md)|✔|
|[azurerm_network_security_rule_invalid_protocol](rules/azurerm_network_security_rule_invalid_protocol.md)|✔|
|[azurerm_notification_hub_namespace_invalid_namespace_type](rules/azurerm_notification_hub_namespace_invalid_namespace_type.md)|✔|
|[azurerm_notification_hub_namespace_invalid_sku_name](rules/azurerm_notification_hub_namespace_invalid_sku_name.md)|✔|
|[azurerm_postgresql_firewall_rule_invalid_end_ip_address](rules/azurerm_postgresql_firewall_rule_invalid_end_ip_address.md)|✔|
|[azurerm_postgresql_firewall_rule_invalid_start_ip_address](rules/azurerm_postgresql_firewall_rule_invalid_start_ip_address.md)|✔|
|[azurerm_postgresql_server_invalid_version](rules/azurerm_postgresql_server_invalid_version.md)|✔|
|[azurerm_public_ip_invalid_sku](rules/azurerm_public_ip_invalid_sku.md)|✔|
|[azurerm_public_ip_prefix_invalid_sku](rules/azurerm_public_ip_prefix_invalid_sku.md)|✔|
|[azurerm_recovery_services_vault_invalid_sku](rules/azurerm_recovery_services_vault_invalid_sku.md)|✔|
|[azurerm_redis_cache_invalid_family](rules/azurerm_redis_cache_invalid_family.md)|✔|
|[azurerm_redis_cache_invalid_minimum_tls_version](rules/azurerm_redis_cache_invalid_minimum_tls_version.md)|✔|
|[azurerm_redis_cache_invalid_private_static_ip_address](rules/azurerm_redis_cache_invalid_private_static_ip_address.md)|✔|
|[azurerm_redis_cache_invalid_sku_name](rules/azurerm_redis_cache_invalid_sku_name.md)|✔|
|[azurerm_redis_cache_invalid_subnet_id](rules/azurerm_redis_cache_invalid_subnet_id.md)|✔|
|[azurerm_relay_namespace_invalid_sku_name](rules/azurerm_relay_namespace_invalid_sku_name.md)|✔|
|[azurerm_route_invalid_next_hop_type](rules/azurerm_route_invalid_next_hop_type.md)|✔|
|[azurerm_search_service_invalid_partition_count](rules/azurerm_search_service_invalid_partition_count.md)|✔|
|[azurerm_search_service_invalid_replica_count](rules/azurerm_search_service_invalid_replica_count.md)|✔|
|[azurerm_search_service_invalid_sku](rules/azurerm_search_service_invalid_sku.md)|✔|
|[azurerm_sentinel_alert_rule_ms_security_incident_invalid_product_filter](rules/azurerm_sentinel_alert_rule_ms_security_incident_invalid_product_filter.md)|✔|
|[azurerm_service_fabric_cluster_invalid_reliability_level](rules/azurerm_service_fabric_cluster_invalid_reliability_level.md)|✔|
|[azurerm_service_fabric_cluster_invalid_upgrade_mode](rules/azurerm_service_fabric_cluster_invalid_upgrade_mode.md)|✔|
|[azurerm_servicebus_namespace_invalid_sku](rules/azurerm_servicebus_namespace_invalid_sku.md)|✔|
|[azurerm_servicebus_subscription_rule_invalid_filter_type](rules/azurerm_servicebus_subscription_rule_invalid_filter_type.md)|✔|
|[azurerm_servicebus_topic_invalid_status](rules/azurerm_servicebus_topic_invalid_status.md)|✔|
|[azurerm_shared_image_invalid_os_type](rules/azurerm_shared_image_invalid_os_type.md)|✔|
|[azurerm_snapshot_invalid_create_option](rules/azurerm_snapshot_invalid_create_option.md)|✔|
|[azurerm_sql_database_invalid_create_mode](rules/azurerm_sql_database_invalid_create_mode.md)|✔|
|[azurerm_storage_account_invalid_access_tier](rules/azurerm_storage_account_invalid_access_tier.md)|✔|
|[azurerm_storage_account_invalid_account_kind](rules/azurerm_storage_account_invalid_account_kind.md)|✔|
|[azurerm_storage_account_invalid_resource_group_name](rules/azurerm_storage_account_invalid_resource_group_name.md)|✔|
|[azurerm_storage_account_network_rules_invalid_default_action](rules/azurerm_storage_account_network_rules_invalid_default_action.md)|✔|
|[azurerm_stream_analytics_job_invalid_compatibility_level](rules/azurerm_stream_analytics_job_invalid_compatibility_level.md)|✔|
|[azurerm_stream_analytics_job_invalid_events_out_of_order_policy](rules/azurerm_stream_analytics_job_invalid_events_out_of_order_policy.md)|✔|
|[azurerm_stream_analytics_job_invalid_output_error_policy](rules/azurerm_stream_analytics_job_invalid_output_error_policy.md)|✔|
|[azurerm_template_deployment_invalid_deployment_mode](rules/azurerm_template_deployment_invalid_deployment_mode.md)|✔|
|[azurerm_traffic_manager_profile_invalid_profile_status](rules/azurerm_traffic_manager_profile_invalid_profile_status.md)|✔|
|[azurerm_traffic_manager_profile_invalid_traffic_routing_method](rules/azurerm_traffic_manager_profile_invalid_traffic_routing_method.md)|✔|
|[azurerm_virtual_machine_data_disk_attachment_invalid_caching](rules/azurerm_virtual_machine_data_disk_attachment_invalid_caching.md)|✔|
|[azurerm_virtual_machine_data_disk_attachment_invalid_create_option](rules/azurerm_virtual_machine_data_disk_attachment_invalid_create_option.md)|✔|
|[azurerm_virtual_machine_scale_set_invalid_eviction_policy](rules/azurerm_virtual_machine_scale_set_invalid_eviction_policy.md)|✔|
|[azurerm_virtual_machine_scale_set_invalid_priority](rules/azurerm_virtual_machine_scale_set_invalid_priority.md)|✔|
|[azurerm_virtual_machine_scale_set_invalid_upgrade_policy_mode](rules/azurerm_virtual_machine_scale_set_invalid_upgrade_policy_mode.md)|✔|
|[azurerm_virtual_network_gateway_connection_invalid_connection_protocol](rules/azurerm_virtual_network_gateway_connection_invalid_connection_protocol.md)|✔|
|[azurerm_virtual_network_gateway_connection_invalid_type](rules/azurerm_virtual_network_gateway_connection_invalid_type.md)|✔|
|[azurerm_virtual_network_gateway_invalid_generation](rules/azurerm_virtual_network_gateway_invalid_generation.md)|✔|
|[azurerm_virtual_network_gateway_invalid_sku](rules/azurerm_virtual_network_gateway_invalid_sku.md)|✔|
|[azurerm_virtual_network_gateway_invalid_type](rules/azurerm_virtual_network_gateway_invalid_type.md)|✔|
|[azurerm_virtual_network_gateway_invalid_vpn_type](rules/azurerm_virtual_network_gateway_invalid_vpn_type.md)|✔|
|[azurerm_virtual_wan_invalid_office365_local_breakout_category](rules/azurerm_virtual_wan_invalid_office365_local_breakout_category.md)|✔|
|[azurerm_windows_virtual_machine_invalid_eviction_policy](rules/azurerm_windows_virtual_machine_invalid_eviction_policy.md)|✔|
|[azurerm_windows_virtual_machine_invalid_priority](rules/azurerm_windows_virtual_machine_invalid_priority.md)|✔|
|[azurerm_windows_virtual_machine_scale_set_invalid_eviction_policy](rules/azurerm_windows_virtual_machine_scale_set_invalid_eviction_policy.md)|✔|
|[azurerm_windows_virtual_machine_scale_set_invalid_priority](rules/azurerm_windows_virtual_machine_scale_set_invalid_priority.md)|✔|
|[azurerm_windows_virtual_machine_scale_set_invalid_upgrade_mode](rules/azurerm_windows_virtual_machine_scale_set_invalid_upgrade_mode.md)|✔|

Просмотреть файл

@ -1,44 +0,0 @@
<!--- This file generated by `tools/apispec-rule-gen/main.go`. DO NOT EDIT --->
# azurerm_analysis_services_server_invalid_querypool_connection_mode
Warns about values that appear to be invalid based on [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs).
Allowed values are:
- All
- ReadOnly
## Example
```hcl
resource "azurerm_analysis_services_server" "foo" {
querypool_connection_mode = ... // invalid value
}
```
```
$ tflint
1 issue(s) found:
Error: "..." is an invalid value as querypool_connection_mode (azurerm_analysis_services_server_invalid_querypool_connection_mode)
on template.tf line 2:
2: querypool_connection_mode = ... // invalid value
Reference: https://github.com/terraform-linters/tflint-ruleset-azurerm/blob/v0.1.0/docs/rules/azurerm_analysis_services_server_invalid_querypool_connection_mode.md
```
## Why
Requests containing invalid values will return an error when calling the API by `terraform apply`.
## How to Fix
Replace the warned value with a valid value.
## Source
This rule is automatically generated from [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs). If you are uncertain about the warning, check the following API schema referenced by this rule.
https://github.com/Azure/azure-rest-api-specs/tree/master/specification/analysisservices/resource-manager/Microsoft.AnalysisServices/stable/2017-08-01/analysisservices.json

Просмотреть файл

@ -1,44 +0,0 @@
<!--- This file generated by `tools/apispec-rule-gen/main.go`. DO NOT EDIT --->
# azurerm_analysis_services_server_invalid_querypool_connection_mode
Warns about values that appear to be invalid based on [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs).
Allowed values are:
- All
- ReadOnly
## Example
```hcl
resource "azurerm_analysis_services_server" "foo" {
querypool_connection_mode = ... // invalid value
}
```
```
$ tflint
1 issue(s) found:
Error: "..." is an invalid value as querypool_connection_mode (azurerm_analysis_services_server_invalid_querypool_connection_mode)
on template.tf line 2:
2: querypool_connection_mode = ... // invalid value
Reference: https://github.com/terraform-linters/tflint-ruleset-azurerm/blob/v0.1.0/docs/rules/azurerm_analysis_services_server_invalid_querypool_connection_mode.md
```
## Why
Requests containing invalid values will return an error when calling the API by `terraform apply`.
## How to Fix
Replace the warned value with a valid value.
## Source
This rule is automatically generated from [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs). If you are uncertain about the warning, check the following API schema referenced by this rule.
https://github.com/Azure/azure-rest-api-specs/tree/master/specification/analysisservices/resource-manager/Microsoft.AnalysisServices/stable/2017-08-01/analysisservices.json

Просмотреть файл

@ -1,44 +0,0 @@
<!--- This file generated by `tools/apispec-rule-gen/main.go`. DO NOT EDIT --->
# azurerm_application_insights_analytics_item_invalid_scope
Warns about values that appear to be invalid based on [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs).
Allowed values are:
- shared
- user
## Example
```hcl
resource "azurerm_application_insights_analytics_item" "foo" {
scope = ... // invalid value
}
```
```
$ tflint
1 issue(s) found:
Error: "..." is an invalid value as scope (azurerm_application_insights_analytics_item_invalid_scope)
on template.tf line 2:
2: scope = ... // invalid value
Reference: https://github.com/terraform-linters/tflint-ruleset-azurerm/blob/v0.1.0/docs/rules/azurerm_application_insights_analytics_item_invalid_scope.md
```
## Why
Requests containing invalid values will return an error when calling the API by `terraform apply`.
## How to Fix
Replace the warned value with a valid value.
## Source
This rule is automatically generated from [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs). If you are uncertain about the warning, check the following API schema referenced by this rule.
https://github.com/Azure/azure-rest-api-specs/tree/master/specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2015-05-01/analyticsItems_API.json

Просмотреть файл

@ -1,44 +0,0 @@
<!--- This file generated by `tools/apispec-rule-gen/main.go`. DO NOT EDIT --->
# azurerm_application_insights_analytics_item_invalid_scope
Warns about values that appear to be invalid based on [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs).
Allowed values are:
- shared
- user
## Example
```hcl
resource "azurerm_application_insights_analytics_item" "foo" {
scope = ... // invalid value
}
```
```
$ tflint
1 issue(s) found:
Error: "..." is an invalid value as scope (azurerm_application_insights_analytics_item_invalid_scope)
on template.tf line 2:
2: scope = ... // invalid value
Reference: https://github.com/terraform-linters/tflint-ruleset-azurerm/blob/v0.1.0/docs/rules/azurerm_application_insights_analytics_item_invalid_scope.md
```
## Why
Requests containing invalid values will return an error when calling the API by `terraform apply`.
## How to Fix
Replace the warned value with a valid value.
## Source
This rule is automatically generated from [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs). If you are uncertain about the warning, check the following API schema referenced by this rule.
https://github.com/Azure/azure-rest-api-specs/tree/master/specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2015-05-01/analyticsItems_API.json

Просмотреть файл

@ -1,46 +0,0 @@
<!--- This file generated by `tools/apispec-rule-gen/main.go`. DO NOT EDIT --->
# azurerm_application_insights_analytics_item_invalid_type
Warns about values that appear to be invalid based on [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs).
Allowed values are:
- none
- query
- recent
- function
## Example
```hcl
resource "azurerm_application_insights_analytics_item" "foo" {
type = ... // invalid value
}
```
```
$ tflint
1 issue(s) found:
Error: "..." is an invalid value as type (azurerm_application_insights_analytics_item_invalid_type)
on template.tf line 2:
2: type = ... // invalid value
Reference: https://github.com/terraform-linters/tflint-ruleset-azurerm/blob/v0.1.0/docs/rules/azurerm_application_insights_analytics_item_invalid_type.md
```
## Why
Requests containing invalid values will return an error when calling the API by `terraform apply`.
## How to Fix
Replace the warned value with a valid value.
## Source
This rule is automatically generated from [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs). If you are uncertain about the warning, check the following API schema referenced by this rule.
https://github.com/Azure/azure-rest-api-specs/tree/master/specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2015-05-01/analyticsItems_API.json

Просмотреть файл

@ -1,46 +0,0 @@
<!--- This file generated by `tools/apispec-rule-gen/main.go`. DO NOT EDIT --->
# azurerm_application_insights_analytics_item_invalid_type
Warns about values that appear to be invalid based on [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs).
Allowed values are:
- none
- query
- recent
- function
## Example
```hcl
resource "azurerm_application_insights_analytics_item" "foo" {
type = ... // invalid value
}
```
```
$ tflint
1 issue(s) found:
Error: "..." is an invalid value as type (azurerm_application_insights_analytics_item_invalid_type)
on template.tf line 2:
2: type = ... // invalid value
Reference: https://github.com/terraform-linters/tflint-ruleset-azurerm/blob/v0.1.0/docs/rules/azurerm_application_insights_analytics_item_invalid_type.md
```
## Why
Requests containing invalid values will return an error when calling the API by `terraform apply`.
## How to Fix
Replace the warned value with a valid value.
## Source
This rule is automatically generated from [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs). If you are uncertain about the warning, check the following API schema referenced by this rule.
https://github.com/Azure/azure-rest-api-specs/tree/master/specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2015-05-01/analyticsItems_API.json

Просмотреть файл

@ -1,44 +0,0 @@
<!--- This file generated by `tools/apispec-rule-gen/main.go`. DO NOT EDIT --->
# azurerm_application_insights_web_test_invalid_kind
Warns about values that appear to be invalid based on [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs).
Allowed values are:
- ping
- multistep
## Example
```hcl
resource "azurerm_application_insights_web_test" "foo" {
kind = ... // invalid value
}
```
```
$ tflint
1 issue(s) found:
Error: "..." is an invalid value as kind (azurerm_application_insights_web_test_invalid_kind)
on template.tf line 2:
2: kind = ... // invalid value
Reference: https://github.com/terraform-linters/tflint-ruleset-azurerm/blob/v0.1.0/docs/rules/azurerm_application_insights_web_test_invalid_kind.md
```
## Why
Requests containing invalid values will return an error when calling the API by `terraform apply`.
## How to Fix
Replace the warned value with a valid value.
## Source
This rule is automatically generated from [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs). If you are uncertain about the warning, check the following API schema referenced by this rule.
https://github.com/Azure/azure-rest-api-specs/tree/master/specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2015-05-01/webTests_API.json

Просмотреть файл

@ -1,44 +0,0 @@
<!--- This file generated by `tools/apispec-rule-gen/main.go`. DO NOT EDIT --->
# azurerm_application_insights_web_test_invalid_kind
Warns about values that appear to be invalid based on [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs).
Allowed values are:
- ping
- multistep
## Example
```hcl
resource "azurerm_application_insights_web_test" "foo" {
kind = ... // invalid value
}
```
```
$ tflint
1 issue(s) found:
Error: "..." is an invalid value as kind (azurerm_application_insights_web_test_invalid_kind)
on template.tf line 2:
2: kind = ... // invalid value
Reference: https://github.com/terraform-linters/tflint-ruleset-azurerm/blob/v0.1.0/docs/rules/azurerm_application_insights_web_test_invalid_kind.md
```
## Why
Requests containing invalid values will return an error when calling the API by `terraform apply`.
## How to Fix
Replace the warned value with a valid value.
## Source
This rule is automatically generated from [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs). If you are uncertain about the warning, check the following API schema referenced by this rule.
https://github.com/Azure/azure-rest-api-specs/tree/master/specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2015-05-01/webTests_API.json

Просмотреть файл

@ -0,0 +1,99 @@
# azurerm_arg_order
Recommend proper argument order within azurerm provider/resource/data blocks
The arguments are split into the following types:
head-meta (for-each/count, provider), required-az, optional-az, non-az-or-meta (the arguments of dynamic block and for future use), tail-meta (dynamic, lifecycle, depends_on)
The arguments with different types would be sorted in the order above and split by a brank line,
while the arguments with the same type would be sorted in alphabetic order.
## Example
```hcl
resource "azurerm_container_group" "example" {
name = "example-continst"
location = azurerm_resource_group.example.location
resource_group_name = azurerm_resource_group.example.name
ip_address_type = "Public"
dns_name_label = "aci-label"
os_type = "Linux"
depends_on = [
azurerm_resource_group.example
]
container {
name = "hello-world"
image = "mcr.microsoft.com/azuredocs/aci-helloworld:latest"
cpu = "0.5"
memory = "1.5"
ports {
port = 443
protocol = "TCP"
}
}
container {
name = "sidecar"
image = "mcr.microsoft.com/azuredocs/aci-tutorial-sidecar"
cpu = "0.5"
memory = "1.5"
}
tags = {
environment = "testing"
}
}
```
```
$ tflint
1 issue(s) found:
Notice: Arguments are expected to be sorted in following order:
resource "azurerm_container_group" "example" {
container {
cpu = "0.5"
image = "mcr.microsoft.com/azuredocs/aci-helloworld:latest"
memory = "1.5"
name = "hello-world"
ports {
port = 443
protocol = "TCP"
}
}
container {
cpu = "0.5"
image = "mcr.microsoft.com/azuredocs/aci-tutorial-sidecar"
memory = "1.5"
name = "sidecar"
}
location = azurerm_resource_group.example.location
name = "example-continst"
os_type = "Linux"
resource_group_name = azurerm_resource_group.example.name
dns_name_label = "aci-label"
ip_address_type = "Public"
tags = {
environment = "testing"
}
depends_on = [
azurerm_resource_group.example
]
} (azurerm_arg_order)
on main.tf line 1:
1: resource "azurerm_container_group" "example" {
Reference: https://github.com/terraform-linters/tflint-ruleset-azurerm-ext/blob/v0.0.1/docs/rules/azurerm_arg_order.md
```
## Why
It helps to improve the readability of terraform code by splitting different types of arguments and arrange the same type of them in alphabetic order.
## How To Fix
Just copy the text with recommended argument order of a specific block and paste it in the tf config file to overwrite the original style of this block.

Просмотреть файл

@ -1,44 +0,0 @@
<!--- This file generated by `tools/apispec-rule-gen/main.go`. DO NOT EDIT --->
# azurerm_automation_account_invalid_sku_name
Warns about values that appear to be invalid based on [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs).
Allowed values are:
- Free
- Basic
## Example
```hcl
resource "azurerm_automation_account" "foo" {
sku_name = ... // invalid value
}
```
```
$ tflint
1 issue(s) found:
Error: "..." is an invalid value as sku_name (azurerm_automation_account_invalid_sku_name)
on template.tf line 2:
2: sku_name = ... // invalid value
Reference: https://github.com/terraform-linters/tflint-ruleset-azurerm/blob/v0.1.0/docs/rules/azurerm_automation_account_invalid_sku_name.md
```
## Why
Requests containing invalid values will return an error when calling the API by `terraform apply`.
## How to Fix
Replace the warned value with a valid value.
## Source
This rule is automatically generated from [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs). If you are uncertain about the warning, check the following API schema referenced by this rule.
https://github.com/Azure/azure-rest-api-specs/tree/master/specification/automation/resource-manager/Microsoft.Automation/stable/2015-10-31/account.json

Просмотреть файл

@ -1,44 +0,0 @@
<!--- This file generated by `tools/apispec-rule-gen/main.go`. DO NOT EDIT --->
# azurerm_automation_account_invalid_sku_name
Warns about values that appear to be invalid based on [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs).
Allowed values are:
- Free
- Basic
## Example
```hcl
resource "azurerm_automation_account" "foo" {
sku_name = ... // invalid value
}
```
```
$ tflint
1 issue(s) found:
Error: "..." is an invalid value as sku_name (azurerm_automation_account_invalid_sku_name)
on template.tf line 2:
2: sku_name = ... // invalid value
Reference: https://github.com/terraform-linters/tflint-ruleset-azurerm/blob/v0.1.0/docs/rules/azurerm_automation_account_invalid_sku_name.md
```
## Why
Requests containing invalid values will return an error when calling the API by `terraform apply`.
## How to Fix
Replace the warned value with a valid value.
## Source
This rule is automatically generated from [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs). If you are uncertain about the warning, check the following API schema referenced by this rule.
https://github.com/Azure/azure-rest-api-specs/tree/master/specification/automation/resource-manager/Microsoft.Automation/stable/2015-10-31/account.json

Просмотреть файл

@ -1,50 +0,0 @@
<!--- This file generated by `tools/apispec-rule-gen/main.go`. DO NOT EDIT --->
# azurerm_automation_runbook_invalid_runbook_type
Warns about values that appear to be invalid based on [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs).
Allowed values are:
- Script
- Graph
- PowerShellWorkflow
- PowerShell
- GraphPowerShellWorkflow
- GraphPowerShell
- Python2
- Python3
## Example
```hcl
resource "azurerm_automation_runbook" "foo" {
runbook_type = ... // invalid value
}
```
```
$ tflint
1 issue(s) found:
Error: "..." is an invalid value as runbook_type (azurerm_automation_runbook_invalid_runbook_type)
on template.tf line 2:
2: runbook_type = ... // invalid value
Reference: https://github.com/terraform-linters/tflint-ruleset-azurerm/blob/v0.1.0/docs/rules/azurerm_automation_runbook_invalid_runbook_type.md
```
## Why
Requests containing invalid values will return an error when calling the API by `terraform apply`.
## How to Fix
Replace the warned value with a valid value.
## Source
This rule is automatically generated from [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs). If you are uncertain about the warning, check the following API schema referenced by this rule.
https://github.com/Azure/azure-rest-api-specs/tree/master/specification/automation/resource-manager/Microsoft.Automation/stable/2018-06-30/runbook.json

Просмотреть файл

@ -1,50 +0,0 @@
<!--- This file generated by `tools/apispec-rule-gen/main.go`. DO NOT EDIT --->
# azurerm_automation_runbook_invalid_runbook_type
Warns about values that appear to be invalid based on [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs).
Allowed values are:
- Script
- Graph
- PowerShellWorkflow
- PowerShell
- GraphPowerShellWorkflow
- GraphPowerShell
- Python2
- Python3
## Example
```hcl
resource "azurerm_automation_runbook" "foo" {
runbook_type = ... // invalid value
}
```
```
$ tflint
1 issue(s) found:
Error: "..." is an invalid value as runbook_type (azurerm_automation_runbook_invalid_runbook_type)
on template.tf line 2:
2: runbook_type = ... // invalid value
Reference: https://github.com/terraform-linters/tflint-ruleset-azurerm/blob/v0.1.0/docs/rules/azurerm_automation_runbook_invalid_runbook_type.md
```
## Why
Requests containing invalid values will return an error when calling the API by `terraform apply`.
## How to Fix
Replace the warned value with a valid value.
## Source
This rule is automatically generated from [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs). If you are uncertain about the warning, check the following API schema referenced by this rule.
https://github.com/Azure/azure-rest-api-specs/tree/master/specification/automation/resource-manager/Microsoft.Automation/stable/2018-06-30/runbook.json

Просмотреть файл

@ -1,48 +0,0 @@
<!--- This file generated by `tools/apispec-rule-gen/main.go`. DO NOT EDIT --->
# azurerm_automation_schedule_invalid_frequency
Warns about values that appear to be invalid based on [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs).
Allowed values are:
- OneTime
- Day
- Hour
- Week
- Month
- Minute
## Example
```hcl
resource "azurerm_automation_schedule" "foo" {
frequency = ... // invalid value
}
```
```
$ tflint
1 issue(s) found:
Error: "..." is an invalid value as frequency (azurerm_automation_schedule_invalid_frequency)
on template.tf line 2:
2: frequency = ... // invalid value
Reference: https://github.com/terraform-linters/tflint-ruleset-azurerm/blob/v0.1.0/docs/rules/azurerm_automation_schedule_invalid_frequency.md
```
## Why
Requests containing invalid values will return an error when calling the API by `terraform apply`.
## How to Fix
Replace the warned value with a valid value.
## Source
This rule is automatically generated from [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs). If you are uncertain about the warning, check the following API schema referenced by this rule.
https://github.com/Azure/azure-rest-api-specs/tree/master/specification/automation/resource-manager/Microsoft.Automation/stable/2015-10-31/schedule.json

Просмотреть файл

@ -1,48 +0,0 @@
<!--- This file generated by `tools/apispec-rule-gen/main.go`. DO NOT EDIT --->
# azurerm_automation_schedule_invalid_frequency
Warns about values that appear to be invalid based on [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs).
Allowed values are:
- OneTime
- Day
- Hour
- Week
- Month
- Minute
## Example
```hcl
resource "azurerm_automation_schedule" "foo" {
frequency = ... // invalid value
}
```
```
$ tflint
1 issue(s) found:
Error: "..." is an invalid value as frequency (azurerm_automation_schedule_invalid_frequency)
on template.tf line 2:
2: frequency = ... // invalid value
Reference: https://github.com/terraform-linters/tflint-ruleset-azurerm/blob/v0.1.0/docs/rules/azurerm_automation_schedule_invalid_frequency.md
```
## Why
Requests containing invalid values will return an error when calling the API by `terraform apply`.
## How to Fix
Replace the warned value with a valid value.
## Source
This rule is automatically generated from [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs). If you are uncertain about the warning, check the following API schema referenced by this rule.
https://github.com/Azure/azure-rest-api-specs/tree/master/specification/automation/resource-manager/Microsoft.Automation/stable/2015-10-31/schedule.json

Просмотреть файл

@ -1,42 +0,0 @@
<!--- This file generated by `tools/apispec-rule-gen/main.go`. DO NOT EDIT --->
# azurerm_batch_account_invalid_name
Warns about values that appear to be invalid based on [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs).
In this rule, the string must match the regular expression `^[a-zA-Z0-9]+$``.
## Example
```hcl
resource "azurerm_batch_account" "foo" {
name = ... // invalid value
}
```
```
$ tflint
1 issue(s) found:
Error: "..." does not match valid pattern ^[a-zA-Z0-9]+$ (azurerm_batch_account_invalid_name)
on template.tf line 2:
2: name = ... // invalid value
Reference: https://github.com/terraform-linters/tflint-ruleset-azurerm/blob/v0.1.0/docs/rules/azurerm_batch_account_invalid_name.md
```
## Why
Requests containing invalid values will return an error when calling the API by `terraform apply`.
## How to Fix
Replace the warned value with a valid value.
## Source
This rule is automatically generated from [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs). If you are uncertain about the warning, check the following API schema referenced by this rule.
https://github.com/Azure/azure-rest-api-specs/tree/master/specification/batch/resource-manager/Microsoft.Batch/stable/2021-06-01/BatchManagement.json

Просмотреть файл

@ -1,42 +0,0 @@
<!--- This file generated by `tools/apispec-rule-gen/main.go`. DO NOT EDIT --->
# azurerm_batch_account_invalid_name
Warns about values that appear to be invalid based on [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs).
In this rule, the string must match the regular expression `^[a-zA-Z0-9]+$``.
## Example
```hcl
resource "azurerm_batch_account" "foo" {
name = ... // invalid value
}
```
```
$ tflint
1 issue(s) found:
Error: "..." does not match valid pattern ^[a-zA-Z0-9]+$ (azurerm_batch_account_invalid_name)
on template.tf line 2:
2: name = ... // invalid value
Reference: https://github.com/terraform-linters/tflint-ruleset-azurerm/blob/v0.1.0/docs/rules/azurerm_batch_account_invalid_name.md
```
## Why
Requests containing invalid values will return an error when calling the API by `terraform apply`.
## How to Fix
Replace the warned value with a valid value.
## Source
This rule is automatically generated from [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs). If you are uncertain about the warning, check the following API schema referenced by this rule.
https://github.com/Azure/azure-rest-api-specs/tree/master/specification/batch/resource-manager/Microsoft.Batch/stable/2021-06-01/BatchManagement.json

Просмотреть файл

@ -1,44 +0,0 @@
<!--- This file generated by `tools/apispec-rule-gen/main.go`. DO NOT EDIT --->
# azurerm_batch_account_invalid_pool_allocation_mode
Warns about values that appear to be invalid based on [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs).
Allowed values are:
- BatchService
- UserSubscription
## Example
```hcl
resource "azurerm_batch_account" "foo" {
pool_allocation_mode = ... // invalid value
}
```
```
$ tflint
1 issue(s) found:
Error: "..." is an invalid value as pool_allocation_mode (azurerm_batch_account_invalid_pool_allocation_mode)
on template.tf line 2:
2: pool_allocation_mode = ... // invalid value
Reference: https://github.com/terraform-linters/tflint-ruleset-azurerm/blob/v0.1.0/docs/rules/azurerm_batch_account_invalid_pool_allocation_mode.md
```
## Why
Requests containing invalid values will return an error when calling the API by `terraform apply`.
## How to Fix
Replace the warned value with a valid value.
## Source
This rule is automatically generated from [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs). If you are uncertain about the warning, check the following API schema referenced by this rule.
https://github.com/Azure/azure-rest-api-specs/tree/master/specification/batch/resource-manager/Microsoft.Batch/stable/2021-06-01/BatchManagement.json

Просмотреть файл

@ -1,44 +0,0 @@
<!--- This file generated by `tools/apispec-rule-gen/main.go`. DO NOT EDIT --->
# azurerm_batch_account_invalid_pool_allocation_mode
Warns about values that appear to be invalid based on [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs).
Allowed values are:
- BatchService
- UserSubscription
## Example
```hcl
resource "azurerm_batch_account" "foo" {
pool_allocation_mode = ... // invalid value
}
```
```
$ tflint
1 issue(s) found:
Error: "..." is an invalid value as pool_allocation_mode (azurerm_batch_account_invalid_pool_allocation_mode)
on template.tf line 2:
2: pool_allocation_mode = ... // invalid value
Reference: https://github.com/terraform-linters/tflint-ruleset-azurerm/blob/v0.1.0/docs/rules/azurerm_batch_account_invalid_pool_allocation_mode.md
```
## Why
Requests containing invalid values will return an error when calling the API by `terraform apply`.
## How to Fix
Replace the warned value with a valid value.
## Source
This rule is automatically generated from [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs). If you are uncertain about the warning, check the following API schema referenced by this rule.
https://github.com/Azure/azure-rest-api-specs/tree/master/specification/batch/resource-manager/Microsoft.Batch/stable/2021-06-01/BatchManagement.json

Просмотреть файл

@ -1,42 +0,0 @@
<!--- This file generated by `tools/apispec-rule-gen/main.go`. DO NOT EDIT --->
# azurerm_batch_application_invalid_account_name
Warns about values that appear to be invalid based on [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs).
In this rule, the string must match the regular expression `^[a-zA-Z0-9]+$``.
## Example
```hcl
resource "azurerm_batch_application" "foo" {
account_name = ... // invalid value
}
```
```
$ tflint
1 issue(s) found:
Error: "..." does not match valid pattern ^[a-zA-Z0-9]+$ (azurerm_batch_application_invalid_account_name)
on template.tf line 2:
2: account_name = ... // invalid value
Reference: https://github.com/terraform-linters/tflint-ruleset-azurerm/blob/v0.1.0/docs/rules/azurerm_batch_application_invalid_account_name.md
```
## Why
Requests containing invalid values will return an error when calling the API by `terraform apply`.
## How to Fix
Replace the warned value with a valid value.
## Source
This rule is automatically generated from [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs). If you are uncertain about the warning, check the following API schema referenced by this rule.
https://github.com/Azure/azure-rest-api-specs/tree/master/specification/batch/resource-manager/Microsoft.Batch/stable/2021-06-01/BatchManagement.json

Просмотреть файл

@ -1,42 +0,0 @@
<!--- This file generated by `tools/apispec-rule-gen/main.go`. DO NOT EDIT --->
# azurerm_batch_application_invalid_account_name
Warns about values that appear to be invalid based on [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs).
In this rule, the string must match the regular expression `^[a-zA-Z0-9]+$``.
## Example
```hcl
resource "azurerm_batch_application" "foo" {
account_name = ... // invalid value
}
```
```
$ tflint
1 issue(s) found:
Error: "..." does not match valid pattern ^[a-zA-Z0-9]+$ (azurerm_batch_application_invalid_account_name)
on template.tf line 2:
2: account_name = ... // invalid value
Reference: https://github.com/terraform-linters/tflint-ruleset-azurerm/blob/v0.1.0/docs/rules/azurerm_batch_application_invalid_account_name.md
```
## Why
Requests containing invalid values will return an error when calling the API by `terraform apply`.
## How to Fix
Replace the warned value with a valid value.
## Source
This rule is automatically generated from [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs). If you are uncertain about the warning, check the following API schema referenced by this rule.
https://github.com/Azure/azure-rest-api-specs/tree/master/specification/batch/resource-manager/Microsoft.Batch/stable/2021-06-01/BatchManagement.json

Просмотреть файл

@ -1,42 +0,0 @@
<!--- This file generated by `tools/apispec-rule-gen/main.go`. DO NOT EDIT --->
# azurerm_batch_application_invalid_name
Warns about values that appear to be invalid based on [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs).
In this rule, the string must match the regular expression `^[a-zA-Z0-9_-]+$``.
## Example
```hcl
resource "azurerm_batch_application" "foo" {
name = ... // invalid value
}
```
```
$ tflint
1 issue(s) found:
Error: "..." does not match valid pattern ^[a-zA-Z0-9_-]+$ (azurerm_batch_application_invalid_name)
on template.tf line 2:
2: name = ... // invalid value
Reference: https://github.com/terraform-linters/tflint-ruleset-azurerm/blob/v0.1.0/docs/rules/azurerm_batch_application_invalid_name.md
```
## Why
Requests containing invalid values will return an error when calling the API by `terraform apply`.
## How to Fix
Replace the warned value with a valid value.
## Source
This rule is automatically generated from [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs). If you are uncertain about the warning, check the following API schema referenced by this rule.
https://github.com/Azure/azure-rest-api-specs/tree/master/specification/batch/resource-manager/Microsoft.Batch/stable/2021-06-01/BatchManagement.json

Просмотреть файл

@ -1,42 +0,0 @@
<!--- This file generated by `tools/apispec-rule-gen/main.go`. DO NOT EDIT --->
# azurerm_batch_application_invalid_name
Warns about values that appear to be invalid based on [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs).
In this rule, the string must match the regular expression `^[a-zA-Z0-9_-]+$``.
## Example
```hcl
resource "azurerm_batch_application" "foo" {
name = ... // invalid value
}
```
```
$ tflint
1 issue(s) found:
Error: "..." does not match valid pattern ^[a-zA-Z0-9_-]+$ (azurerm_batch_application_invalid_name)
on template.tf line 2:
2: name = ... // invalid value
Reference: https://github.com/terraform-linters/tflint-ruleset-azurerm/blob/v0.1.0/docs/rules/azurerm_batch_application_invalid_name.md
```
## Why
Requests containing invalid values will return an error when calling the API by `terraform apply`.
## How to Fix
Replace the warned value with a valid value.
## Source
This rule is automatically generated from [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs). If you are uncertain about the warning, check the following API schema referenced by this rule.
https://github.com/Azure/azure-rest-api-specs/tree/master/specification/batch/resource-manager/Microsoft.Batch/stable/2021-06-01/BatchManagement.json

Просмотреть файл

@ -1,42 +0,0 @@
<!--- This file generated by `tools/apispec-rule-gen/main.go`. DO NOT EDIT --->
# azurerm_batch_certificate_invalid_account_name
Warns about values that appear to be invalid based on [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs).
In this rule, the string must match the regular expression `^[a-zA-Z0-9]+$``.
## Example
```hcl
resource "azurerm_batch_certificate" "foo" {
account_name = ... // invalid value
}
```
```
$ tflint
1 issue(s) found:
Error: "..." does not match valid pattern ^[a-zA-Z0-9]+$ (azurerm_batch_certificate_invalid_account_name)
on template.tf line 2:
2: account_name = ... // invalid value
Reference: https://github.com/terraform-linters/tflint-ruleset-azurerm/blob/v0.1.0/docs/rules/azurerm_batch_certificate_invalid_account_name.md
```
## Why
Requests containing invalid values will return an error when calling the API by `terraform apply`.
## How to Fix
Replace the warned value with a valid value.
## Source
This rule is automatically generated from [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs). If you are uncertain about the warning, check the following API schema referenced by this rule.
https://github.com/Azure/azure-rest-api-specs/tree/master/specification/batch/resource-manager/Microsoft.Batch/stable/2021-06-01/BatchManagement.json

Просмотреть файл

@ -1,42 +0,0 @@
<!--- This file generated by `tools/apispec-rule-gen/main.go`. DO NOT EDIT --->
# azurerm_batch_certificate_invalid_account_name
Warns about values that appear to be invalid based on [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs).
In this rule, the string must match the regular expression `^[a-zA-Z0-9]+$``.
## Example
```hcl
resource "azurerm_batch_certificate" "foo" {
account_name = ... // invalid value
}
```
```
$ tflint
1 issue(s) found:
Error: "..." does not match valid pattern ^[a-zA-Z0-9]+$ (azurerm_batch_certificate_invalid_account_name)
on template.tf line 2:
2: account_name = ... // invalid value
Reference: https://github.com/terraform-linters/tflint-ruleset-azurerm/blob/v0.1.0/docs/rules/azurerm_batch_certificate_invalid_account_name.md
```
## Why
Requests containing invalid values will return an error when calling the API by `terraform apply`.
## How to Fix
Replace the warned value with a valid value.
## Source
This rule is automatically generated from [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs). If you are uncertain about the warning, check the following API schema referenced by this rule.
https://github.com/Azure/azure-rest-api-specs/tree/master/specification/batch/resource-manager/Microsoft.Batch/stable/2021-06-01/BatchManagement.json

Просмотреть файл

@ -1,44 +0,0 @@
<!--- This file generated by `tools/apispec-rule-gen/main.go`. DO NOT EDIT --->
# azurerm_batch_certificate_invalid_format
Warns about values that appear to be invalid based on [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs).
Allowed values are:
- Pfx
- Cer
## Example
```hcl
resource "azurerm_batch_certificate" "foo" {
format = ... // invalid value
}
```
```
$ tflint
1 issue(s) found:
Error: "..." is an invalid value as format (azurerm_batch_certificate_invalid_format)
on template.tf line 2:
2: format = ... // invalid value
Reference: https://github.com/terraform-linters/tflint-ruleset-azurerm/blob/v0.1.0/docs/rules/azurerm_batch_certificate_invalid_format.md
```
## Why
Requests containing invalid values will return an error when calling the API by `terraform apply`.
## How to Fix
Replace the warned value with a valid value.
## Source
This rule is automatically generated from [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs). If you are uncertain about the warning, check the following API schema referenced by this rule.
https://github.com/Azure/azure-rest-api-specs/tree/master/specification/batch/resource-manager/Microsoft.Batch/stable/2021-06-01/BatchManagement.json

Просмотреть файл

@ -1,44 +0,0 @@
<!--- This file generated by `tools/apispec-rule-gen/main.go`. DO NOT EDIT --->
# azurerm_batch_certificate_invalid_format
Warns about values that appear to be invalid based on [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs).
Allowed values are:
- Pfx
- Cer
## Example
```hcl
resource "azurerm_batch_certificate" "foo" {
format = ... // invalid value
}
```
```
$ tflint
1 issue(s) found:
Error: "..." is an invalid value as format (azurerm_batch_certificate_invalid_format)
on template.tf line 2:
2: format = ... // invalid value
Reference: https://github.com/terraform-linters/tflint-ruleset-azurerm/blob/v0.1.0/docs/rules/azurerm_batch_certificate_invalid_format.md
```
## Why
Requests containing invalid values will return an error when calling the API by `terraform apply`.
## How to Fix
Replace the warned value with a valid value.
## Source
This rule is automatically generated from [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs). If you are uncertain about the warning, check the following API schema referenced by this rule.
https://github.com/Azure/azure-rest-api-specs/tree/master/specification/batch/resource-manager/Microsoft.Batch/stable/2021-06-01/BatchManagement.json

Просмотреть файл

@ -1,42 +0,0 @@
<!--- This file generated by `tools/apispec-rule-gen/main.go`. DO NOT EDIT --->
# azurerm_batch_pool_invalid_account_name
Warns about values that appear to be invalid based on [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs).
In this rule, the string must match the regular expression `^[a-zA-Z0-9]+$``.
## Example
```hcl
resource "azurerm_batch_pool" "foo" {
account_name = ... // invalid value
}
```
```
$ tflint
1 issue(s) found:
Error: "..." does not match valid pattern ^[a-zA-Z0-9]+$ (azurerm_batch_pool_invalid_account_name)
on template.tf line 2:
2: account_name = ... // invalid value
Reference: https://github.com/terraform-linters/tflint-ruleset-azurerm/blob/v0.1.0/docs/rules/azurerm_batch_pool_invalid_account_name.md
```
## Why
Requests containing invalid values will return an error when calling the API by `terraform apply`.
## How to Fix
Replace the warned value with a valid value.
## Source
This rule is automatically generated from [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs). If you are uncertain about the warning, check the following API schema referenced by this rule.
https://github.com/Azure/azure-rest-api-specs/tree/master/specification/batch/resource-manager/Microsoft.Batch/stable/2020-03-01/BatchManagement.json

Просмотреть файл

@ -1,42 +0,0 @@
<!--- This file generated by `tools/apispec-rule-gen/main.go`. DO NOT EDIT --->
# azurerm_batch_pool_invalid_account_name
Warns about values that appear to be invalid based on [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs).
In this rule, the string must match the regular expression `^[a-zA-Z0-9]+$``.
## Example
```hcl
resource "azurerm_batch_pool" "foo" {
account_name = ... // invalid value
}
```
```
$ tflint
1 issue(s) found:
Error: "..." does not match valid pattern ^[a-zA-Z0-9]+$ (azurerm_batch_pool_invalid_account_name)
on template.tf line 2:
2: account_name = ... // invalid value
Reference: https://github.com/terraform-linters/tflint-ruleset-azurerm/blob/v0.1.0/docs/rules/azurerm_batch_pool_invalid_account_name.md
```
## Why
Requests containing invalid values will return an error when calling the API by `terraform apply`.
## How to Fix
Replace the warned value with a valid value.
## Source
This rule is automatically generated from [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs). If you are uncertain about the warning, check the following API schema referenced by this rule.
https://github.com/Azure/azure-rest-api-specs/tree/master/specification/batch/resource-manager/Microsoft.Batch/stable/2020-03-01/BatchManagement.json

Просмотреть файл

@ -1,42 +0,0 @@
<!--- This file generated by `tools/apispec-rule-gen/main.go`. DO NOT EDIT --->
# azurerm_batch_pool_invalid_name
Warns about values that appear to be invalid based on [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs).
In this rule, the string must match the regular expression `^[a-zA-Z0-9_-]+$``.
## Example
```hcl
resource "azurerm_batch_pool" "foo" {
name = ... // invalid value
}
```
```
$ tflint
1 issue(s) found:
Error: "..." does not match valid pattern ^[a-zA-Z0-9_-]+$ (azurerm_batch_pool_invalid_name)
on template.tf line 2:
2: name = ... // invalid value
Reference: https://github.com/terraform-linters/tflint-ruleset-azurerm/blob/v0.1.0/docs/rules/azurerm_batch_pool_invalid_name.md
```
## Why
Requests containing invalid values will return an error when calling the API by `terraform apply`.
## How to Fix
Replace the warned value with a valid value.
## Source
This rule is automatically generated from [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs). If you are uncertain about the warning, check the following API schema referenced by this rule.
https://github.com/Azure/azure-rest-api-specs/tree/master/specification/batch/resource-manager/Microsoft.Batch/stable/2020-03-01/BatchManagement.json

Просмотреть файл

@ -1,42 +0,0 @@
<!--- This file generated by `tools/apispec-rule-gen/main.go`. DO NOT EDIT --->
# azurerm_batch_pool_invalid_name
Warns about values that appear to be invalid based on [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs).
In this rule, the string must match the regular expression `^[a-zA-Z0-9_-]+$``.
## Example
```hcl
resource "azurerm_batch_pool" "foo" {
name = ... // invalid value
}
```
```
$ tflint
1 issue(s) found:
Error: "..." does not match valid pattern ^[a-zA-Z0-9_-]+$ (azurerm_batch_pool_invalid_name)
on template.tf line 2:
2: name = ... // invalid value
Reference: https://github.com/terraform-linters/tflint-ruleset-azurerm/blob/v0.1.0/docs/rules/azurerm_batch_pool_invalid_name.md
```
## Why
Requests containing invalid values will return an error when calling the API by `terraform apply`.
## How to Fix
Replace the warned value with a valid value.
## Source
This rule is automatically generated from [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs). If you are uncertain about the warning, check the following API schema referenced by this rule.
https://github.com/Azure/azure-rest-api-specs/tree/master/specification/batch/resource-manager/Microsoft.Batch/stable/2020-03-01/BatchManagement.json

Просмотреть файл

@ -1,42 +0,0 @@
<!--- This file generated by `tools/apispec-rule-gen/main.go`. DO NOT EDIT --->
# azurerm_bot_channel_directline_invalid_bot_name
Warns about values that appear to be invalid based on [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs).
In this rule, the string must match the regular expression `^[a-zA-Z0-9][a-zA-Z0-9_.-]*$``.
## Example
```hcl
resource "azurerm_bot_channel_directline" "foo" {
bot_name = ... // invalid value
}
```
```
$ tflint
1 issue(s) found:
Error: "..." does not match valid pattern ^[a-zA-Z0-9][a-zA-Z0-9_.-]*$ (azurerm_bot_channel_directline_invalid_bot_name)
on template.tf line 2:
2: bot_name = ... // invalid value
Reference: https://github.com/terraform-linters/tflint-ruleset-azurerm/blob/v0.1.0/docs/rules/azurerm_bot_channel_directline_invalid_bot_name.md
```
## Why
Requests containing invalid values will return an error when calling the API by `terraform apply`.
## How to Fix
Replace the warned value with a valid value.
## Source
This rule is automatically generated from [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs). If you are uncertain about the warning, check the following API schema referenced by this rule.
https://github.com/Azure/azure-rest-api-specs/tree/master/specification/botservice/resource-manager/Microsoft.BotService/preview/2021-05-01-preview/botservice.json

Просмотреть файл

@ -1,42 +0,0 @@
<!--- This file generated by `tools/apispec-rule-gen/main.go`. DO NOT EDIT --->
# azurerm_bot_channel_directline_invalid_bot_name
Warns about values that appear to be invalid based on [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs).
In this rule, the string must match the regular expression `^[a-zA-Z0-9][a-zA-Z0-9_.-]*$``.
## Example
```hcl
resource "azurerm_bot_channel_directline" "foo" {
bot_name = ... // invalid value
}
```
```
$ tflint
1 issue(s) found:
Error: "..." does not match valid pattern ^[a-zA-Z0-9][a-zA-Z0-9_.-]*$ (azurerm_bot_channel_directline_invalid_bot_name)
on template.tf line 2:
2: bot_name = ... // invalid value
Reference: https://github.com/terraform-linters/tflint-ruleset-azurerm/blob/v0.1.0/docs/rules/azurerm_bot_channel_directline_invalid_bot_name.md
```
## Why
Requests containing invalid values will return an error when calling the API by `terraform apply`.
## How to Fix
Replace the warned value with a valid value.
## Source
This rule is automatically generated from [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs). If you are uncertain about the warning, check the following API schema referenced by this rule.
https://github.com/Azure/azure-rest-api-specs/tree/master/specification/botservice/resource-manager/Microsoft.BotService/preview/2021-05-01-preview/botservice.json

Просмотреть файл

@ -1,42 +0,0 @@
<!--- This file generated by `tools/apispec-rule-gen/main.go`. DO NOT EDIT --->
# azurerm_bot_channel_directline_invalid_resource_group_name
Warns about values that appear to be invalid based on [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs).
In this rule, the string must match the regular expression `^[a-zA-Z0-9][a-zA-Z0-9_.-]*$``.
## Example
```hcl
resource "azurerm_bot_channel_directline" "foo" {
resource_group_name = ... // invalid value
}
```
```
$ tflint
1 issue(s) found:
Error: "..." does not match valid pattern ^[a-zA-Z0-9][a-zA-Z0-9_.-]*$ (azurerm_bot_channel_directline_invalid_resource_group_name)
on template.tf line 2:
2: resource_group_name = ... // invalid value
Reference: https://github.com/terraform-linters/tflint-ruleset-azurerm/blob/v0.1.0/docs/rules/azurerm_bot_channel_directline_invalid_resource_group_name.md
```
## Why
Requests containing invalid values will return an error when calling the API by `terraform apply`.
## How to Fix
Replace the warned value with a valid value.
## Source
This rule is automatically generated from [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs). If you are uncertain about the warning, check the following API schema referenced by this rule.
https://github.com/Azure/azure-rest-api-specs/tree/master/specification/botservice/resource-manager/Microsoft.BotService/preview/2021-05-01-preview/botservice.json

Просмотреть файл

@ -1,42 +0,0 @@
<!--- This file generated by `tools/apispec-rule-gen/main.go`. DO NOT EDIT --->
# azurerm_bot_channel_directline_invalid_resource_group_name
Warns about values that appear to be invalid based on [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs).
In this rule, the string must match the regular expression `^[a-zA-Z0-9][a-zA-Z0-9_.-]*$``.
## Example
```hcl
resource "azurerm_bot_channel_directline" "foo" {
resource_group_name = ... // invalid value
}
```
```
$ tflint
1 issue(s) found:
Error: "..." does not match valid pattern ^[a-zA-Z0-9][a-zA-Z0-9_.-]*$ (azurerm_bot_channel_directline_invalid_resource_group_name)
on template.tf line 2:
2: resource_group_name = ... // invalid value
Reference: https://github.com/terraform-linters/tflint-ruleset-azurerm/blob/v0.1.0/docs/rules/azurerm_bot_channel_directline_invalid_resource_group_name.md
```
## Why
Requests containing invalid values will return an error when calling the API by `terraform apply`.
## How to Fix
Replace the warned value with a valid value.
## Source
This rule is automatically generated from [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs). If you are uncertain about the warning, check the following API schema referenced by this rule.
https://github.com/Azure/azure-rest-api-specs/tree/master/specification/botservice/resource-manager/Microsoft.BotService/preview/2021-05-01-preview/botservice.json

Просмотреть файл

@ -1,42 +0,0 @@
<!--- This file generated by `tools/apispec-rule-gen/main.go`. DO NOT EDIT --->
# azurerm_bot_channel_email_invalid_bot_name
Warns about values that appear to be invalid based on [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs).
In this rule, the string must match the regular expression `^[a-zA-Z0-9][a-zA-Z0-9_.-]*$``.
## Example
```hcl
resource "azurerm_bot_channel_email" "foo" {
bot_name = ... // invalid value
}
```
```
$ tflint
1 issue(s) found:
Error: "..." does not match valid pattern ^[a-zA-Z0-9][a-zA-Z0-9_.-]*$ (azurerm_bot_channel_email_invalid_bot_name)
on template.tf line 2:
2: bot_name = ... // invalid value
Reference: https://github.com/terraform-linters/tflint-ruleset-azurerm/blob/v0.1.0/docs/rules/azurerm_bot_channel_email_invalid_bot_name.md
```
## Why
Requests containing invalid values will return an error when calling the API by `terraform apply`.
## How to Fix
Replace the warned value with a valid value.
## Source
This rule is automatically generated from [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs). If you are uncertain about the warning, check the following API schema referenced by this rule.
https://github.com/Azure/azure-rest-api-specs/tree/master/specification/botservice/resource-manager/Microsoft.BotService/preview/2021-05-01-preview/botservice.json

Просмотреть файл

@ -1,42 +0,0 @@
<!--- This file generated by `tools/apispec-rule-gen/main.go`. DO NOT EDIT --->
# azurerm_bot_channel_email_invalid_bot_name
Warns about values that appear to be invalid based on [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs).
In this rule, the string must match the regular expression `^[a-zA-Z0-9][a-zA-Z0-9_.-]*$``.
## Example
```hcl
resource "azurerm_bot_channel_email" "foo" {
bot_name = ... // invalid value
}
```
```
$ tflint
1 issue(s) found:
Error: "..." does not match valid pattern ^[a-zA-Z0-9][a-zA-Z0-9_.-]*$ (azurerm_bot_channel_email_invalid_bot_name)
on template.tf line 2:
2: bot_name = ... // invalid value
Reference: https://github.com/terraform-linters/tflint-ruleset-azurerm/blob/v0.1.0/docs/rules/azurerm_bot_channel_email_invalid_bot_name.md
```
## Why
Requests containing invalid values will return an error when calling the API by `terraform apply`.
## How to Fix
Replace the warned value with a valid value.
## Source
This rule is automatically generated from [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs). If you are uncertain about the warning, check the following API schema referenced by this rule.
https://github.com/Azure/azure-rest-api-specs/tree/master/specification/botservice/resource-manager/Microsoft.BotService/preview/2021-05-01-preview/botservice.json

Просмотреть файл

@ -1,42 +0,0 @@
<!--- This file generated by `tools/apispec-rule-gen/main.go`. DO NOT EDIT --->
# azurerm_bot_channel_email_invalid_resource_group_name
Warns about values that appear to be invalid based on [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs).
In this rule, the string must match the regular expression `^[a-zA-Z0-9][a-zA-Z0-9_.-]*$``.
## Example
```hcl
resource "azurerm_bot_channel_email" "foo" {
resource_group_name = ... // invalid value
}
```
```
$ tflint
1 issue(s) found:
Error: "..." does not match valid pattern ^[a-zA-Z0-9][a-zA-Z0-9_.-]*$ (azurerm_bot_channel_email_invalid_resource_group_name)
on template.tf line 2:
2: resource_group_name = ... // invalid value
Reference: https://github.com/terraform-linters/tflint-ruleset-azurerm/blob/v0.1.0/docs/rules/azurerm_bot_channel_email_invalid_resource_group_name.md
```
## Why
Requests containing invalid values will return an error when calling the API by `terraform apply`.
## How to Fix
Replace the warned value with a valid value.
## Source
This rule is automatically generated from [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs). If you are uncertain about the warning, check the following API schema referenced by this rule.
https://github.com/Azure/azure-rest-api-specs/tree/master/specification/botservice/resource-manager/Microsoft.BotService/preview/2021-05-01-preview/botservice.json

Просмотреть файл

@ -1,42 +0,0 @@
<!--- This file generated by `tools/apispec-rule-gen/main.go`. DO NOT EDIT --->
# azurerm_bot_channel_email_invalid_resource_group_name
Warns about values that appear to be invalid based on [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs).
In this rule, the string must match the regular expression `^[a-zA-Z0-9][a-zA-Z0-9_.-]*$``.
## Example
```hcl
resource "azurerm_bot_channel_email" "foo" {
resource_group_name = ... // invalid value
}
```
```
$ tflint
1 issue(s) found:
Error: "..." does not match valid pattern ^[a-zA-Z0-9][a-zA-Z0-9_.-]*$ (azurerm_bot_channel_email_invalid_resource_group_name)
on template.tf line 2:
2: resource_group_name = ... // invalid value
Reference: https://github.com/terraform-linters/tflint-ruleset-azurerm/blob/v0.1.0/docs/rules/azurerm_bot_channel_email_invalid_resource_group_name.md
```
## Why
Requests containing invalid values will return an error when calling the API by `terraform apply`.
## How to Fix
Replace the warned value with a valid value.
## Source
This rule is automatically generated from [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs). If you are uncertain about the warning, check the following API schema referenced by this rule.
https://github.com/Azure/azure-rest-api-specs/tree/master/specification/botservice/resource-manager/Microsoft.BotService/preview/2021-05-01-preview/botservice.json

Просмотреть файл

@ -1,42 +0,0 @@
<!--- This file generated by `tools/apispec-rule-gen/main.go`. DO NOT EDIT --->
# azurerm_bot_channel_ms_teams_invalid_bot_name
Warns about values that appear to be invalid based on [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs).
In this rule, the string must match the regular expression `^[a-zA-Z0-9][a-zA-Z0-9_.-]*$``.
## Example
```hcl
resource "azurerm_bot_channel_ms_teams" "foo" {
bot_name = ... // invalid value
}
```
```
$ tflint
1 issue(s) found:
Error: "..." does not match valid pattern ^[a-zA-Z0-9][a-zA-Z0-9_.-]*$ (azurerm_bot_channel_ms_teams_invalid_bot_name)
on template.tf line 2:
2: bot_name = ... // invalid value
Reference: https://github.com/terraform-linters/tflint-ruleset-azurerm/blob/v0.1.0/docs/rules/azurerm_bot_channel_ms_teams_invalid_bot_name.md
```
## Why
Requests containing invalid values will return an error when calling the API by `terraform apply`.
## How to Fix
Replace the warned value with a valid value.
## Source
This rule is automatically generated from [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs). If you are uncertain about the warning, check the following API schema referenced by this rule.
https://github.com/Azure/azure-rest-api-specs/tree/master/specification/botservice/resource-manager/Microsoft.BotService/preview/2021-05-01-preview/botservice.json

Просмотреть файл

@ -1,42 +0,0 @@
<!--- This file generated by `tools/apispec-rule-gen/main.go`. DO NOT EDIT --->
# azurerm_bot_channel_ms_teams_invalid_bot_name
Warns about values that appear to be invalid based on [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs).
In this rule, the string must match the regular expression `^[a-zA-Z0-9][a-zA-Z0-9_.-]*$``.
## Example
```hcl
resource "azurerm_bot_channel_ms_teams" "foo" {
bot_name = ... // invalid value
}
```
```
$ tflint
1 issue(s) found:
Error: "..." does not match valid pattern ^[a-zA-Z0-9][a-zA-Z0-9_.-]*$ (azurerm_bot_channel_ms_teams_invalid_bot_name)
on template.tf line 2:
2: bot_name = ... // invalid value
Reference: https://github.com/terraform-linters/tflint-ruleset-azurerm/blob/v0.1.0/docs/rules/azurerm_bot_channel_ms_teams_invalid_bot_name.md
```
## Why
Requests containing invalid values will return an error when calling the API by `terraform apply`.
## How to Fix
Replace the warned value with a valid value.
## Source
This rule is automatically generated from [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs). If you are uncertain about the warning, check the following API schema referenced by this rule.
https://github.com/Azure/azure-rest-api-specs/tree/master/specification/botservice/resource-manager/Microsoft.BotService/preview/2021-05-01-preview/botservice.json

Просмотреть файл

@ -1,42 +0,0 @@
<!--- This file generated by `tools/apispec-rule-gen/main.go`. DO NOT EDIT --->
# azurerm_bot_channel_ms_teams_invalid_resource_group_name
Warns about values that appear to be invalid based on [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs).
In this rule, the string must match the regular expression `^[a-zA-Z0-9][a-zA-Z0-9_.-]*$``.
## Example
```hcl
resource "azurerm_bot_channel_ms_teams" "foo" {
resource_group_name = ... // invalid value
}
```
```
$ tflint
1 issue(s) found:
Error: "..." does not match valid pattern ^[a-zA-Z0-9][a-zA-Z0-9_.-]*$ (azurerm_bot_channel_ms_teams_invalid_resource_group_name)
on template.tf line 2:
2: resource_group_name = ... // invalid value
Reference: https://github.com/terraform-linters/tflint-ruleset-azurerm/blob/v0.1.0/docs/rules/azurerm_bot_channel_ms_teams_invalid_resource_group_name.md
```
## Why
Requests containing invalid values will return an error when calling the API by `terraform apply`.
## How to Fix
Replace the warned value with a valid value.
## Source
This rule is automatically generated from [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs). If you are uncertain about the warning, check the following API schema referenced by this rule.
https://github.com/Azure/azure-rest-api-specs/tree/master/specification/botservice/resource-manager/Microsoft.BotService/preview/2021-05-01-preview/botservice.json

Просмотреть файл

@ -1,42 +0,0 @@
<!--- This file generated by `tools/apispec-rule-gen/main.go`. DO NOT EDIT --->
# azurerm_bot_channel_ms_teams_invalid_resource_group_name
Warns about values that appear to be invalid based on [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs).
In this rule, the string must match the regular expression `^[a-zA-Z0-9][a-zA-Z0-9_.-]*$``.
## Example
```hcl
resource "azurerm_bot_channel_ms_teams" "foo" {
resource_group_name = ... // invalid value
}
```
```
$ tflint
1 issue(s) found:
Error: "..." does not match valid pattern ^[a-zA-Z0-9][a-zA-Z0-9_.-]*$ (azurerm_bot_channel_ms_teams_invalid_resource_group_name)
on template.tf line 2:
2: resource_group_name = ... // invalid value
Reference: https://github.com/terraform-linters/tflint-ruleset-azurerm/blob/v0.1.0/docs/rules/azurerm_bot_channel_ms_teams_invalid_resource_group_name.md
```
## Why
Requests containing invalid values will return an error when calling the API by `terraform apply`.
## How to Fix
Replace the warned value with a valid value.
## Source
This rule is automatically generated from [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs). If you are uncertain about the warning, check the following API schema referenced by this rule.
https://github.com/Azure/azure-rest-api-specs/tree/master/specification/botservice/resource-manager/Microsoft.BotService/preview/2021-05-01-preview/botservice.json

Просмотреть файл

@ -1,42 +0,0 @@
<!--- This file generated by `tools/apispec-rule-gen/main.go`. DO NOT EDIT --->
# azurerm_bot_channel_slack_invalid_bot_name
Warns about values that appear to be invalid based on [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs).
In this rule, the string must match the regular expression `^[a-zA-Z0-9][a-zA-Z0-9_.-]*$``.
## Example
```hcl
resource "azurerm_bot_channel_slack" "foo" {
bot_name = ... // invalid value
}
```
```
$ tflint
1 issue(s) found:
Error: "..." does not match valid pattern ^[a-zA-Z0-9][a-zA-Z0-9_.-]*$ (azurerm_bot_channel_slack_invalid_bot_name)
on template.tf line 2:
2: bot_name = ... // invalid value
Reference: https://github.com/terraform-linters/tflint-ruleset-azurerm/blob/v0.1.0/docs/rules/azurerm_bot_channel_slack_invalid_bot_name.md
```
## Why
Requests containing invalid values will return an error when calling the API by `terraform apply`.
## How to Fix
Replace the warned value with a valid value.
## Source
This rule is automatically generated from [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs). If you are uncertain about the warning, check the following API schema referenced by this rule.
https://github.com/Azure/azure-rest-api-specs/tree/master/specification/botservice/resource-manager/Microsoft.BotService/preview/2021-05-01-preview/botservice.json

Просмотреть файл

@ -1,42 +0,0 @@
<!--- This file generated by `tools/apispec-rule-gen/main.go`. DO NOT EDIT --->
# azurerm_bot_channel_slack_invalid_bot_name
Warns about values that appear to be invalid based on [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs).
In this rule, the string must match the regular expression `^[a-zA-Z0-9][a-zA-Z0-9_.-]*$``.
## Example
```hcl
resource "azurerm_bot_channel_slack" "foo" {
bot_name = ... // invalid value
}
```
```
$ tflint
1 issue(s) found:
Error: "..." does not match valid pattern ^[a-zA-Z0-9][a-zA-Z0-9_.-]*$ (azurerm_bot_channel_slack_invalid_bot_name)
on template.tf line 2:
2: bot_name = ... // invalid value
Reference: https://github.com/terraform-linters/tflint-ruleset-azurerm/blob/v0.1.0/docs/rules/azurerm_bot_channel_slack_invalid_bot_name.md
```
## Why
Requests containing invalid values will return an error when calling the API by `terraform apply`.
## How to Fix
Replace the warned value with a valid value.
## Source
This rule is automatically generated from [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs). If you are uncertain about the warning, check the following API schema referenced by this rule.
https://github.com/Azure/azure-rest-api-specs/tree/master/specification/botservice/resource-manager/Microsoft.BotService/preview/2021-05-01-preview/botservice.json

Просмотреть файл

@ -1,42 +0,0 @@
<!--- This file generated by `tools/apispec-rule-gen/main.go`. DO NOT EDIT --->
# azurerm_bot_channel_slack_invalid_resource_group_name
Warns about values that appear to be invalid based on [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs).
In this rule, the string must match the regular expression `^[a-zA-Z0-9][a-zA-Z0-9_.-]*$``.
## Example
```hcl
resource "azurerm_bot_channel_slack" "foo" {
resource_group_name = ... // invalid value
}
```
```
$ tflint
1 issue(s) found:
Error: "..." does not match valid pattern ^[a-zA-Z0-9][a-zA-Z0-9_.-]*$ (azurerm_bot_channel_slack_invalid_resource_group_name)
on template.tf line 2:
2: resource_group_name = ... // invalid value
Reference: https://github.com/terraform-linters/tflint-ruleset-azurerm/blob/v0.1.0/docs/rules/azurerm_bot_channel_slack_invalid_resource_group_name.md
```
## Why
Requests containing invalid values will return an error when calling the API by `terraform apply`.
## How to Fix
Replace the warned value with a valid value.
## Source
This rule is automatically generated from [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs). If you are uncertain about the warning, check the following API schema referenced by this rule.
https://github.com/Azure/azure-rest-api-specs/tree/master/specification/botservice/resource-manager/Microsoft.BotService/preview/2021-05-01-preview/botservice.json

Просмотреть файл

@ -1,42 +0,0 @@
<!--- This file generated by `tools/apispec-rule-gen/main.go`. DO NOT EDIT --->
# azurerm_bot_channel_slack_invalid_resource_group_name
Warns about values that appear to be invalid based on [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs).
In this rule, the string must match the regular expression `^[a-zA-Z0-9][a-zA-Z0-9_.-]*$``.
## Example
```hcl
resource "azurerm_bot_channel_slack" "foo" {
resource_group_name = ... // invalid value
}
```
```
$ tflint
1 issue(s) found:
Error: "..." does not match valid pattern ^[a-zA-Z0-9][a-zA-Z0-9_.-]*$ (azurerm_bot_channel_slack_invalid_resource_group_name)
on template.tf line 2:
2: resource_group_name = ... // invalid value
Reference: https://github.com/terraform-linters/tflint-ruleset-azurerm/blob/v0.1.0/docs/rules/azurerm_bot_channel_slack_invalid_resource_group_name.md
```
## Why
Requests containing invalid values will return an error when calling the API by `terraform apply`.
## How to Fix
Replace the warned value with a valid value.
## Source
This rule is automatically generated from [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs). If you are uncertain about the warning, check the following API schema referenced by this rule.
https://github.com/Azure/azure-rest-api-specs/tree/master/specification/botservice/resource-manager/Microsoft.BotService/preview/2021-05-01-preview/botservice.json

Просмотреть файл

@ -1,42 +0,0 @@
<!--- This file generated by `tools/apispec-rule-gen/main.go`. DO NOT EDIT --->
# azurerm_bot_channels_registration_invalid_resource_group_name
Warns about values that appear to be invalid based on [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs).
In this rule, the string must match the regular expression `^[a-zA-Z0-9][a-zA-Z0-9_.-]*$``.
## Example
```hcl
resource "azurerm_bot_channels_registration" "foo" {
resource_group_name = ... // invalid value
}
```
```
$ tflint
1 issue(s) found:
Error: "..." does not match valid pattern ^[a-zA-Z0-9][a-zA-Z0-9_.-]*$ (azurerm_bot_channels_registration_invalid_resource_group_name)
on template.tf line 2:
2: resource_group_name = ... // invalid value
Reference: https://github.com/terraform-linters/tflint-ruleset-azurerm/blob/v0.1.0/docs/rules/azurerm_bot_channels_registration_invalid_resource_group_name.md
```
## Why
Requests containing invalid values will return an error when calling the API by `terraform apply`.
## How to Fix
Replace the warned value with a valid value.
## Source
This rule is automatically generated from [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs). If you are uncertain about the warning, check the following API schema referenced by this rule.
https://github.com/Azure/azure-rest-api-specs/tree/master/specification/botservice/resource-manager/Microsoft.BotService/preview/2021-05-01-preview/botservice.json

Просмотреть файл

@ -1,42 +0,0 @@
<!--- This file generated by `tools/apispec-rule-gen/main.go`. DO NOT EDIT --->
# azurerm_bot_channels_registration_invalid_resource_group_name
Warns about values that appear to be invalid based on [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs).
In this rule, the string must match the regular expression `^[a-zA-Z0-9][a-zA-Z0-9_.-]*$``.
## Example
```hcl
resource "azurerm_bot_channels_registration" "foo" {
resource_group_name = ... // invalid value
}
```
```
$ tflint
1 issue(s) found:
Error: "..." does not match valid pattern ^[a-zA-Z0-9][a-zA-Z0-9_.-]*$ (azurerm_bot_channels_registration_invalid_resource_group_name)
on template.tf line 2:
2: resource_group_name = ... // invalid value
Reference: https://github.com/terraform-linters/tflint-ruleset-azurerm/blob/v0.1.0/docs/rules/azurerm_bot_channels_registration_invalid_resource_group_name.md
```
## Why
Requests containing invalid values will return an error when calling the API by `terraform apply`.
## How to Fix
Replace the warned value with a valid value.
## Source
This rule is automatically generated from [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs). If you are uncertain about the warning, check the following API schema referenced by this rule.
https://github.com/Azure/azure-rest-api-specs/tree/master/specification/botservice/resource-manager/Microsoft.BotService/preview/2021-05-01-preview/botservice.json

Просмотреть файл

@ -1,44 +0,0 @@
<!--- This file generated by `tools/apispec-rule-gen/main.go`. DO NOT EDIT --->
# azurerm_bot_channels_registration_invalid_sku
Warns about values that appear to be invalid based on [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs).
Allowed values are:
- F0
- S1
## Example
```hcl
resource "azurerm_bot_channels_registration" "foo" {
sku = ... // invalid value
}
```
```
$ tflint
1 issue(s) found:
Error: "..." is an invalid value as sku (azurerm_bot_channels_registration_invalid_sku)
on template.tf line 2:
2: sku = ... // invalid value
Reference: https://github.com/terraform-linters/tflint-ruleset-azurerm/blob/v0.1.0/docs/rules/azurerm_bot_channels_registration_invalid_sku.md
```
## Why
Requests containing invalid values will return an error when calling the API by `terraform apply`.
## How to Fix
Replace the warned value with a valid value.
## Source
This rule is automatically generated from [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs). If you are uncertain about the warning, check the following API schema referenced by this rule.
https://github.com/Azure/azure-rest-api-specs/tree/master/specification/botservice/resource-manager/Microsoft.BotService/preview/2021-05-01-preview/botservice.json

Просмотреть файл

@ -1,44 +0,0 @@
<!--- This file generated by `tools/apispec-rule-gen/main.go`. DO NOT EDIT --->
# azurerm_bot_channels_registration_invalid_sku
Warns about values that appear to be invalid based on [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs).
Allowed values are:
- F0
- S1
## Example
```hcl
resource "azurerm_bot_channels_registration" "foo" {
sku = ... // invalid value
}
```
```
$ tflint
1 issue(s) found:
Error: "..." is an invalid value as sku (azurerm_bot_channels_registration_invalid_sku)
on template.tf line 2:
2: sku = ... // invalid value
Reference: https://github.com/terraform-linters/tflint-ruleset-azurerm/blob/v0.1.0/docs/rules/azurerm_bot_channels_registration_invalid_sku.md
```
## Why
Requests containing invalid values will return an error when calling the API by `terraform apply`.
## How to Fix
Replace the warned value with a valid value.
## Source
This rule is automatically generated from [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs). If you are uncertain about the warning, check the following API schema referenced by this rule.
https://github.com/Azure/azure-rest-api-specs/tree/master/specification/botservice/resource-manager/Microsoft.BotService/preview/2021-05-01-preview/botservice.json

Просмотреть файл

@ -1,42 +0,0 @@
<!--- This file generated by `tools/apispec-rule-gen/main.go`. DO NOT EDIT --->
# azurerm_bot_connection_invalid_bot_name
Warns about values that appear to be invalid based on [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs).
In this rule, the string must match the regular expression `^[a-zA-Z0-9][a-zA-Z0-9_.-]*$``.
## Example
```hcl
resource "azurerm_bot_connection" "foo" {
bot_name = ... // invalid value
}
```
```
$ tflint
1 issue(s) found:
Error: "..." does not match valid pattern ^[a-zA-Z0-9][a-zA-Z0-9_.-]*$ (azurerm_bot_connection_invalid_bot_name)
on template.tf line 2:
2: bot_name = ... // invalid value
Reference: https://github.com/terraform-linters/tflint-ruleset-azurerm/blob/v0.1.0/docs/rules/azurerm_bot_connection_invalid_bot_name.md
```
## Why
Requests containing invalid values will return an error when calling the API by `terraform apply`.
## How to Fix
Replace the warned value with a valid value.
## Source
This rule is automatically generated from [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs). If you are uncertain about the warning, check the following API schema referenced by this rule.
https://github.com/Azure/azure-rest-api-specs/tree/master/specification/botservice/resource-manager/Microsoft.BotService/preview/2021-05-01-preview/botservice.json

Просмотреть файл

@ -1,42 +0,0 @@
<!--- This file generated by `tools/apispec-rule-gen/main.go`. DO NOT EDIT --->
# azurerm_bot_connection_invalid_bot_name
Warns about values that appear to be invalid based on [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs).
In this rule, the string must match the regular expression `^[a-zA-Z0-9][a-zA-Z0-9_.-]*$``.
## Example
```hcl
resource "azurerm_bot_connection" "foo" {
bot_name = ... // invalid value
}
```
```
$ tflint
1 issue(s) found:
Error: "..." does not match valid pattern ^[a-zA-Z0-9][a-zA-Z0-9_.-]*$ (azurerm_bot_connection_invalid_bot_name)
on template.tf line 2:
2: bot_name = ... // invalid value
Reference: https://github.com/terraform-linters/tflint-ruleset-azurerm/blob/v0.1.0/docs/rules/azurerm_bot_connection_invalid_bot_name.md
```
## Why
Requests containing invalid values will return an error when calling the API by `terraform apply`.
## How to Fix
Replace the warned value with a valid value.
## Source
This rule is automatically generated from [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs). If you are uncertain about the warning, check the following API schema referenced by this rule.
https://github.com/Azure/azure-rest-api-specs/tree/master/specification/botservice/resource-manager/Microsoft.BotService/preview/2021-05-01-preview/botservice.json

Просмотреть файл

@ -1,42 +0,0 @@
<!--- This file generated by `tools/apispec-rule-gen/main.go`. DO NOT EDIT --->
# azurerm_bot_connection_invalid_name
Warns about values that appear to be invalid based on [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs).
In this rule, the string must match the regular expression `^[a-zA-Z0-9][\sa-zA-Z0-9_.-]*$``.
## Example
```hcl
resource "azurerm_bot_connection" "foo" {
name = ... // invalid value
}
```
```
$ tflint
1 issue(s) found:
Error: "..." does not match valid pattern ^[a-zA-Z0-9][\sa-zA-Z0-9_.-]*$ (azurerm_bot_connection_invalid_name)
on template.tf line 2:
2: name = ... // invalid value
Reference: https://github.com/terraform-linters/tflint-ruleset-azurerm/blob/v0.1.0/docs/rules/azurerm_bot_connection_invalid_name.md
```
## Why
Requests containing invalid values will return an error when calling the API by `terraform apply`.
## How to Fix
Replace the warned value with a valid value.
## Source
This rule is automatically generated from [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs). If you are uncertain about the warning, check the following API schema referenced by this rule.
https://github.com/Azure/azure-rest-api-specs/tree/master/specification/botservice/resource-manager/Microsoft.BotService/preview/2021-05-01-preview/botservice.json

Просмотреть файл

@ -1,42 +0,0 @@
<!--- This file generated by `tools/apispec-rule-gen/main.go`. DO NOT EDIT --->
# azurerm_bot_connection_invalid_name
Warns about values that appear to be invalid based on [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs).
In this rule, the string must match the regular expression `^[a-zA-Z0-9][\sa-zA-Z0-9_.-]*$``.
## Example
```hcl
resource "azurerm_bot_connection" "foo" {
name = ... // invalid value
}
```
```
$ tflint
1 issue(s) found:
Error: "..." does not match valid pattern ^[a-zA-Z0-9][\sa-zA-Z0-9_.-]*$ (azurerm_bot_connection_invalid_name)
on template.tf line 2:
2: name = ... // invalid value
Reference: https://github.com/terraform-linters/tflint-ruleset-azurerm/blob/v0.1.0/docs/rules/azurerm_bot_connection_invalid_name.md
```
## Why
Requests containing invalid values will return an error when calling the API by `terraform apply`.
## How to Fix
Replace the warned value with a valid value.
## Source
This rule is automatically generated from [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs). If you are uncertain about the warning, check the following API schema referenced by this rule.
https://github.com/Azure/azure-rest-api-specs/tree/master/specification/botservice/resource-manager/Microsoft.BotService/preview/2021-05-01-preview/botservice.json

Просмотреть файл

@ -1,42 +0,0 @@
<!--- This file generated by `tools/apispec-rule-gen/main.go`. DO NOT EDIT --->
# azurerm_bot_connection_invalid_resource_group_name
Warns about values that appear to be invalid based on [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs).
In this rule, the string must match the regular expression `^[a-zA-Z0-9][a-zA-Z0-9_.-]*$``.
## Example
```hcl
resource "azurerm_bot_connection" "foo" {
resource_group_name = ... // invalid value
}
```
```
$ tflint
1 issue(s) found:
Error: "..." does not match valid pattern ^[a-zA-Z0-9][a-zA-Z0-9_.-]*$ (azurerm_bot_connection_invalid_resource_group_name)
on template.tf line 2:
2: resource_group_name = ... // invalid value
Reference: https://github.com/terraform-linters/tflint-ruleset-azurerm/blob/v0.1.0/docs/rules/azurerm_bot_connection_invalid_resource_group_name.md
```
## Why
Requests containing invalid values will return an error when calling the API by `terraform apply`.
## How to Fix
Replace the warned value with a valid value.
## Source
This rule is automatically generated from [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs). If you are uncertain about the warning, check the following API schema referenced by this rule.
https://github.com/Azure/azure-rest-api-specs/tree/master/specification/botservice/resource-manager/Microsoft.BotService/preview/2021-05-01-preview/botservice.json

Просмотреть файл

@ -1,42 +0,0 @@
<!--- This file generated by `tools/apispec-rule-gen/main.go`. DO NOT EDIT --->
# azurerm_bot_connection_invalid_resource_group_name
Warns about values that appear to be invalid based on [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs).
In this rule, the string must match the regular expression `^[a-zA-Z0-9][a-zA-Z0-9_.-]*$``.
## Example
```hcl
resource "azurerm_bot_connection" "foo" {
resource_group_name = ... // invalid value
}
```
```
$ tflint
1 issue(s) found:
Error: "..." does not match valid pattern ^[a-zA-Z0-9][a-zA-Z0-9_.-]*$ (azurerm_bot_connection_invalid_resource_group_name)
on template.tf line 2:
2: resource_group_name = ... // invalid value
Reference: https://github.com/terraform-linters/tflint-ruleset-azurerm/blob/v0.1.0/docs/rules/azurerm_bot_connection_invalid_resource_group_name.md
```
## Why
Requests containing invalid values will return an error when calling the API by `terraform apply`.
## How to Fix
Replace the warned value with a valid value.
## Source
This rule is automatically generated from [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs). If you are uncertain about the warning, check the following API schema referenced by this rule.
https://github.com/Azure/azure-rest-api-specs/tree/master/specification/botservice/resource-manager/Microsoft.BotService/preview/2021-05-01-preview/botservice.json

Просмотреть файл

@ -1,42 +0,0 @@
<!--- This file generated by `tools/apispec-rule-gen/main.go`. DO NOT EDIT --->
# azurerm_bot_web_app_invalid_name
Warns about values that appear to be invalid based on [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs).
In this rule, the string must match the regular expression `^[a-zA-Z0-9][a-zA-Z0-9_.-]*$``.
## Example
```hcl
resource "azurerm_bot_web_app" "foo" {
name = ... // invalid value
}
```
```
$ tflint
1 issue(s) found:
Error: "..." does not match valid pattern ^[a-zA-Z0-9][a-zA-Z0-9_.-]*$ (azurerm_bot_web_app_invalid_name)
on template.tf line 2:
2: name = ... // invalid value
Reference: https://github.com/terraform-linters/tflint-ruleset-azurerm/blob/v0.1.0/docs/rules/azurerm_bot_web_app_invalid_name.md
```
## Why
Requests containing invalid values will return an error when calling the API by `terraform apply`.
## How to Fix
Replace the warned value with a valid value.
## Source
This rule is automatically generated from [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs). If you are uncertain about the warning, check the following API schema referenced by this rule.
https://github.com/Azure/azure-rest-api-specs/tree/master/specification/botservice/resource-manager/Microsoft.BotService/preview/2021-05-01-preview/botservice.json

Просмотреть файл

@ -1,42 +0,0 @@
<!--- This file generated by `tools/apispec-rule-gen/main.go`. DO NOT EDIT --->
# azurerm_bot_web_app_invalid_name
Warns about values that appear to be invalid based on [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs).
In this rule, the string must match the regular expression `^[a-zA-Z0-9][a-zA-Z0-9_.-]*$``.
## Example
```hcl
resource "azurerm_bot_web_app" "foo" {
name = ... // invalid value
}
```
```
$ tflint
1 issue(s) found:
Error: "..." does not match valid pattern ^[a-zA-Z0-9][a-zA-Z0-9_.-]*$ (azurerm_bot_web_app_invalid_name)
on template.tf line 2:
2: name = ... // invalid value
Reference: https://github.com/terraform-linters/tflint-ruleset-azurerm/blob/v0.1.0/docs/rules/azurerm_bot_web_app_invalid_name.md
```
## Why
Requests containing invalid values will return an error when calling the API by `terraform apply`.
## How to Fix
Replace the warned value with a valid value.
## Source
This rule is automatically generated from [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs). If you are uncertain about the warning, check the following API schema referenced by this rule.
https://github.com/Azure/azure-rest-api-specs/tree/master/specification/botservice/resource-manager/Microsoft.BotService/preview/2021-05-01-preview/botservice.json

Просмотреть файл

@ -1,42 +0,0 @@
<!--- This file generated by `tools/apispec-rule-gen/main.go`. DO NOT EDIT --->
# azurerm_bot_web_app_invalid_resource_group_name
Warns about values that appear to be invalid based on [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs).
In this rule, the string must match the regular expression `^[a-zA-Z0-9][a-zA-Z0-9_.-]*$``.
## Example
```hcl
resource "azurerm_bot_web_app" "foo" {
resource_group_name = ... // invalid value
}
```
```
$ tflint
1 issue(s) found:
Error: "..." does not match valid pattern ^[a-zA-Z0-9][a-zA-Z0-9_.-]*$ (azurerm_bot_web_app_invalid_resource_group_name)
on template.tf line 2:
2: resource_group_name = ... // invalid value
Reference: https://github.com/terraform-linters/tflint-ruleset-azurerm/blob/v0.1.0/docs/rules/azurerm_bot_web_app_invalid_resource_group_name.md
```
## Why
Requests containing invalid values will return an error when calling the API by `terraform apply`.
## How to Fix
Replace the warned value with a valid value.
## Source
This rule is automatically generated from [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs). If you are uncertain about the warning, check the following API schema referenced by this rule.
https://github.com/Azure/azure-rest-api-specs/tree/master/specification/botservice/resource-manager/Microsoft.BotService/preview/2021-05-01-preview/botservice.json

Просмотреть файл

@ -1,42 +0,0 @@
<!--- This file generated by `tools/apispec-rule-gen/main.go`. DO NOT EDIT --->
# azurerm_bot_web_app_invalid_resource_group_name
Warns about values that appear to be invalid based on [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs).
In this rule, the string must match the regular expression `^[a-zA-Z0-9][a-zA-Z0-9_.-]*$``.
## Example
```hcl
resource "azurerm_bot_web_app" "foo" {
resource_group_name = ... // invalid value
}
```
```
$ tflint
1 issue(s) found:
Error: "..." does not match valid pattern ^[a-zA-Z0-9][a-zA-Z0-9_.-]*$ (azurerm_bot_web_app_invalid_resource_group_name)
on template.tf line 2:
2: resource_group_name = ... // invalid value
Reference: https://github.com/terraform-linters/tflint-ruleset-azurerm/blob/v0.1.0/docs/rules/azurerm_bot_web_app_invalid_resource_group_name.md
```
## Why
Requests containing invalid values will return an error when calling the API by `terraform apply`.
## How to Fix
Replace the warned value with a valid value.
## Source
This rule is automatically generated from [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs). If you are uncertain about the warning, check the following API schema referenced by this rule.
https://github.com/Azure/azure-rest-api-specs/tree/master/specification/botservice/resource-manager/Microsoft.BotService/preview/2021-05-01-preview/botservice.json

Просмотреть файл

@ -1,44 +0,0 @@
<!--- This file generated by `tools/apispec-rule-gen/main.go`. DO NOT EDIT --->
# azurerm_bot_web_app_invalid_sku
Warns about values that appear to be invalid based on [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs).
Allowed values are:
- F0
- S1
## Example
```hcl
resource "azurerm_bot_web_app" "foo" {
sku = ... // invalid value
}
```
```
$ tflint
1 issue(s) found:
Error: "..." is an invalid value as sku (azurerm_bot_web_app_invalid_sku)
on template.tf line 2:
2: sku = ... // invalid value
Reference: https://github.com/terraform-linters/tflint-ruleset-azurerm/blob/v0.1.0/docs/rules/azurerm_bot_web_app_invalid_sku.md
```
## Why
Requests containing invalid values will return an error when calling the API by `terraform apply`.
## How to Fix
Replace the warned value with a valid value.
## Source
This rule is automatically generated from [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs). If you are uncertain about the warning, check the following API schema referenced by this rule.
https://github.com/Azure/azure-rest-api-specs/tree/master/specification/botservice/resource-manager/Microsoft.BotService/preview/2021-05-01-preview/botservice.json

Просмотреть файл

@ -1,44 +0,0 @@
<!--- This file generated by `tools/apispec-rule-gen/main.go`. DO NOT EDIT --->
# azurerm_bot_web_app_invalid_sku
Warns about values that appear to be invalid based on [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs).
Allowed values are:
- F0
- S1
## Example
```hcl
resource "azurerm_bot_web_app" "foo" {
sku = ... // invalid value
}
```
```
$ tflint
1 issue(s) found:
Error: "..." is an invalid value as sku (azurerm_bot_web_app_invalid_sku)
on template.tf line 2:
2: sku = ... // invalid value
Reference: https://github.com/terraform-linters/tflint-ruleset-azurerm/blob/v0.1.0/docs/rules/azurerm_bot_web_app_invalid_sku.md
```
## Why
Requests containing invalid values will return an error when calling the API by `terraform apply`.
## How to Fix
Replace the warned value with a valid value.
## Source
This rule is automatically generated from [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs). If you are uncertain about the warning, check the following API schema referenced by this rule.
https://github.com/Azure/azure-rest-api-specs/tree/master/specification/botservice/resource-manager/Microsoft.BotService/preview/2021-05-01-preview/botservice.json

Просмотреть файл

@ -1,47 +0,0 @@
<!--- This file generated by `tools/apispec-rule-gen/main.go`. DO NOT EDIT --->
# azurerm_cdn_endpoint_invalid_optimization_type
Warns about values that appear to be invalid based on [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs).
Allowed values are:
- GeneralWebDelivery
- GeneralMediaStreaming
- VideoOnDemandMediaStreaming
- LargeFileDownload
- DynamicSiteAcceleration
## Example
```hcl
resource "azurerm_cdn_endpoint" "foo" {
optimization_type = ... // invalid value
}
```
```
$ tflint
1 issue(s) found:
Error: "..." is an invalid value as optimization_type (azurerm_cdn_endpoint_invalid_optimization_type)
on template.tf line 2:
2: optimization_type = ... // invalid value
Reference: https://github.com/terraform-linters/tflint-ruleset-azurerm/blob/v0.1.0/docs/rules/azurerm_cdn_endpoint_invalid_optimization_type.md
```
## Why
Requests containing invalid values will return an error when calling the API by `terraform apply`.
## How to Fix
Replace the warned value with a valid value.
## Source
This rule is automatically generated from [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs). If you are uncertain about the warning, check the following API schema referenced by this rule.
https://github.com/Azure/azure-rest-api-specs/tree/master/specification/cdn/resource-manager/Microsoft.Cdn/stable/2020-09-01/cdn.json

Просмотреть файл

@ -1,47 +0,0 @@
<!--- This file generated by `tools/apispec-rule-gen/main.go`. DO NOT EDIT --->
# azurerm_cdn_endpoint_invalid_optimization_type
Warns about values that appear to be invalid based on [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs).
Allowed values are:
- GeneralWebDelivery
- GeneralMediaStreaming
- VideoOnDemandMediaStreaming
- LargeFileDownload
- DynamicSiteAcceleration
## Example
```hcl
resource "azurerm_cdn_endpoint" "foo" {
optimization_type = ... // invalid value
}
```
```
$ tflint
1 issue(s) found:
Error: "..." is an invalid value as optimization_type (azurerm_cdn_endpoint_invalid_optimization_type)
on template.tf line 2:
2: optimization_type = ... // invalid value
Reference: https://github.com/terraform-linters/tflint-ruleset-azurerm/blob/v0.1.0/docs/rules/azurerm_cdn_endpoint_invalid_optimization_type.md
```
## Why
Requests containing invalid values will return an error when calling the API by `terraform apply`.
## How to Fix
Replace the warned value with a valid value.
## Source
This rule is automatically generated from [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs). If you are uncertain about the warning, check the following API schema referenced by this rule.
https://github.com/Azure/azure-rest-api-specs/tree/master/specification/cdn/resource-manager/Microsoft.Cdn/stable/2020-09-01/cdn.json

Просмотреть файл

@ -1,46 +0,0 @@
<!--- This file generated by `tools/apispec-rule-gen/main.go`. DO NOT EDIT --->
# azurerm_cdn_endpoint_invalid_querystring_caching_behaviour
Warns about values that appear to be invalid based on [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs).
Allowed values are:
- IgnoreQueryString
- BypassCaching
- UseQueryString
- NotSet
## Example
```hcl
resource "azurerm_cdn_endpoint" "foo" {
querystring_caching_behaviour = ... // invalid value
}
```
```
$ tflint
1 issue(s) found:
Error: "..." is an invalid value as querystring_caching_behaviour (azurerm_cdn_endpoint_invalid_querystring_caching_behaviour)
on template.tf line 2:
2: querystring_caching_behaviour = ... // invalid value
Reference: https://github.com/terraform-linters/tflint-ruleset-azurerm/blob/v0.1.0/docs/rules/azurerm_cdn_endpoint_invalid_querystring_caching_behaviour.md
```
## Why
Requests containing invalid values will return an error when calling the API by `terraform apply`.
## How to Fix
Replace the warned value with a valid value.
## Source
This rule is automatically generated from [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs). If you are uncertain about the warning, check the following API schema referenced by this rule.
https://github.com/Azure/azure-rest-api-specs/tree/master/specification/cdn/resource-manager/Microsoft.Cdn/stable/2020-09-01/cdn.json

Просмотреть файл

@ -1,46 +0,0 @@
<!--- This file generated by `tools/apispec-rule-gen/main.go`. DO NOT EDIT --->
# azurerm_cdn_endpoint_invalid_querystring_caching_behaviour
Warns about values that appear to be invalid based on [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs).
Allowed values are:
- IgnoreQueryString
- BypassCaching
- UseQueryString
- NotSet
## Example
```hcl
resource "azurerm_cdn_endpoint" "foo" {
querystring_caching_behaviour = ... // invalid value
}
```
```
$ tflint
1 issue(s) found:
Error: "..." is an invalid value as querystring_caching_behaviour (azurerm_cdn_endpoint_invalid_querystring_caching_behaviour)
on template.tf line 2:
2: querystring_caching_behaviour = ... // invalid value
Reference: https://github.com/terraform-linters/tflint-ruleset-azurerm/blob/v0.1.0/docs/rules/azurerm_cdn_endpoint_invalid_querystring_caching_behaviour.md
```
## Why
Requests containing invalid values will return an error when calling the API by `terraform apply`.
## How to Fix
Replace the warned value with a valid value.
## Source
This rule is automatically generated from [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs). If you are uncertain about the warning, check the following API schema referenced by this rule.
https://github.com/Azure/azure-rest-api-specs/tree/master/specification/cdn/resource-manager/Microsoft.Cdn/stable/2020-09-01/cdn.json

Просмотреть файл

@ -1,42 +0,0 @@
<!--- This file generated by `tools/apispec-rule-gen/main.go`. DO NOT EDIT --->
# azurerm_cdn_endpoint_invalid_resource_group_name
Warns about values that appear to be invalid based on [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs).
In this rule, the string must match the regular expression `^[-\w\._\(\)]+$``.
## Example
```hcl
resource "azurerm_cdn_endpoint" "foo" {
resource_group_name = ... // invalid value
}
```
```
$ tflint
1 issue(s) found:
Error: "..." does not match valid pattern ^[-\w\._\(\)]+$ (azurerm_cdn_endpoint_invalid_resource_group_name)
on template.tf line 2:
2: resource_group_name = ... // invalid value
Reference: https://github.com/terraform-linters/tflint-ruleset-azurerm/blob/v0.1.0/docs/rules/azurerm_cdn_endpoint_invalid_resource_group_name.md
```
## Why
Requests containing invalid values will return an error when calling the API by `terraform apply`.
## How to Fix
Replace the warned value with a valid value.
## Source
This rule is automatically generated from [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs). If you are uncertain about the warning, check the following API schema referenced by this rule.
https://github.com/Azure/azure-rest-api-specs/tree/master/specification/cdn/resource-manager/Microsoft.Cdn/stable/2020-09-01/cdn.json

Просмотреть файл

@ -1,42 +0,0 @@
<!--- This file generated by `tools/apispec-rule-gen/main.go`. DO NOT EDIT --->
# azurerm_cdn_endpoint_invalid_resource_group_name
Warns about values that appear to be invalid based on [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs).
In this rule, the string must match the regular expression `^[-\w\._\(\)]+$``.
## Example
```hcl
resource "azurerm_cdn_endpoint" "foo" {
resource_group_name = ... // invalid value
}
```
```
$ tflint
1 issue(s) found:
Error: "..." does not match valid pattern ^[-\w\._\(\)]+$ (azurerm_cdn_endpoint_invalid_resource_group_name)
on template.tf line 2:
2: resource_group_name = ... // invalid value
Reference: https://github.com/terraform-linters/tflint-ruleset-azurerm/blob/v0.1.0/docs/rules/azurerm_cdn_endpoint_invalid_resource_group_name.md
```
## Why
Requests containing invalid values will return an error when calling the API by `terraform apply`.
## How to Fix
Replace the warned value with a valid value.
## Source
This rule is automatically generated from [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs). If you are uncertain about the warning, check the following API schema referenced by this rule.
https://github.com/Azure/azure-rest-api-specs/tree/master/specification/cdn/resource-manager/Microsoft.Cdn/stable/2020-09-01/cdn.json

Просмотреть файл

@ -1,42 +0,0 @@
<!--- This file generated by `tools/apispec-rule-gen/main.go`. DO NOT EDIT --->
# azurerm_cdn_profile_invalid_resource_group_name
Warns about values that appear to be invalid based on [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs).
In this rule, the string must match the regular expression `^[-\w\._\(\)]+$``.
## Example
```hcl
resource "azurerm_cdn_profile" "foo" {
resource_group_name = ... // invalid value
}
```
```
$ tflint
1 issue(s) found:
Error: "..." does not match valid pattern ^[-\w\._\(\)]+$ (azurerm_cdn_profile_invalid_resource_group_name)
on template.tf line 2:
2: resource_group_name = ... // invalid value
Reference: https://github.com/terraform-linters/tflint-ruleset-azurerm/blob/v0.1.0/docs/rules/azurerm_cdn_profile_invalid_resource_group_name.md
```
## Why
Requests containing invalid values will return an error when calling the API by `terraform apply`.
## How to Fix
Replace the warned value with a valid value.
## Source
This rule is automatically generated from [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs). If you are uncertain about the warning, check the following API schema referenced by this rule.
https://github.com/Azure/azure-rest-api-specs/tree/master/specification/cdn/resource-manager/Microsoft.Cdn/stable/2020-09-01/cdn.json

Просмотреть файл

@ -1,42 +0,0 @@
<!--- This file generated by `tools/apispec-rule-gen/main.go`. DO NOT EDIT --->
# azurerm_cdn_profile_invalid_resource_group_name
Warns about values that appear to be invalid based on [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs).
In this rule, the string must match the regular expression `^[-\w\._\(\)]+$``.
## Example
```hcl
resource "azurerm_cdn_profile" "foo" {
resource_group_name = ... // invalid value
}
```
```
$ tflint
1 issue(s) found:
Error: "..." does not match valid pattern ^[-\w\._\(\)]+$ (azurerm_cdn_profile_invalid_resource_group_name)
on template.tf line 2:
2: resource_group_name = ... // invalid value
Reference: https://github.com/terraform-linters/tflint-ruleset-azurerm/blob/v0.1.0/docs/rules/azurerm_cdn_profile_invalid_resource_group_name.md
```
## Why
Requests containing invalid values will return an error when calling the API by `terraform apply`.
## How to Fix
Replace the warned value with a valid value.
## Source
This rule is automatically generated from [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs). If you are uncertain about the warning, check the following API schema referenced by this rule.
https://github.com/Azure/azure-rest-api-specs/tree/master/specification/cdn/resource-manager/Microsoft.Cdn/stable/2020-09-01/cdn.json

Просмотреть файл

@ -1,56 +0,0 @@
<!--- This file generated by `tools/apispec-rule-gen/main.go`. DO NOT EDIT --->
# azurerm_cdn_profile_invalid_sku
Warns about values that appear to be invalid based on [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs).
Allowed values are:
- Standard_Verizon
- Premium_Verizon
- Custom_Verizon
- Standard_Akamai
- Standard_ChinaCdn
- Standard_Microsoft
- Premium_ChinaCdn
- Standard_AzureFrontDoor
- Premium_AzureFrontDoor
- Standard_955BandWidth_ChinaCdn
- Standard_AvgBandWidth_ChinaCdn
- StandardPlus_ChinaCdn
- StandardPlus_955BandWidth_ChinaCdn
- StandardPlus_AvgBandWidth_ChinaCdn
## Example
```hcl
resource "azurerm_cdn_profile" "foo" {
sku = ... // invalid value
}
```
```
$ tflint
1 issue(s) found:
Error: "..." is an invalid value as sku (azurerm_cdn_profile_invalid_sku)
on template.tf line 2:
2: sku = ... // invalid value
Reference: https://github.com/terraform-linters/tflint-ruleset-azurerm/blob/v0.1.0/docs/rules/azurerm_cdn_profile_invalid_sku.md
```
## Why
Requests containing invalid values will return an error when calling the API by `terraform apply`.
## How to Fix
Replace the warned value with a valid value.
## Source
This rule is automatically generated from [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs). If you are uncertain about the warning, check the following API schema referenced by this rule.
https://github.com/Azure/azure-rest-api-specs/tree/master/specification/cdn/resource-manager/Microsoft.Cdn/stable/2020-09-01/cdn.json

Просмотреть файл

@ -1,56 +0,0 @@
<!--- This file generated by `tools/apispec-rule-gen/main.go`. DO NOT EDIT --->
# azurerm_cdn_profile_invalid_sku
Warns about values that appear to be invalid based on [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs).
Allowed values are:
- Standard_Verizon
- Premium_Verizon
- Custom_Verizon
- Standard_Akamai
- Standard_ChinaCdn
- Standard_Microsoft
- Premium_ChinaCdn
- Standard_AzureFrontDoor
- Premium_AzureFrontDoor
- Standard_955BandWidth_ChinaCdn
- Standard_AvgBandWidth_ChinaCdn
- StandardPlus_ChinaCdn
- StandardPlus_955BandWidth_ChinaCdn
- StandardPlus_AvgBandWidth_ChinaCdn
## Example
```hcl
resource "azurerm_cdn_profile" "foo" {
sku = ... // invalid value
}
```
```
$ tflint
1 issue(s) found:
Error: "..." is an invalid value as sku (azurerm_cdn_profile_invalid_sku)
on template.tf line 2:
2: sku = ... // invalid value
Reference: https://github.com/terraform-linters/tflint-ruleset-azurerm/blob/v0.1.0/docs/rules/azurerm_cdn_profile_invalid_sku.md
```
## Why
Requests containing invalid values will return an error when calling the API by `terraform apply`.
## How to Fix
Replace the warned value with a valid value.
## Source
This rule is automatically generated from [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs). If you are uncertain about the warning, check the following API schema referenced by this rule.
https://github.com/Azure/azure-rest-api-specs/tree/master/specification/cdn/resource-manager/Microsoft.Cdn/stable/2020-09-01/cdn.json

Просмотреть файл

@ -1,42 +0,0 @@
<!--- This file generated by `tools/apispec-rule-gen/main.go`. DO NOT EDIT --->
# azurerm_cognitive_account_invalid_name
Warns about values that appear to be invalid based on [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs).
In this rule, the string must match the regular expression `^[a-zA-Z0-9][a-zA-Z0-9_.-]*$``.
## Example
```hcl
resource "azurerm_cognitive_account" "foo" {
name = ... // invalid value
}
```
```
$ tflint
1 issue(s) found:
Error: "..." does not match valid pattern ^[a-zA-Z0-9][a-zA-Z0-9_.-]*$ (azurerm_cognitive_account_invalid_name)
on template.tf line 2:
2: name = ... // invalid value
Reference: https://github.com/terraform-linters/tflint-ruleset-azurerm/blob/v0.1.0/docs/rules/azurerm_cognitive_account_invalid_name.md
```
## Why
Requests containing invalid values will return an error when calling the API by `terraform apply`.
## How to Fix
Replace the warned value with a valid value.
## Source
This rule is automatically generated from [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs). If you are uncertain about the warning, check the following API schema referenced by this rule.
https://github.com/Azure/azure-rest-api-specs/tree/master/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2021-04-30/cognitiveservices.json

Просмотреть файл

@ -1,42 +0,0 @@
<!--- This file generated by `tools/apispec-rule-gen/main.go`. DO NOT EDIT --->
# azurerm_cognitive_account_invalid_name
Warns about values that appear to be invalid based on [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs).
In this rule, the string must match the regular expression `^[a-zA-Z0-9][a-zA-Z0-9_.-]*$``.
## Example
```hcl
resource "azurerm_cognitive_account" "foo" {
name = ... // invalid value
}
```
```
$ tflint
1 issue(s) found:
Error: "..." does not match valid pattern ^[a-zA-Z0-9][a-zA-Z0-9_.-]*$ (azurerm_cognitive_account_invalid_name)
on template.tf line 2:
2: name = ... // invalid value
Reference: https://github.com/terraform-linters/tflint-ruleset-azurerm/blob/v0.1.0/docs/rules/azurerm_cognitive_account_invalid_name.md
```
## Why
Requests containing invalid values will return an error when calling the API by `terraform apply`.
## How to Fix
Replace the warned value with a valid value.
## Source
This rule is automatically generated from [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs). If you are uncertain about the warning, check the following API schema referenced by this rule.
https://github.com/Azure/azure-rest-api-specs/tree/master/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2021-04-30/cognitiveservices.json

Просмотреть файл

@ -1,44 +0,0 @@
<!--- This file generated by `tools/apispec-rule-gen/main.go`. DO NOT EDIT --->
# azurerm_container_group_invalid_ip_address_type
Warns about values that appear to be invalid based on [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs).
Allowed values are:
- Public
- Private
## Example
```hcl
resource "azurerm_container_group" "foo" {
ip_address_type = ... // invalid value
}
```
```
$ tflint
1 issue(s) found:
Error: "..." is an invalid value as ip_address_type (azurerm_container_group_invalid_ip_address_type)
on template.tf line 2:
2: ip_address_type = ... // invalid value
Reference: https://github.com/terraform-linters/tflint-ruleset-azurerm/blob/v0.1.0/docs/rules/azurerm_container_group_invalid_ip_address_type.md
```
## Why
Requests containing invalid values will return an error when calling the API by `terraform apply`.
## How to Fix
Replace the warned value with a valid value.
## Source
This rule is automatically generated from [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs). If you are uncertain about the warning, check the following API schema referenced by this rule.
https://github.com/Azure/azure-rest-api-specs/tree/master/specification/containerinstance/resource-manager/Microsoft.ContainerInstance/stable/2019-12-01/containerInstance.json

Просмотреть файл

@ -1,44 +0,0 @@
<!--- This file generated by `tools/apispec-rule-gen/main.go`. DO NOT EDIT --->
# azurerm_container_group_invalid_ip_address_type
Warns about values that appear to be invalid based on [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs).
Allowed values are:
- Public
- Private
## Example
```hcl
resource "azurerm_container_group" "foo" {
ip_address_type = ... // invalid value
}
```
```
$ tflint
1 issue(s) found:
Error: "..." is an invalid value as ip_address_type (azurerm_container_group_invalid_ip_address_type)
on template.tf line 2:
2: ip_address_type = ... // invalid value
Reference: https://github.com/terraform-linters/tflint-ruleset-azurerm/blob/v0.1.0/docs/rules/azurerm_container_group_invalid_ip_address_type.md
```
## Why
Requests containing invalid values will return an error when calling the API by `terraform apply`.
## How to Fix
Replace the warned value with a valid value.
## Source
This rule is automatically generated from [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs). If you are uncertain about the warning, check the following API schema referenced by this rule.
https://github.com/Azure/azure-rest-api-specs/tree/master/specification/containerinstance/resource-manager/Microsoft.ContainerInstance/stable/2019-12-01/containerInstance.json

Просмотреть файл

@ -1,42 +0,0 @@
<!--- This file generated by `tools/apispec-rule-gen/main.go`. DO NOT EDIT --->
# azurerm_container_registry_invalid_name
Warns about values that appear to be invalid based on [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs).
In this rule, the string must match the regular expression `^[a-zA-Z0-9]*$``.
## Example
```hcl
resource "azurerm_container_registry" "foo" {
name = ... // invalid value
}
```
```
$ tflint
1 issue(s) found:
Error: "..." does not match valid pattern ^[a-zA-Z0-9]*$ (azurerm_container_registry_invalid_name)
on template.tf line 2:
2: name = ... // invalid value
Reference: https://github.com/terraform-linters/tflint-ruleset-azurerm/blob/v0.1.0/docs/rules/azurerm_container_registry_invalid_name.md
```
## Why
Requests containing invalid values will return an error when calling the API by `terraform apply`.
## How to Fix
Replace the warned value with a valid value.
## Source
This rule is automatically generated from [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs). If you are uncertain about the warning, check the following API schema referenced by this rule.
https://github.com/Azure/azure-rest-api-specs/tree/master/specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/preview/2021-08-01-preview/containerregistry.json

Просмотреть файл

@ -1,42 +0,0 @@
<!--- This file generated by `tools/apispec-rule-gen/main.go`. DO NOT EDIT --->
# azurerm_container_registry_invalid_name
Warns about values that appear to be invalid based on [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs).
In this rule, the string must match the regular expression `^[a-zA-Z0-9]*$``.
## Example
```hcl
resource "azurerm_container_registry" "foo" {
name = ... // invalid value
}
```
```
$ tflint
1 issue(s) found:
Error: "..." does not match valid pattern ^[a-zA-Z0-9]*$ (azurerm_container_registry_invalid_name)
on template.tf line 2:
2: name = ... // invalid value
Reference: https://github.com/terraform-linters/tflint-ruleset-azurerm/blob/v0.1.0/docs/rules/azurerm_container_registry_invalid_name.md
```
## Why
Requests containing invalid values will return an error when calling the API by `terraform apply`.
## How to Fix
Replace the warned value with a valid value.
## Source
This rule is automatically generated from [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs). If you are uncertain about the warning, check the following API schema referenced by this rule.
https://github.com/Azure/azure-rest-api-specs/tree/master/specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/preview/2021-08-01-preview/containerregistry.json

Просмотреть файл

@ -1,46 +0,0 @@
<!--- This file generated by `tools/apispec-rule-gen/main.go`. DO NOT EDIT --->
# azurerm_container_registry_invalid_sku
Warns about values that appear to be invalid based on [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs).
Allowed values are:
- Classic
- Basic
- Standard
- Premium
## Example
```hcl
resource "azurerm_container_registry" "foo" {
sku = ... // invalid value
}
```
```
$ tflint
1 issue(s) found:
Error: "..." is an invalid value as sku (azurerm_container_registry_invalid_sku)
on template.tf line 2:
2: sku = ... // invalid value
Reference: https://github.com/terraform-linters/tflint-ruleset-azurerm/blob/v0.1.0/docs/rules/azurerm_container_registry_invalid_sku.md
```
## Why
Requests containing invalid values will return an error when calling the API by `terraform apply`.
## How to Fix
Replace the warned value with a valid value.
## Source
This rule is automatically generated from [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs). If you are uncertain about the warning, check the following API schema referenced by this rule.
https://github.com/Azure/azure-rest-api-specs/tree/master/specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/preview/2021-08-01-preview/containerregistry.json

Просмотреть файл

@ -1,46 +0,0 @@
<!--- This file generated by `tools/apispec-rule-gen/main.go`. DO NOT EDIT --->
# azurerm_container_registry_invalid_sku
Warns about values that appear to be invalid based on [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs).
Allowed values are:
- Classic
- Basic
- Standard
- Premium
## Example
```hcl
resource "azurerm_container_registry" "foo" {
sku = ... // invalid value
}
```
```
$ tflint
1 issue(s) found:
Error: "..." is an invalid value as sku (azurerm_container_registry_invalid_sku)
on template.tf line 2:
2: sku = ... // invalid value
Reference: https://github.com/terraform-linters/tflint-ruleset-azurerm/blob/v0.1.0/docs/rules/azurerm_container_registry_invalid_sku.md
```
## Why
Requests containing invalid values will return an error when calling the API by `terraform apply`.
## How to Fix
Replace the warned value with a valid value.
## Source
This rule is automatically generated from [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs). If you are uncertain about the warning, check the following API schema referenced by this rule.
https://github.com/Azure/azure-rest-api-specs/tree/master/specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/preview/2021-08-01-preview/containerregistry.json

Просмотреть файл

@ -1,42 +0,0 @@
<!--- This file generated by `tools/apispec-rule-gen/main.go`. DO NOT EDIT --->
# azurerm_container_registry_webhook_invalid_name
Warns about values that appear to be invalid based on [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs).
In this rule, the string must match the regular expression `^[a-zA-Z0-9]*$``.
## Example
```hcl
resource "azurerm_container_registry_webhook" "foo" {
name = ... // invalid value
}
```
```
$ tflint
1 issue(s) found:
Error: "..." does not match valid pattern ^[a-zA-Z0-9]*$ (azurerm_container_registry_webhook_invalid_name)
on template.tf line 2:
2: name = ... // invalid value
Reference: https://github.com/terraform-linters/tflint-ruleset-azurerm/blob/v0.1.0/docs/rules/azurerm_container_registry_webhook_invalid_name.md
```
## Why
Requests containing invalid values will return an error when calling the API by `terraform apply`.
## How to Fix
Replace the warned value with a valid value.
## Source
This rule is automatically generated from [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs). If you are uncertain about the warning, check the following API schema referenced by this rule.
https://github.com/Azure/azure-rest-api-specs/tree/master/specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/preview/2021-08-01-preview/containerregistry.json

Просмотреть файл

@ -1,42 +0,0 @@
<!--- This file generated by `tools/apispec-rule-gen/main.go`. DO NOT EDIT --->
# azurerm_container_registry_webhook_invalid_name
Warns about values that appear to be invalid based on [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs).
In this rule, the string must match the regular expression `^[a-zA-Z0-9]*$``.
## Example
```hcl
resource "azurerm_container_registry_webhook" "foo" {
name = ... // invalid value
}
```
```
$ tflint
1 issue(s) found:
Error: "..." does not match valid pattern ^[a-zA-Z0-9]*$ (azurerm_container_registry_webhook_invalid_name)
on template.tf line 2:
2: name = ... // invalid value
Reference: https://github.com/terraform-linters/tflint-ruleset-azurerm/blob/v0.1.0/docs/rules/azurerm_container_registry_webhook_invalid_name.md
```
## Why
Requests containing invalid values will return an error when calling the API by `terraform apply`.
## How to Fix
Replace the warned value with a valid value.
## Source
This rule is automatically generated from [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs). If you are uncertain about the warning, check the following API schema referenced by this rule.
https://github.com/Azure/azure-rest-api-specs/tree/master/specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/preview/2021-08-01-preview/containerregistry.json

Просмотреть файл

@ -1,42 +0,0 @@
<!--- This file generated by `tools/apispec-rule-gen/main.go`. DO NOT EDIT --->
# azurerm_container_registry_webhook_invalid_registry_name
Warns about values that appear to be invalid based on [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs).
In this rule, the string must match the regular expression `^[a-zA-Z0-9]*$``.
## Example
```hcl
resource "azurerm_container_registry_webhook" "foo" {
registry_name = ... // invalid value
}
```
```
$ tflint
1 issue(s) found:
Error: "..." does not match valid pattern ^[a-zA-Z0-9]*$ (azurerm_container_registry_webhook_invalid_registry_name)
on template.tf line 2:
2: registry_name = ... // invalid value
Reference: https://github.com/terraform-linters/tflint-ruleset-azurerm/blob/v0.1.0/docs/rules/azurerm_container_registry_webhook_invalid_registry_name.md
```
## Why
Requests containing invalid values will return an error when calling the API by `terraform apply`.
## How to Fix
Replace the warned value with a valid value.
## Source
This rule is automatically generated from [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs). If you are uncertain about the warning, check the following API schema referenced by this rule.
https://github.com/Azure/azure-rest-api-specs/tree/master/specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/preview/2021-08-01-preview/containerregistry.json

Просмотреть файл

@ -1,42 +0,0 @@
<!--- This file generated by `tools/apispec-rule-gen/main.go`. DO NOT EDIT --->
# azurerm_container_registry_webhook_invalid_registry_name
Warns about values that appear to be invalid based on [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs).
In this rule, the string must match the regular expression `^[a-zA-Z0-9]*$``.
## Example
```hcl
resource "azurerm_container_registry_webhook" "foo" {
registry_name = ... // invalid value
}
```
```
$ tflint
1 issue(s) found:
Error: "..." does not match valid pattern ^[a-zA-Z0-9]*$ (azurerm_container_registry_webhook_invalid_registry_name)
on template.tf line 2:
2: registry_name = ... // invalid value
Reference: https://github.com/terraform-linters/tflint-ruleset-azurerm/blob/v0.1.0/docs/rules/azurerm_container_registry_webhook_invalid_registry_name.md
```
## Why
Requests containing invalid values will return an error when calling the API by `terraform apply`.
## How to Fix
Replace the warned value with a valid value.
## Source
This rule is automatically generated from [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs). If you are uncertain about the warning, check the following API schema referenced by this rule.
https://github.com/Azure/azure-rest-api-specs/tree/master/specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/preview/2021-08-01-preview/containerregistry.json

Просмотреть файл

@ -1,44 +0,0 @@
<!--- This file generated by `tools/apispec-rule-gen/main.go`. DO NOT EDIT --->
# azurerm_container_registry_webhook_invalid_status
Warns about values that appear to be invalid based on [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs).
Allowed values are:
- enabled
- disabled
## Example
```hcl
resource "azurerm_container_registry_webhook" "foo" {
status = ... // invalid value
}
```
```
$ tflint
1 issue(s) found:
Error: "..." is an invalid value as status (azurerm_container_registry_webhook_invalid_status)
on template.tf line 2:
2: status = ... // invalid value
Reference: https://github.com/terraform-linters/tflint-ruleset-azurerm/blob/v0.1.0/docs/rules/azurerm_container_registry_webhook_invalid_status.md
```
## Why
Requests containing invalid values will return an error when calling the API by `terraform apply`.
## How to Fix
Replace the warned value with a valid value.
## Source
This rule is automatically generated from [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs). If you are uncertain about the warning, check the following API schema referenced by this rule.
https://github.com/Azure/azure-rest-api-specs/tree/master/specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/preview/2021-08-01-preview/containerregistry.json

Просмотреть файл

@ -1,44 +0,0 @@
<!--- This file generated by `tools/apispec-rule-gen/main.go`. DO NOT EDIT --->
# azurerm_container_registry_webhook_invalid_status
Warns about values that appear to be invalid based on [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs).
Allowed values are:
- enabled
- disabled
## Example
```hcl
resource "azurerm_container_registry_webhook" "foo" {
status = ... // invalid value
}
```
```
$ tflint
1 issue(s) found:
Error: "..." is an invalid value as status (azurerm_container_registry_webhook_invalid_status)
on template.tf line 2:
2: status = ... // invalid value
Reference: https://github.com/terraform-linters/tflint-ruleset-azurerm/blob/v0.1.0/docs/rules/azurerm_container_registry_webhook_invalid_status.md
```
## Why
Requests containing invalid values will return an error when calling the API by `terraform apply`.
## How to Fix
Replace the warned value with a valid value.
## Source
This rule is automatically generated from [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs). If you are uncertain about the warning, check the following API schema referenced by this rule.
https://github.com/Azure/azure-rest-api-specs/tree/master/specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/preview/2021-08-01-preview/containerregistry.json

Просмотреть файл

@ -1,45 +0,0 @@
<!--- This file generated by `tools/apispec-rule-gen/main.go`. DO NOT EDIT --->
# azurerm_cosmosdb_account_invalid_kind
Warns about values that appear to be invalid based on [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs).
Allowed values are:
- GlobalDocumentDB
- MongoDB
- Parse
## Example
```hcl
resource "azurerm_cosmosdb_account" "foo" {
kind = ... // invalid value
}
```
```
$ tflint
1 issue(s) found:
Error: "..." is an invalid value as kind (azurerm_cosmosdb_account_invalid_kind)
on template.tf line 2:
2: kind = ... // invalid value
Reference: https://github.com/terraform-linters/tflint-ruleset-azurerm/blob/v0.1.0/docs/rules/azurerm_cosmosdb_account_invalid_kind.md
```
## Why
Requests containing invalid values will return an error when calling the API by `terraform apply`.
## How to Fix
Replace the warned value with a valid value.
## Source
This rule is automatically generated from [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs). If you are uncertain about the warning, check the following API schema referenced by this rule.
https://github.com/Azure/azure-rest-api-specs/tree/master/specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2021-10-15/cosmos-db.json

Просмотреть файл

@ -1,45 +0,0 @@
<!--- This file generated by `tools/apispec-rule-gen/main.go`. DO NOT EDIT --->
# azurerm_cosmosdb_account_invalid_kind
Warns about values that appear to be invalid based on [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs).
Allowed values are:
- GlobalDocumentDB
- MongoDB
- Parse
## Example
```hcl
resource "azurerm_cosmosdb_account" "foo" {
kind = ... // invalid value
}
```
```
$ tflint
1 issue(s) found:
Error: "..." is an invalid value as kind (azurerm_cosmosdb_account_invalid_kind)
on template.tf line 2:
2: kind = ... // invalid value
Reference: https://github.com/terraform-linters/tflint-ruleset-azurerm/blob/v0.1.0/docs/rules/azurerm_cosmosdb_account_invalid_kind.md
```
## Why
Requests containing invalid values will return an error when calling the API by `terraform apply`.
## How to Fix
Replace the warned value with a valid value.
## Source
This rule is automatically generated from [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs). If you are uncertain about the warning, check the following API schema referenced by this rule.
https://github.com/Azure/azure-rest-api-specs/tree/master/specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2021-10-15/cosmos-db.json

Просмотреть файл

@ -1,42 +0,0 @@
<!--- This file generated by `tools/apispec-rule-gen/main.go`. DO NOT EDIT --->
# azurerm_cosmosdb_account_invalid_name
Warns about values that appear to be invalid based on [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs).
In this rule, the string must match the regular expression `^[a-z0-9]+(-[a-z0-9]+)*``.
## Example
```hcl
resource "azurerm_cosmosdb_account" "foo" {
name = ... // invalid value
}
```
```
$ tflint
1 issue(s) found:
Error: "..." does not match valid pattern ^[a-z0-9]+(-[a-z0-9]+)* (azurerm_cosmosdb_account_invalid_name)
on template.tf line 2:
2: name = ... // invalid value
Reference: https://github.com/terraform-linters/tflint-ruleset-azurerm/blob/v0.1.0/docs/rules/azurerm_cosmosdb_account_invalid_name.md
```
## Why
Requests containing invalid values will return an error when calling the API by `terraform apply`.
## How to Fix
Replace the warned value with a valid value.
## Source
This rule is automatically generated from [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs). If you are uncertain about the warning, check the following API schema referenced by this rule.
https://github.com/Azure/azure-rest-api-specs/tree/master/specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2021-10-15/cosmos-db.json

Просмотреть файл

@ -1,42 +0,0 @@
<!--- This file generated by `tools/apispec-rule-gen/main.go`. DO NOT EDIT --->
# azurerm_cosmosdb_account_invalid_name
Warns about values that appear to be invalid based on [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs).
In this rule, the string must match the regular expression `^[a-z0-9]+(-[a-z0-9]+)*``.
## Example
```hcl
resource "azurerm_cosmosdb_account" "foo" {
name = ... // invalid value
}
```
```
$ tflint
1 issue(s) found:
Error: "..." does not match valid pattern ^[a-z0-9]+(-[a-z0-9]+)* (azurerm_cosmosdb_account_invalid_name)
on template.tf line 2:
2: name = ... // invalid value
Reference: https://github.com/terraform-linters/tflint-ruleset-azurerm/blob/v0.1.0/docs/rules/azurerm_cosmosdb_account_invalid_name.md
```
## Why
Requests containing invalid values will return an error when calling the API by `terraform apply`.
## How to Fix
Replace the warned value with a valid value.
## Source
This rule is automatically generated from [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs). If you are uncertain about the warning, check the following API schema referenced by this rule.
https://github.com/Azure/azure-rest-api-specs/tree/master/specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2021-10-15/cosmos-db.json

Просмотреть файл

@ -1,43 +0,0 @@
<!--- This file generated by `tools/apispec-rule-gen/main.go`. DO NOT EDIT --->
# azurerm_cosmosdb_account_invalid_offer_type
Warns about values that appear to be invalid based on [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs).
Allowed values are:
- Standard
## Example
```hcl
resource "azurerm_cosmosdb_account" "foo" {
offer_type = ... // invalid value
}
```
```
$ tflint
1 issue(s) found:
Error: "..." is an invalid value as offer_type (azurerm_cosmosdb_account_invalid_offer_type)
on template.tf line 2:
2: offer_type = ... // invalid value
Reference: https://github.com/terraform-linters/tflint-ruleset-azurerm/blob/v0.1.0/docs/rules/azurerm_cosmosdb_account_invalid_offer_type.md
```
## Why
Requests containing invalid values will return an error when calling the API by `terraform apply`.
## How to Fix
Replace the warned value with a valid value.
## Source
This rule is automatically generated from [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs). If you are uncertain about the warning, check the following API schema referenced by this rule.
https://github.com/Azure/azure-rest-api-specs/tree/master/specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2021-10-15/cosmos-db.json

Просмотреть файл

@ -1,43 +0,0 @@
<!--- This file generated by `tools/apispec-rule-gen/main.go`. DO NOT EDIT --->
# azurerm_cosmosdb_account_invalid_offer_type
Warns about values that appear to be invalid based on [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs).
Allowed values are:
- Standard
## Example
```hcl
resource "azurerm_cosmosdb_account" "foo" {
offer_type = ... // invalid value
}
```
```
$ tflint
1 issue(s) found:
Error: "..." is an invalid value as offer_type (azurerm_cosmosdb_account_invalid_offer_type)
on template.tf line 2:
2: offer_type = ... // invalid value
Reference: https://github.com/terraform-linters/tflint-ruleset-azurerm/blob/v0.1.0/docs/rules/azurerm_cosmosdb_account_invalid_offer_type.md
```
## Why
Requests containing invalid values will return an error when calling the API by `terraform apply`.
## How to Fix
Replace the warned value with a valid value.
## Source
This rule is automatically generated from [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs). If you are uncertain about the warning, check the following API schema referenced by this rule.
https://github.com/Azure/azure-rest-api-specs/tree/master/specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2021-10-15/cosmos-db.json

Просмотреть файл

@ -1,42 +0,0 @@
<!--- This file generated by `tools/apispec-rule-gen/main.go`. DO NOT EDIT --->
# azurerm_cosmosdb_account_invalid_resource_group_name
Warns about values that appear to be invalid based on [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs).
In this rule, the string must match the regular expression `^[-\w\._\(\)]+$``.
## Example
```hcl
resource "azurerm_cosmosdb_account" "foo" {
resource_group_name = ... // invalid value
}
```
```
$ tflint
1 issue(s) found:
Error: "..." does not match valid pattern ^[-\w\._\(\)]+$ (azurerm_cosmosdb_account_invalid_resource_group_name)
on template.tf line 2:
2: resource_group_name = ... // invalid value
Reference: https://github.com/terraform-linters/tflint-ruleset-azurerm/blob/v0.1.0/docs/rules/azurerm_cosmosdb_account_invalid_resource_group_name.md
```
## Why
Requests containing invalid values will return an error when calling the API by `terraform apply`.
## How to Fix
Replace the warned value with a valid value.
## Source
This rule is automatically generated from [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs). If you are uncertain about the warning, check the following API schema referenced by this rule.
https://github.com/Azure/azure-rest-api-specs/tree/master/specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2021-10-15/cosmos-db.json

Просмотреть файл

@ -1,42 +0,0 @@
<!--- This file generated by `tools/apispec-rule-gen/main.go`. DO NOT EDIT --->
# azurerm_cosmosdb_account_invalid_resource_group_name
Warns about values that appear to be invalid based on [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs).
In this rule, the string must match the regular expression `^[-\w\._\(\)]+$``.
## Example
```hcl
resource "azurerm_cosmosdb_account" "foo" {
resource_group_name = ... // invalid value
}
```
```
$ tflint
1 issue(s) found:
Error: "..." does not match valid pattern ^[-\w\._\(\)]+$ (azurerm_cosmosdb_account_invalid_resource_group_name)
on template.tf line 2:
2: resource_group_name = ... // invalid value
Reference: https://github.com/terraform-linters/tflint-ruleset-azurerm/blob/v0.1.0/docs/rules/azurerm_cosmosdb_account_invalid_resource_group_name.md
```
## Why
Requests containing invalid values will return an error when calling the API by `terraform apply`.
## How to Fix
Replace the warned value with a valid value.
## Source
This rule is automatically generated from [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs). If you are uncertain about the warning, check the following API schema referenced by this rule.
https://github.com/Azure/azure-rest-api-specs/tree/master/specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2021-10-15/cosmos-db.json

Просмотреть файл

@ -1,42 +0,0 @@
<!--- This file generated by `tools/apispec-rule-gen/main.go`. DO NOT EDIT --->
# azurerm_cosmosdb_cassandra_keyspace_invalid_account_name
Warns about values that appear to be invalid based on [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs).
In this rule, the string must match the regular expression `^[a-z0-9]+(-[a-z0-9]+)*``.
## Example
```hcl
resource "azurerm_cosmosdb_cassandra_keyspace" "foo" {
account_name = ... // invalid value
}
```
```
$ tflint
1 issue(s) found:
Error: "..." does not match valid pattern ^[a-z0-9]+(-[a-z0-9]+)* (azurerm_cosmosdb_cassandra_keyspace_invalid_account_name)
on template.tf line 2:
2: account_name = ... // invalid value
Reference: https://github.com/terraform-linters/tflint-ruleset-azurerm/blob/v0.1.0/docs/rules/azurerm_cosmosdb_cassandra_keyspace_invalid_account_name.md
```
## Why
Requests containing invalid values will return an error when calling the API by `terraform apply`.
## How to Fix
Replace the warned value with a valid value.
## Source
This rule is automatically generated from [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs). If you are uncertain about the warning, check the following API schema referenced by this rule.
https://github.com/Azure/azure-rest-api-specs/tree/master/specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2021-10-15/cosmos-db.json

Просмотреть файл

@ -1,42 +0,0 @@
<!--- This file generated by `tools/apispec-rule-gen/main.go`. DO NOT EDIT --->
# azurerm_cosmosdb_cassandra_keyspace_invalid_account_name
Warns about values that appear to be invalid based on [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs).
In this rule, the string must match the regular expression `^[a-z0-9]+(-[a-z0-9]+)*``.
## Example
```hcl
resource "azurerm_cosmosdb_cassandra_keyspace" "foo" {
account_name = ... // invalid value
}
```
```
$ tflint
1 issue(s) found:
Error: "..." does not match valid pattern ^[a-z0-9]+(-[a-z0-9]+)* (azurerm_cosmosdb_cassandra_keyspace_invalid_account_name)
on template.tf line 2:
2: account_name = ... // invalid value
Reference: https://github.com/terraform-linters/tflint-ruleset-azurerm/blob/v0.1.0/docs/rules/azurerm_cosmosdb_cassandra_keyspace_invalid_account_name.md
```
## Why
Requests containing invalid values will return an error when calling the API by `terraform apply`.
## How to Fix
Replace the warned value with a valid value.
## Source
This rule is automatically generated from [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs). If you are uncertain about the warning, check the following API schema referenced by this rule.
https://github.com/Azure/azure-rest-api-specs/tree/master/specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2021-10-15/cosmos-db.json

Некоторые файлы не были показаны из-за слишком большого количества измененных файлов Показать больше