-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: assign permissions override (#168)
* feat: add definition assign permissions override * feat: add assign permissions default * feat: alz provider 0.17 * docs: make docs * feat: add authorization failed retry * chore: simplify provider constraint * fix: review comments
- Loading branch information
1 parent
b4c6d5e
commit 182c20a
Showing
6 changed files
with
500 additions
and
16 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -1,9 +1,20 @@ | ||
terraform { | ||
required_version = "~> 1.8" | ||
required_providers { | ||
alz = { | ||
source = "azure/alz" | ||
version = "~> 0.17" | ||
} | ||
azapi = { | ||
source = "azure/azapi" | ||
version = "~> 2.0, >= 2.0.1" | ||
} | ||
} | ||
} | ||
|
||
provider "alz" { | ||
library_references = [{ | ||
path = "platform/alz" | ||
ref = "2025.01.0" | ||
}] | ||
} |
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
Oops, something went wrong.