Skip to content

Commit

Permalink
added naming convention support for search service module
Browse files Browse the repository at this point in the history
  • Loading branch information
leelasatyavathip committed Jan 11, 2024
1 parent a9796bc commit 2c630b3
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,7 @@ This is the current compreheensive status of the implemented resources in the pr
|azurerm_route_filter ||
|azurerm_route_server ||
|azurerm_route_table ||
|azurerm_search_service | |
|azurerm_search_service | |
|azurerm_security_center_auto_provisioning ||
|azurerm_security_center_automation ||
|azurerm_security_center_contact ||
Expand Down
4 changes: 3 additions & 1 deletion azurecaf/models_generated.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions resourceDefinition.json
Original file line number Diff line number Diff line change
Expand Up @@ -451,6 +451,17 @@
"lowercase": false,
"regex": "\"[^0-9A-Za-z-]\""
},
{
"name": "azurerm_search_service",
"min_length": 2,
"max_length": 60,
"validation_regex": "\"^[a-z0-9](?:[a-z0-9-]{0,58}[a-z0-9])?$\"",
"scope": "global",
"slug": "srch",
"dashes": true,
"lowercase": true,
"regex": "\"[a-z0-9-]*--[a-z0-9-]*$\""
},
{
"name": "azurerm_availability_set",
"min_length": 1,
Expand Down

0 comments on commit 2c630b3

Please sign in to comment.