Skip to content

Commit

Permalink
Fix the types variable. (#76)
Browse files Browse the repository at this point in the history
I copied the outdated README, which has this stale syntax.

Signed-off-by: Matt Moore <[email protected]>
  • Loading branch information
mattmoor authored Feb 2, 2024
1 parent 48ea8c2 commit d59de38
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion iac/broker.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ module "cloudevent-recorder" {
provisioner = "serviceAccount:${data.google_client_openid_userinfo.me.email}"

types = {
"dev.octo-sts.exchange": file("${path.module}/sts_exchange.schema.json"),
"dev.octo-sts.exchange": {
schema = file("${path.module}/sts_exchange.schema.json")
}
}
}

0 comments on commit d59de38

Please sign in to comment.