generated from Azure/terraform-azurerm-avm-template
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: initial version of sql MI * fix: add support for child modules & initial example * fix: reference to parent id * fix: optional for sub resources * chroe: reverse logic on count * chore: try another way for optional components * fix: add missing zone redundancy param & docs * fix: e2e workflow to run outside of MS * fix: use vuln. assessment var as the count param * fix: set id via azapi due to bug in azurerm provider * fix: add azapi provider * fix: missing vars and wrong ref * fix: list required to provide an index * feat: fetch identity * fix: api version * fix: try with azapi for security policy * fix: name * fix: vuln. assessments to azapi * fix: azapi * fix: object properties * fix: object params * fix: wrong var name * fix: type of object * fix: another way of specifying an object * fix: use azapi resource action for security & vulnerability policies * fix: azapi resource IDs * fix: state parameter * chore: comments to explain mi requirements * feat: add storage account ID, RA, and linting fixes * feat: add failover group * fix: block as optional * fix: switch failover group to be a map * chore: linting & docs * feat: support for ATP, and readme update * pre commit pr check grept apply * Update main.tf * pre commit * update * update * Update * update * Update main.tf * Update * update * update * update * update --------- Co-authored-by: kewalaka <[email protected]>
- Loading branch information
1 parent
24365cd
commit af4c55b
Showing
31 changed files
with
1,613 additions
and
342 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# AVM core team owns key files | ||
.github/policies/ @Azure/avm-core-team-technical | ||
.github/CODEOWNERS @Azure/avm-core-team-technical | ||
.github/policies/ @Azure/avm-core-team-technical-terraform | ||
.github/CODEOWNERS @Azure/avm-core-team-technical-terraform |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,3 +45,5 @@ avm.tflint_example.merged.hcl | |
*.md.tmp | ||
# MacOS | ||
.DS_Store | ||
avm.tflint_module.hcl | ||
avm.tflint_module.merged.hcl |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.