Skip to content
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

Feature request - Upgrade hashicorp/azuread & hashicorp/azurerm to the latest - timelines & dependencies #1356

Open
1 task done
nusrath432 opened this issue Sep 28, 2022 · 2 comments

Comments

@nusrath432
Copy link
Contributor

Is there an existing issue for this?

  • I have searched the existing issues

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Description

Hi,
Some of the features that I want to implement are available in the latest providers only, for example:

source = "hashicorp/azuread"
version = "2.28.1"

however the current CAF module is using 2 years old provider for hashicorp/azuread.

source = "hashicorp/azuread"
version = "1.4.0"

While I understand that upgrading them would have a major impact and backward compatibility has to be tested but if CAF has to be adopted enterprise wide, there is an expectation of predictable release/upgrade cycle for these providers.

Questions:
1 - When writing a new feature / bug fix, should we use the latest provider available at hashicorp or the providers defined in main.tf?
2 - What providers versions should be used when writing caf_solution addons?
3 - Within a given CAF Module, do we use any other provider other than or this can also be moved to main.tf:

source = "aztfmod/azurecaf"
  1. Is there a dependency between providers used in CAF_Landingzone & CAF_Solution and terraform-azurerm-caf?
  2. Is there a matrix of versions for terraform-azurerm-caf vs caf_solution/launchpad vs rover? especially when one wants to write a new module or a new addon?

It would be good if we have these answered and added to the Contributions.md as well please.

Thanks

New or Affected Resource(s

azuread_application

Potential Configuration file

No response

References

No response

@hyperfocus1337
Copy link
Contributor

Related: #1255

@nusrath432
Copy link
Contributor Author

Track progress here: #1125

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants