codepipeline-demo

This commit is contained in:
Edward Viaene
2020-02-18 18:14:40 +01:00
parent aa4e3dbb7b
commit cc37d59c87
15 changed files with 646 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
resource "aws_codecommit_repository" "demo" {
repository_name = "demo"
description = "This is the demo repository"
}