Created
October 20, 2022 10:30
-
-
Save jeromedecoster/18d0854fce29e738bc97db2f372d9ffa to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| provider "github" { | |
| owner = var.github_owner | |
| token = var.github_token | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment