taskcat
taskcat copied to clipboard
[Docs] Parameter Overrides
Hi, can we please explain in the documentation how to implement parameter overrides?
https://aws-ia.github.io/taskcat/docs/usage/PARAMETER_OVERRIDES/
I believe I need to create a .taskcat-overrides.yml
file, but I can't find any information about it.
Apologies if I missed anything, and thanks in advance.
@schottsfired Sorry for the delay. Yes, that's correct and thanks for calling this out.
To implement, create a .taskcat-overrides.yml
file with key-value pairs for the desired values to override in the .taskcat.yml
config file. The .taskcat-overrides.yml
is expected to hold sensitive values as well as values that wouldn't benefit the broader audience, so it should be added to .gitignore
.