feat: implement replacements

This commit is contained in:
Jose Diaz-Gonzalez
2024-02-27 16:09:10 -05:00
parent b7ff696507
commit 46f11cb239
3 changed files with 27 additions and 5 deletions

View File

@@ -117,7 +117,7 @@ type ProcessAutoscalingTrigger struct {
Type string `yaml:"type"`
// Metadata is a map of key-value pairs that can be used to store arbitrary trigger data
Metadata map[string]interface{} `yaml:"metadata,omitempty"`
Metadata map[string]string `yaml:"metadata,omitempty"`
}
type ProcessHealthchecks struct {