diff --git a/examples/efk/copy_images.tf b/examples/efk/copy_images.tf.old similarity index 100% rename from examples/efk/copy_images.tf rename to examples/efk/copy_images.tf.old diff --git a/examples/efk/images.tf b/examples/efk/images.tf new file mode 100644 index 0000000..e0f84da --- /dev/null +++ b/examples/efk/images.tf @@ -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 = "" +}