Skip to content

Commit fb6c60d

Browse files
authored
tgc-revival: add tfplan2cai converter (#12770)
1 parent 38466ac commit fb6c60d

File tree

10 files changed

+756
-20
lines changed

10 files changed

+756
-20
lines changed

mmv1/templates/tgc_next/tfplan2cai/resource_converters.go.tmpl

+7
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,10 @@
2626
//
2727
// ----------------------------------------------------------------------------
2828
package converters
29+
30+
import (
31+
"github.com/GoogleCloudPlatform/terraform-google-conversion/v6/pkg/tfplan2cai/converters/cai"
32+
)
33+
34+
var ConverterMap = map[string]cai.ResourceConverter{
35+
}

0 commit comments

Comments
 (0)