Created
August 22, 2021 14:13
-
-
Save SanthoshNC/d2c6512a1a3e335e66c73f5e8504ff52 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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