│ 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)
As seen in the tests:
the body attribute is deprecated, response_body should be used instead (source)