initial commit
This commit is contained in:
12
github/provider.tf
Normal file
12
github/provider.tf
Normal file
@@ -0,0 +1,12 @@
|
||||
terraform {
|
||||
required_providers {
|
||||
github = {
|
||||
source = "integrations/github"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
# Configure the GitHub Provider
|
||||
provider "github" {
|
||||
token = var.gh_token
|
||||
}
|
||||
Reference in New Issue
Block a user