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

Remove rules for dropped resources in AzureRM provider v4 #355

Merged
merged 1 commit into from
Sep 15, 2024

Conversation

wata727
Copy link
Member

@wata727 wata727 commented Sep 15, 2024

See https://github.com/terraform-linters/tflint-ruleset-azurerm/actions/runs/10867023738/job/30155311694
See https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/guides/4.0-upgrade-guide

Several deprecated resources have been removed in AzureRM provider v4. This is causing the maintenance task to fail, so this PR fixes it.

The following rules have been removed:

  • azurerm_data_factory_integration_runtime_managed_invalid_edition
  • azurerm_data_factory_integration_runtime_managed_invalid_license_type
  • azurerm_data_factory_integration_runtime_managed_invalid_max_parallel_executions_per_node
  • azurerm_data_factory_integration_runtime_managed_invalid_number_of_nodes
  • azurerm_mariadb_firewall_rule_invalid_end_ip_address
  • azurerm_mariadb_firewall_rule_invalid_start_ip_address
  • azurerm_mariadb_server_invalid_version
  • azurerm_mysql_firewall_rule_invalid_end_ip_address
  • azurerm_mysql_firewall_rule_invalid_start_ip_address
  • azurerm_mysql_server_invalid_version
  • azurerm_sql_database_invalid_create_mode
  • azurerm_template_deployment_invalid_deployment_mode

@wata727 wata727 force-pushed the remove_rules_for_dropped_resources_in_v4 branch from 06a3ca7 to 4db554f Compare September 15, 2024 13:28
@wata727 wata727 merged commit a3015c1 into master Sep 15, 2024
9 checks passed
@wata727 wata727 deleted the remove_rules_for_dropped_resources_in_v4 branch September 15, 2024 13:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant