Skip to content

Commit

Permalink
Merge pull request #148 from aztfmod/sm-lb
Browse files Browse the repository at this point in the history
Extending Load Balancer Coverage
  • Loading branch information
arnaudlh authored Jan 14, 2022
2 parents 12145a0 + 5cb29e7 commit 730b10a
Show file tree
Hide file tree
Showing 3 changed files with 80 additions and 7 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -414,12 +414,13 @@ This is the current compreheensive status of the implemented resources in the pr
|azurerm_kusto_database_principal_assignment ||
|azurerm_kusto_eventhub_data_connection ||
|azurerm_lb ||
|azurerm_lb_backend_address_pool ||
|azurerm_lb_nat_pool ||
|azurerm_lb_backend_address_pool ||
|azurerm_lb_backend_address_pool_address ||
|azurerm_lb_nat_pool ||
|azurerm_lb_nat_rule ||
|azurerm_lb_outbound_rule | |
|azurerm_lb_probe | |
|azurerm_lb_rule | |
|azurerm_lb_outbound_rule | |
|azurerm_lb_probe | |
|azurerm_lb_rule | |
|azurerm_lighthouse_assignment ||
|azurerm_lighthouse_definition ||
|azurerm_linux_virtual_machine ||
Expand Down
8 changes: 7 additions & 1 deletion azurecaf/models_generated.go

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

68 changes: 67 additions & 1 deletion resourceDefinition.json
Original file line number Diff line number Diff line change
Expand Up @@ -2895,5 +2895,71 @@
"dashes": true,
"lowercase": false,
"regex": "\"[^0-9A-Za-z_-]\""
}
},
{
"name": "azurerm_lb_backend_pool",
"min_length": 4,
"max_length": 63,
"validation_regex": "\"^[a-zA-Z0-9_-]{1,63}$\"",
"scope": "subscription",
"slug": "adt",
"dashes": true,
"lowercase": false,
"regex": "\"[^0-9A-Za-z_-]\""
},
{
"name": "azurerm_lb_backend_address_pool",
"min_length": 4,
"max_length": 63,
"validation_regex": "\"^[a-zA-Z0-9_-]{1,63}$\"",
"scope": "subscription",
"slug": "adt",
"dashes": true,
"lowercase": false,
"regex": "\"[^0-9A-Za-z_-]\""
},
{
"name": "azurerm_lb_nat_pool",
"min_length": 4,
"max_length": 63,
"validation_regex": "\"^[a-zA-Z0-9_-]{1,63}$\"",
"scope": "subscription",
"slug": "adt",
"dashes": true,
"lowercase": false,
"regex": "\"[^0-9A-Za-z_-]\""
},
{
"name": "azurerm_lb_outbound_rule",
"min_length": 4,
"max_length": 63,
"validation_regex": "\"^[a-zA-Z0-9_-]{1,63}$\"",
"scope": "subscription",
"slug": "adt",
"dashes": true,
"lowercase": false,
"regex": "\"[^0-9A-Za-z_-]\""
},
{
"name": "azurerm_lb_probe",
"min_length": 4,
"max_length": 63,
"validation_regex": "\"^[a-zA-Z0-9_-]{1,63}$\"",
"scope": "subscription",
"slug": "adt",
"dashes": true,
"lowercase": false,
"regex": "\"[^0-9A-Za-z_-]\""
},
{
"name": "azurerm_lb_rule",
"min_length": 4,
"max_length": 63,
"validation_regex": "\"^[a-zA-Z0-9_-]{1,63}$\"",
"scope": "subscription",
"slug": "adt",
"dashes": true,
"lowercase": false,
"regex": "\"[^0-9A-Za-z_-]\""
}
]

0 comments on commit 730b10a

Please sign in to comment.