Skip to content

Instantly share code, notes, and snippets.

@SanthoshNC
Created August 22, 2021 14:13
Show Gist options
  • Save SanthoshNC/d2c6512a1a3e335e66c73f5e8504ff52 to your computer and use it in GitHub Desktop.
Save SanthoshNC/d2c6512a1a3e335e66c73f5e8504ff52 to your computer and use it in GitHub Desktop.
resource "github_repository" "Document_as_a_Code" {
name = "document_as_a_code"
description = "A Repo for managing for CI/CD implementation"
visibility = "public"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment