aztfmod / terraform-provider-azurecaf

Terraform provider for the Terraform platform engineering for Azure
MIT License
174 stars 93 forks source link

Bug: Naming convention for azurerm_synapse_workspace accepts lowercase letters & numbers only #46

Closed singh-rahul closed 3 years ago

singh-rahul commented 3 years ago
  1. azurerm_synapse_workspace : Naming convention accepts lowercase letters & numbers only. Max Length : 45 char. Screenshot attached for reference : synapse_naming

  2. azurerm_synapse_spark_pool : Create naming convention with below rules [name can contain only letters or numbers, must start with a letter, and be between 1 and 15 characters long]

  3. azurerm_synapse_sql_pool : Create naming convention with below rules [name can contain only letters or numbers, must start with a letter, and be between 1 and 15 characters long]

Nepomuceno commented 3 years ago

This is in master already https://github.com/aztfmod/terraform-provider-azurecaf/blob/9f88d3e47e804e81a79ea70f12c9613b4a8295ce/resourceDefinition.json#L2157-L2167

singh-rahul commented 3 years ago

@Nepomuceno : There is extra space before closing quote - "name": "azurerm_synapse_sql_pool " . Kindly remove this. Thanks