diff --git a/mmv1/provider/terraform/common~copy.yaml b/mmv1/provider/terraform/common~copy.yaml index 1409c612a3f6..7c93312a77c6 100644 --- a/mmv1/provider/terraform/common~copy.yaml +++ b/mmv1/provider/terraform/common~copy.yaml @@ -145,6 +145,10 @@ Dir["third_party/terraform/.teamcity/**/*.kt"].each do |file_path| fname = file_path.delete_prefix("third_party/terraform/") -%> +<% + Dir["third_party/terraform/.teamcity/**/*.go"].each do |file_path| + fname = file_path.delete_prefix("third_party/terraform/") +-%> '<%= fname -%>': '<%= file_path -%>' <% end -%> <% diff --git a/mmv1/third_party/terraform/.teamcity/components/inputs/diff_check.go b/mmv1/third_party/terraform/.teamcity/components/inputs/diff_check.go index 987b8763a579..c4715d126f60 100644 --- a/mmv1/third_party/terraform/.teamcity/components/inputs/diff_check.go +++ b/mmv1/third_party/terraform/.teamcity/components/inputs/diff_check.go @@ -1,3 +1,8 @@ +/* + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // This file is controlled by MMv1, any changes made here will be overwritten package main