sassoftware / viya4-iac-azure

This project contains Terraform configuration files to provision infrastructure components required to deploy SAS Viya platform products on Microsoft Azure Cloud.
Apache License 2.0
72 stars 88 forks source link

terraform plan returns Warning: Argument is deprecated - This property has been renamed to `authorized_ip_ranges` within the `api_server_access_profile` block #402

Open spnmhb opened 19 hours ago

spnmhb commented 19 hours ago

Terraform Version Details

Tried with both latest 1.9.7 and suggested in https://github.com/sassoftware/viya4-iac-azure?tab=readme-ov-file#terraform-requirements 1.8.2

azureuser@viya-spnmhb-jump-vm:~/deploy/viya4/viya4-iac-azure/files/tools$ ./iac_tooling_version.sh { "terraform_version": "\"1.9.7\"", "terraform_revision": "null", "terraform_outdated": "false", "provider_selections": "{}" }

azureuser@viya-spnmhb-jump-vm:~/deploy/viya4/viya4-iac-azure/files/tools$ ./iac_tooling_version.sh { "terraform_version": "\"1.8.2\"", "terraform_revision": "null", "terraform_outdated": "true", "provider_selections": "{}" }

Terraform Variable File Details

tf_files.zip tf_files.zip contains terraform.tfvars and the main.tf mentioned in the warning obtained (also outputs.tf and variables.tf in the same directory)

Steps to Reproduce

Expected Behavior

Output with no warning or error messages

Actual Behavior

Additional Context

No response

References

No response

Code of Conduct

riragh commented 18 hours ago

@spnmhb, this warning has been fixed in the major version of Terraform azurerm v4.0. We are consuming the new major version in the upcoming release. If you are interested please look at the PR #401. If this answers your question I would like to close this issue.