Skip to content

Commit

Permalink
Merge pull request #39 from srevinsaju/patch-1
Browse files Browse the repository at this point in the history
docs: Use .response_body instead of .body for data.http
  • Loading branch information
DrFaust92 authored Nov 24, 2023
2 parents 1d8c1db + 4d0c89f commit 3f5c4de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ data "google_service_account_id_token" "oidc" {
target_service_account = google_service_account.example.email
delegates = []
include_email = true
target_audience = regex("[A-Za-z0-9-]*\\.apps\\.googleusercontent\\.com", data.http.client_id.body)
target_audience = regex("[A-Za-z0-9-]*\\.apps\\.googleusercontent\\.com", data.http.client_id.response_body)
}
provider "airflow" {
Expand Down

0 comments on commit 3f5c4de

Please sign in to comment.