Skip to content

Instantly share code, notes, and snippets.

@SanthoshNC
Created August 22, 2021 14:14
Embed
What would you like to do?
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