Skip to content

Instantly share code, notes, and snippets.

@SanthoshNC
Created August 22, 2021 14:14
Show Gist options
  • Save SanthoshNC/35ae16c252e459001b69473b31c12591 to your computer and use it in GitHub Desktop.
Save SanthoshNC/35ae16c252e459001b69473b31c12591 to your computer and use it in GitHub Desktop.
terraform {
required_providers {
github = {
source = "integrations/github"
version = "~> 4.0"
}
}
}
provider "github" {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment