Skip to content

Terraform module for configuring automatic SOCI indexing of ECR repositories in AWS

License

Notifications You must be signed in to change notification settings

radiant-maxar/terraform-soci-index-builder

Repository files navigation

Terraform SOCI Index Builder

This module implements the CloudFormation configuration from aws-ia/cfn-ecr-aws-soci-index-builder. Specifically:

Known limitations:

  • Images approaching 10GB or more in size will not work as that's the maximum ephemeral space available to AWS Lambda functions.

Example

In this example, all images in the geonode repository and only the ubuntu-server:production image will have SOCI indexes generated and pushed to their ECR:

module "eks" {
  source = "github.com/radiant-maxar/terraform-soci-index-builder"

  image_tag_filters = [
     "geonode:*",
     "ubuntu-server:production",
  ]

  tags = {
     Name = "SOCI"
  }
}

About

Terraform module for configuring automatic SOCI indexing of ECR repositories in AWS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published