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

Updated Provider Configuration and Removed Depriciated Varibales #73

Merged
merged 2 commits into from
Sep 10, 2024

Conversation

vedant990
Copy link
Contributor

What

  • Fixed provider configuration by removing the alias, which was not recognized by Terraform.
  • Updated the minimum Terraform version requirement to 3.114.0.
  • Removed skip_provider_registration as it has been deprecated.
  • Replaced enable_https_traffic_only with enable_https_traffic_only in preparation for azurerm version 4.0, where the previous version will be removed.

Why

  • These changes ensure compatibility with the latest version of the azurerm provider.

References
Related issue: claranet/terraform-azurerm-storage-account#17.

@clouddrove-ci clouddrove-ci self-assigned this Sep 10, 2024
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this required to pass it and what is the reason that you have passed it .
configuration_aliases = [azurerm.main_sub, azurerm.dns_sub, azurerm.peer]

source = "hashicorp/azurerm"
version = ">=3.89.0"
source = "hashicorp/azurerm"
configuration_aliases = [azurerm.main_sub, azurerm.dns_sub, azurerm.peer]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this required to pass it and what is the reason that you have passed it .
configuration_aliases = [azurerm.main_sub, azurerm.dns_sub, azurerm.peer]

@d4kverma d4kverma merged commit f058afa into master Sep 10, 2024
14 checks passed
@Tanishdrove Tanishdrove deleted the fix/pipeline-update branch November 20, 2024 11:25
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.

4 participants