Skip to content
This repository has been archived by the owner on Sep 10, 2022. It is now read-only.

Commit

Permalink
Secret fix (#16)
Browse files Browse the repository at this point in the history
* Update cloud-run.tf

* Update README.md
  • Loading branch information
Roelof Roos committed Oct 28, 2021
1 parent 1e4f734 commit 36f3a2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .cloud/terraform/cloud-run.tf
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ resource "google_cloud_run_service" "default" {
}
env {
name = "MESSAGEBIRD_ORIGINATOR"
value = local.messagebird.originator
value = local.messagebird.origin
}

# Concribo secrets
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Example configs are:
```json
{
"access_key": "key",
"originator": "Gumbo"
"origin": "Gumbo"
}
```

Expand Down

0 comments on commit 36f3a2e

Please sign in to comment.