Skip to content

Instantly share code, notes, and snippets.

@denniswebb
Last active October 3, 2017 17:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save denniswebb/d07c0c9ef1ec4f69b5d677d86a1c40d3 to your computer and use it in GitHub Desktop.
Save denniswebb/d07c0c9ef1ec4f69b5d677d86a1c40d3 to your computer and use it in GitHub Desktop.
variable "github_token" {}
provider "github" {
organization = "denniswebb"
token = "${var.github_token}"
}
module "datadog-openvpn" {
source = "modules/github"
repository_name = "datadog-openvpn"
}
module "os2cw" {
source = "modules/github"
repository_name = "os2cw"
}
module "wait4mysql" {
source = "modules/github"
repository_name = "wait4mysql"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment