Skip to content

Commit

Permalink
update common-copy.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
BBBmau committed Feb 16, 2024
1 parent 39f413d commit 4f4fd37
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mmv1/provider/terraform/common~copy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 -%>
<%
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 4f4fd37

Please sign in to comment.