-
Notifications
You must be signed in to change notification settings - Fork 708
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Module roadmap elements (Upgrade rover to version 1.3x at minimum) #1125
Comments
Stumbled into a problem trying to do "credential federation" with Azure AD and discovered the azuread provider |
Related: Azure/caf-terraform-landingzones#425 |
@arnaudlh And yes, I know we could help and contribute, but time and adequate knowledge is blocking for now. |
You can test the pre-release with the landingzone tag int-5.7.0. |
@LaurentLesle We are consuming the CAF supermodule using a local fork which we regularly sync with the public module (main branch). In our local fork we created our "own" branch where we maintain small changes for non AzureRM 3.x related things that are not supported in the module (yet) and update that branch with every module release. So just consuming the pre-release branch is not as easy as it seems. You mention the goal is to release a module version bump next week. Will that be with AzureRM 3.x (a 5.7.x release) or an updated release for AzureRM 2.99 (a 5.6.10) release? If it is the first, my co-workers and I would be very happy. |
5.7.0 is using latest azurerm (3.56.0) and azuread (2.39.0) |
@LaurentLesle @arnaudlh As I expected the new release is 5.6.10, not 5.7.0 yet. Is there a estimation or targetdate for the 5.7.0 version release you guys are aiming for? I can understand that answering this might be difficult, but it is crucial for us to know what to expect so we can adjust our plans accordingly. |
Hi guys, any further news on the 5.7.0 release? Like many others, we are waiting on azuread provider 2.x with graph. Thanks for all the hard work :) |
✅ 5.6.10+
Terraform min version 1.2.x
Move to azurerm 2.99
Minor internal refactoring will be needed (see upgrade.md)
Extensions refactoring and speed optimization.
Terraform min version 1.3.5 (for backend azurerm in MSAL)
Sustained engineering will be done in
int-5.6.x
and version tags will be on this branch.✅ 5.7.x
Move to microsoft graph with azuread provider 2.x
Move to azurerm 3.57.0
Move to azuread 2.39.0
Full scenarios for MSAL support
Deprecate legacy
load_balancers
in favor oflb
Terraform min version 1.4.x
This will live in branch
main
and version tags will be on this branch.5.8.x
Deprecate legacy
azurerm_integration_service_environment
azurerm 3.58+
auread 2.40+
Terraform min version 1.5.x
This will live in branch
int-5.8.0
and version tags will be on this branch.6.0.0
All names using data sources and no resources
No ARM templates deployments embedded or CLI, replaced by AZAPI, or whatever fits best.
Import for existing infrastructure
The text was updated successfully, but these errors were encountered: