Skip to content
Snippets Groups Projects

Add ECR resource for publishing Secure Agent image

Merged Nuwan Rajika Kumarasiri requested to merge ecr into master
2 files
+ 18
0
Compare changes
  • Side-by-side
  • Inline
Files
2
terraform/ecr.tf 0 → 100644
+ 6
0
# this repository is being used by
# .gitlab-ci.yml to publish the image
resource "aws_ecr_repository" "foo" {
name = var.ecr_repository_name
tags = var.ecr_repository_tags
}
\ No newline at end of file
Loading