Skip to content

Commit

Permalink
Update provider_with_headers.tf
Browse files Browse the repository at this point in the history
Should be provider rather than alias.
  • Loading branch information
placydo authored Apr 21, 2021
1 parent b752a5f commit e4bc1e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/provider_with_headers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ provider "restapi" {
}

resource "restapi_object" "Foo2" {
alias = restapi.restapi_headers
provider = restapi.restapi_headers
path = "/api/objects"
data = "{ \"id\": \"55555\", \"first\": \"Foo\", \"last\": \"Bar\" }"
}

0 comments on commit e4bc1e0

Please sign in to comment.