microsoft / power-platform-terraform-quickstarts

Examples for using the Power Platform Terraform Provider
https://github.com/microsoft/terraform-provider-power-platform
MIT License
13 stars 0 forks source link

Remove lock file. #58

Closed eduardodfmex closed 2 months ago

eduardodfmex commented 2 months ago

This pull request includes changes to the bootstrap/tenant-configuration/.terraform.lock.hcl file.

The lock file store the terraform deployment hash, is not expected to be in the repo.

The changes involve the removal of the provider configurations for azuread, azurerm, null, and random from the Terraform lock file. This could potentially impact the Terraform initialization process and the subsequent infrastructure setup.

Here are the key changes:

Please note that these changes might require you to specify the provider versions in the respective Terraform configuration files or manually during the Terraform initialization process.

eduardodfmex commented 2 months ago

Abandon this because we prefer to track lock changes.