This is a simple module that creates an ERC repository with its policy.
module "registry" {
source = "graphnode-technologies/registry/aws"
version = "~> 1.0"
name = var.domain_name
}
Name | Description | Default value | Required |
---|---|---|---|
name |
The ERC repository name and policy | - | yes |
tags |
Add custom tags for the resources | {} |
no |
Name | Description |
---|---|
repository_name |
The full repository name |
repository_url |
The url for the repository |