Azure / azure-data-labs-modules

A list of Terraform modules to build your Azure Data IaC templates.
http://azuredatalabs.com
MIT License
86 stars 46 forks source link

Replace deprecated attribute in http data source #256

Closed jdocampo closed 7 months ago

jdocampo commented 7 months ago

As seen in the tests:

│ Warning: Deprecated attribute
│ 
│   on databricks.tf line 167, in module "key_vault":
│  167:   firewall_ip_rules             = ["${data.http.ip.body}/32"]
│ 
│ The attribute "body" is deprecated. Refer to the provider documentation for
│ details.

the body attribute is deprecated, response_body should be used instead (source)