Skip to content

Commit

Permalink
Merge pull request #124 from bschaatsbergen/fix-oauth2-typo
Browse files Browse the repository at this point in the history
chore: fix typo in IAP example related to oauth2 config
  • Loading branch information
bschaatsbergen committed Oct 19, 2023
2 parents cd50c13 + cc9659a commit 902a614
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -135,8 +135,8 @@ Once you have the OAuth credentials, you can set the `iap` variable to use them.

```hcl
iap = {
oauth2_client_id = data.google_secret_manager_secret_version.atlantis_client_id.secret_data
auth2_client_secret = data.google_secret_manager_secret_version.atlantis_client_secret.secret_data
oauth2_client_id = data.google_secret_manager_secret_version.atlantis_client_id.secret_data
oauth2_client_secret = data.google_secret_manager_secret_version.atlantis_client_secret.secret_data
}
```

Expand Down

0 comments on commit 902a614

Please sign in to comment.