Add a meaningful description here
Describe what tags this module supports / requires. Try to have good tagging hygiene for cost allocation.
This resource supports tagging. You should pass:
workload
(we default to ml)
Include a usage example here. i.e how to use the module or submodules with the minimal configuration
module "conor-test" {
source = "app.terraform.io/acme/s3/aws"
version = "0.0.1"
name = "conor-test"
read_buckets = [
"acme-sandbox-foo",
"acme-sandbox-bar",
]
}
List and describe the sub modules available in this module if they might be used in isolation. Sub modules are just
directories in the modules
directory.