Skip to content

Conversation

Copy link

Copilot AI commented Dec 17, 2025

The azurerm and powerplatform provider versions used exact pinning ("4.56.0") instead of pessimistic constraints ("~> 4.56.0"), inconsistent with other providers (modtm, random) in the same files.

Changes

  • Updated infra/provider.tf: azurerm 4.56.0~> 4.56.0, powerplatform 4.0.0~> 4.0.0
  • Updated infra/modules/copilot_studio/terraform.tf: azurerm 4.56.0~> 4.56.0, powerplatform 4.0.0~> 4.0.0

The ~> operator allows automatic patch updates (e.g., 4.56.0 → 4.56.1) while preventing breaking changes, following Terraform conventions for provider version management.


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copilot AI changed the title [WIP] Cross link the CAIRA repository and update terraform providers Use pessimistic version constraints for Terraform providers Dec 17, 2025
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

Successfully merging this pull request may close these issues.

2 participants