Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 1.36 KB

azurerm_mssql_virtual_machine_invalid_sql_connectivity_type.md

File metadata and controls

45 lines (28 loc) · 1.36 KB

azurerm_mssql_virtual_machine_invalid_sql_connectivity_type

Warns about values that appear to be invalid based on azure-rest-api-specs.

Allowed values are:

  • LOCAL
  • PRIVATE
  • PUBLIC

Example

resource "azurerm_mssql_virtual_machine" "foo" {
  sql_connectivity_type = ... // invalid value
}
$ tflint
1 issue(s) found:

Error: "..." is an invalid value as sql_connectivity_type (azurerm_mssql_virtual_machine_invalid_sql_connectivity_type)

  on template.tf line 2:
  2:   sql_connectivity_type = ... // invalid value

Reference: https://github.com/terraform-linters/tflint-ruleset-azurerm/blob/v0.1.0/docs/rules/azurerm_mssql_virtual_machine_invalid_sql_connectivity_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. 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/sqlvirtualmachine/resource-manager/Microsoft.SqlVirtualMachine/stable/2022-02-01/sqlvm.json