docker-demo-2

This commit is contained in:
Edward Viaene
2016-10-26 10:56:37 +00:00
parent 8b0dc55125
commit 38c05fd0c7
6 changed files with 123 additions and 6 deletions
+3
View File
@@ -0,0 +1,3 @@
resource "aws_ecr_repository" "myapp" {
name = "myapp"
}