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

Replace deprecated attribute in http data source #256

Closed
jdocampo opened this issue Mar 28, 2024 · 0 comments · Fixed by #270
Closed

Replace deprecated attribute in http data source #256

jdocampo opened this issue Mar 28, 2024 · 0 comments · Fixed by #270
Assignees

Comments

@jdocampo
Copy link
Member

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)

@jdocampo jdocampo self-assigned this Mar 28, 2024
@jdocampo jdocampo linked a pull request Mar 29, 2024 that will close this issue
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 a pull request may close this issue.

1 participant