summaryrefslogtreecommitdiffstats
path: root/resources/resource_transformers/templates
diff options
context:
space:
mode:
Diffstat (limited to 'resources/resource_transformers/templates')
-rw-r--r--resources/resource_transformers/templates/execute_as_template.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/resource_transformers/templates/execute_as_template.go b/resources/resource_transformers/templates/execute_as_template.go
index d6015c17e..115b3d047 100644
--- a/resources/resource_transformers/templates/execute_as_template.go
+++ b/resources/resource_transformers/templates/execute_as_template.go
@@ -48,7 +48,7 @@ type executeAsTemplateTransform struct {
}
func (t *executeAsTemplateTransform) Key() internal.ResourceTransformationKey {
- return internal.NewResourceTransformationKey("execute-as-template", t.targetPath, t.data)
+ return internal.NewResourceTransformationKey("execute-as-template", t.targetPath)
}
func (t *executeAsTemplateTransform) Transform(ctx *resources.ResourceTransformationCtx) error {