Skip to content

Commit

Permalink
Add provisioner attribute (#74)
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Moore <[email protected]>
  • Loading branch information
mattmoor authored Feb 2, 2024
1 parent a2008d8 commit 48ea8c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions iac/broker.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ module "cloudevent-recorder" {

retention-period = 90

provisioner = "serviceAccount:${data.google_client_openid_userinfo.me.email}"

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

0 comments on commit 48ea8c2

Please sign in to comment.