mirror of
https://github.com/status-im/consul.git
synced 2025-02-13 06:06:40 +00:00
Co-authored-by: R.B. Boyer <4903+rboyer@users.noreply.github.com> Co-authored-by: R.B. Boyer <rb@hashicorp.com> Co-authored-by: Freddy <freddygv@users.noreply.github.com>
16 lines
430 B
Go
16 lines
430 B
Go
package tfgen
|
|
|
|
import (
|
|
"embed"
|
|
)
|
|
|
|
//go:embed templates/container-app-dataplane.tf.tmpl
|
|
//go:embed templates/container-app-sidecar.tf.tmpl
|
|
//go:embed templates/container-app.tf.tmpl
|
|
//go:embed templates/container-consul.tf.tmpl
|
|
//go:embed templates/container-mgw.tf.tmpl
|
|
//go:embed templates/container-pause.tf.tmpl
|
|
//go:embed templates/container-proxy.tf.tmpl
|
|
//go:embed templates/container-coredns.tf.tmpl
|
|
var content embed.FS
|