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

change the http provider updates with respect to 3.0.0 version #15

Closed
wants to merge 2 commits into from

Conversation

azarudeena
Copy link

what

hashicorp http provider has deprecated the body from 3.0.0

why

╷
│ Error: Unsupported attribute
│ 
│   on .terraform/modules/bucket_policy/main.tf line 17, in data "aws_iam_policy_document" "this":
│   17:   source_json = var.iam_source_json_url != null ? data.http.iam_source_json_url[0].body : var.iam_source_json
│ 
│ This object has no argument, nested block, or exported attribute named
│ "body".

references

hashicorp/terraform-provider-http#137

@azarudeena azarudeena requested review from a team as code owners July 27, 2022 15:54
@azarudeena azarudeena changed the title update the http provider update with 3.0.0 change the http provider updates with respect to 3.0.0 version Jul 27, 2022
@azarudeena
Copy link
Author

/test all

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 this pull request may close these issues.

2 participants