This is a Terrafrom module to TODO
- Add a module definition to your Terraform. See the example below.
- Update
TODO = ...
to match your TODO. - Optional: Uncomment and update the other example values to match your requirements.
module "example" {
source = "git::https://github.com/TODO.git?ref=v0.0.0"
# providers = { aws = aws.use1 }
}
This module will overwrite corresponding records that already exist. Please take care to set appropriate values, before you apply.