Skip to content

Commit

Permalink
add images, remove copy_images
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Sep 16, 2022
1 parent 398b9b7 commit 968bd7a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
File renamed without changes.
18 changes: 18 additions & 0 deletions examples/efk/images.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
module "images" {
source = "git@github.e.it.census.gov:terraform-modules/aws-ecr-copy-images.git"

application_list = []
application_name = format("eks/%v", var.cluster_name)
image_config = var.image_config
tags = {}

### optional
## account_alias = ""
## account_id = ""
## destination_password = ""
## destination_username = ""
## override_prefixes = {}
## region = ""
## source_password = ""
## source_username = ""
}

0 comments on commit 968bd7a

Please sign in to comment.