Files
infra-provisioner/bindata/bindata.go

720 lines
56 KiB
Go

// Code generated by go-bindata. DO NOT EDIT.
// sources:
// templates/aurora-db-tf/deploy.sh
// templates/aurora-db-tf/main.tf
// templates/aws-roles-tf/deploy.sh
// templates/aws-roles-tf/main.tf
// templates/aws-s3-bucket-tf/deploy.sh
// templates/aws-s3-bucket-tf/main.tf
// templates/document-db-tf/deploy.sh
// templates/document-db-tf/main.tf
// templates/dynamo-db-tf/deploy.sh
// templates/dynamo-db-tf/main.tf
// templates/elastic-cache-tf/deploy.sh
// templates/elastic-cache-tf/main.tf
// templates/rds-tf/deploy.sh
// templates/rds-tf/main.tf
package bindata
import (
"bytes"
"compress/gzip"
"fmt"
"io"
"io/ioutil"
"os"
"path/filepath"
"strings"
"time"
)
func bindataRead(data []byte, name string) ([]byte, error) {
gz, err := gzip.NewReader(bytes.NewBuffer(data))
if err != nil {
return nil, fmt.Errorf("Read %q: %v", name, err)
}
var buf bytes.Buffer
_, err = io.Copy(&buf, gz)
clErr := gz.Close()
if err != nil {
return nil, fmt.Errorf("Read %q: %v", name, err)
}
if clErr != nil {
return nil, err
}
return buf.Bytes(), nil
}
type asset struct {
bytes []byte
info fileInfoEx
}
type fileInfoEx interface {
os.FileInfo
MD5Checksum() string
}
type bindataFileInfo struct {
name string
size int64
mode os.FileMode
modTime time.Time
md5checksum string
}
func (fi bindataFileInfo) Name() string {
return fi.name
}
func (fi bindataFileInfo) Size() int64 {
return fi.size
}
func (fi bindataFileInfo) Mode() os.FileMode {
return fi.mode
}
func (fi bindataFileInfo) ModTime() time.Time {
return fi.modTime
}
func (fi bindataFileInfo) MD5Checksum() string {
return fi.md5checksum
}
func (fi bindataFileInfo) IsDir() bool {
return false
}
func (fi bindataFileInfo) Sys() interface{} {
return nil
}
var _bindataTemplatesAuroradbtfDeploySh = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xcc\x53\xcf\xce\xd3\x30\x0c\xbf\xf7\x29\xcc\x98\xf4\xc1\xa1\xf9\x9e\x60\x87\x4f\x82\x3b\xe2\xc2\x31\xf2\x1a\x6f\x44\xa4\x49\x64\xbb\x1b\xa8\xeb\xbb\xa3\x8e\xa9\x2d\xeb\xd4\x81\xb4\xc3\x6e\x8d\xff\xfd\xfe\xd8\x7d\xff\xee\x75\xeb\xe3\xab\x7c\x2f\x0a\x21\x85\x92\x8a\x02\x9d\xf3\xea\x53\xc4\x60\x95\x98\x71\x97\xb8\xb6\x29\xf7\x21\xd9\xac\x56\x45\xd1\xb6\x25\xf8\x1d\x60\x74\x60\xde\xaa\x73\xdc\x7c\x09\x18\xc7\xd7\x27\x12\xe5\xf4\x0b\xba\xee\xce\xb4\x75\xbb\x94\xef\xa0\x74\x7f\x26\xad\xce\xa0\x14\x84\x7a\xe4\xc4\x73\xa8\x21\xf0\x96\x73\x78\x04\x32\x36\x9a\x4a\xcc\x99\xd3\x81\x2e\xf0\xd1\xf5\x73\x8b\xa1\x1a\x7c\xf4\x3a\x79\x1e\x13\xff\x90\x8c\x15\x81\x50\xa0\x4a\xa1\x6d\xc1\x7c\xfe\xa9\x8c\x5f\x49\x52\xc3\x15\x89\xf9\x36\xd4\x74\x1d\x9c\x4e\x70\xab\x3b\xd2\xf1\x5e\xeb\xb0\x85\xbf\x37\xd0\x75\x23\x1d\x8b\xe7\xcc\x26\x07\x8c\x13\x92\xeb\xeb\x02\x28\x15\x79\x4f\xba\xa9\x93\x6b\x02\x19\x76\x62\xc6\x4f\x8b\x0d\x27\x46\xeb\xa3\x28\xc6\x8a\x6e\x55\x3b\x54\x34\x78\x14\x2b\xcd\x36\x92\x5a\xef\xc4\x54\xa9\xae\x31\x3a\x9b\xd9\x1f\x50\xe9\x92\x12\x58\x2f\xd9\x3e\xb5\xf9\x5a\xdf\xe4\xa6\x66\x12\x2f\x57\xf2\x40\x95\xcb\x34\xff\x13\xe7\x71\xfe\x8c\xc0\xa2\xa8\x04\x3d\x83\x0f\xd7\xc1\xe0\x45\xe1\x04\x7b\xa6\x0c\x2f\x73\xb9\x39\x89\xee\x99\xc4\xba\xed\xcb\xc7\x25\xc7\x87\x3f\x69\xe6\x37\xf6\x99\x67\x70\xe1\xa9\xd6\x3c\xf7\xf7\xdf\xaf\xfd\x77\x00\x00\x00\xff\xff\xbc\xa5\x0c\x1c\x88\x05\x00\x00")
func bindataTemplatesAuroradbtfDeployShBytes() ([]byte, error) {
return bindataRead(
_bindataTemplatesAuroradbtfDeploySh,
"templates/aurora-db-tf/deploy.sh",
)
}
func bindataTemplatesAuroradbtfDeploySh() (*asset, error) {
bytes, err := bindataTemplatesAuroradbtfDeployShBytes()
if err != nil {
return nil, err
}
info := bindataFileInfo{
name: "templates/aurora-db-tf/deploy.sh",
size: 1416,
md5checksum: "",
mode: os.FileMode(420),
modTime: time.Unix(1695634547, 0),
}
a := &asset{bytes: bytes, info: info}
return a, nil
}
var _bindataTemplatesAuroradbtfMainTf = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x59\xdd\x6e\xdb\xb8\x12\xbe\xf7\x53\x10\xbe\x6a\x81\xda\x41\x5b\x9c\x9b\x02\x01\x4e\x13\xa7\x07\x3e\x6d\xda\x6c\xea\x76\x2f\x16\x0b\x82\x96\xc6\x32\x61\x8a\x54\xc8\x51\x5c\x6f\xea\x77\x5f\x90\xd4\xbf\x65\xcb\x8e\x95\x5c\x45\xa3\x99\x6f\x7e\x38\xe4\x37\x94\x9f\x9e\x46\x84\x2f\x08\x3c\x90\xf1\xcd\x2f\xd4\xec\x1e\x8c\x4a\x75\x00\x66\x3c\x61\xc8\xe6\xcc\xc0\x78\x32\xbf\x91\x11\x97\x30\xdb\x24\x40\x86\x3a\x34\x23\x96\x6a\xa5\xd9\x28\x51\x06\x23\x0d\x66\x48\xb6\xdb\x01\x82\xd6\x6c\xa1\x74\x4c\x9e\x06\x84\xcc\x59\xb0\x02\x19\x92\xa1\x79\x3f\x74\x02\x42\xe6\x69\xb0\x02\x24\xf5\xbf\x4b\x32\x94\xec\x91\x8f\xe6\x4c\xae\x46\x05\xc4\x28\x50\x71\xcc\x64\x38\x32\xc8\x10\x86\xce\x5c\x43\xc4\x95\xdc\x35\x67\xc9\xc8\xa8\x14\x97\xa3\xb7\x5e\x6f\x05\x1b\xb2\xf3\x77\x59\x8d\xdb\xeb\xad\x95\x5e\x99\x84\x05\x40\x57\xb0\xa1\x89\x86\x05\xff\x55\xd7\xf3\xde\xcd\xc5\xd3\x13\x19\x4f\xe5\x42\xb3\x9f\xa0\x91\x07\x4c\x90\xed\xd6\x09\x1b\x05\xbb\x91\x8f\x5c\x2b\x19\x83\xc4\x3d\x1a\x45\x49\xa7\xd2\x20\x93\x01\x7c\x65\x31\x90\xed\xd6\x47\x94\x68\xb5\xe0\x02\x76\x22\x0f\xe2\xd0\x2b\xb0\x40\xb4\xa6\xe6\x2b\x3b\x52\x6b\x09\x7a\xb4\x48\x85\x18\x05\x4a\xa2\x56\xc2\x9a\x6d\x07\xdb\xc1\x20\x56\x61\x2a\xfc\xe2\xf9\xe5\xf0\x11\x55\x30\x22\x8e\x1f\x3e\x18\xb3\xfc\x70\x71\x11\x71\xfc\x6f\xc4\x71\x99\xce\xc7\x81\x8a\x2f\xdc\xfa\x70\x9b\xff\x45\x59\x9b\x71\xc4\xd1\xa2\x43\x25\x67\x8b\xd3\x51\x96\xdf\xe4\x21\x55\x68\x53\x1e\x10\xc2\xb3\x22\x50\x69\xab\xd0\x6a\xdb\x5e\xb0\x1a\x4a\xc2\x8c\x59\x2b\x1d\xe6\x99\x1c\x42\xb9\xcb\x75\x6b\x08\xa9\x01\x5d\xad\xe7\x21\x84\x1f\x56\xb7\x66\xed\x82\x6f\x58\xef\x46\x99\x6d\xb3\xf1\xb5\x48\x0d\x82\xf6\xc2\xc0\x3f\xf8\xfc\x33\xd3\x5c\x61\xc7\xda\xee\xa6\xac\x6c\x0b\xcd\xe8\x63\xde\x8b\xde\xac\xde\x9f\x15\xe3\x01\x21\xb1\x92\x1c\x95\xe6\x32\xa2\xa7\x14\xeb\xb6\x30\x6b\x2f\x5b\x05\xb6\xac\xe0\xb1\x90\xcd\x3a\x0e\x08\x09\x33\x2d\x73\x04\xd0\x64\x6e\x4b\x6c\xc8\x6f\x12\xa7\x06\x67\xea\xff\x46\x49\x1f\x55\x8e\x42\x91\x45\x86\x5c\x92\x18\x74\x04\xaf\xfc\x09\x34\x03\x16\x67\xc0\xf6\xdf\x96\x65\x22\xe4\x9b\xdd\x44\x55\x25\x2f\x68\x68\xdd\x69\x15\xa6\x01\x56\xf5\x72\x51\x43\xf3\xe6\x8c\x0d\x42\xc8\xd7\x6a\x73\xed\xf6\x96\x2f\x5c\xd1\x5d\x4a\xef\xaf\xd8\x15\x0b\x56\x69\x32\xe1\x86\xcd\x05\x84\x07\x2a\x7b\x5f\xd3\xcc\x03\xc9\x1e\xf3\xb7\xe4\x92\xa0\x4e\xa1\x70\x9e\x35\x67\x35\x98\xf1\x2d\x20\xb3\xab\x91\x43\x34\xe5\xce\xe7\x77\x90\x86\x23\x7f\xe4\xb8\x29\x5c\x35\xc4\x3e\xed\xbd\x56\x8d\x8a\xb9\x68\x84\x81\xfd\x68\xc3\xbb\xe9\x94\x7e\xbf\x9b\x0e\x9b\xd1\x57\x82\xb4\x74\x58\x7a\xe4\x86\xd9\x3d\x79\x0f\x81\x7a\x04\xbd\x21\xc3\x4f\x4c\x18\x18\xd6\x4d\x98\x0c\xc9\xab\x10\x16\x2c\x15\x78\xf4\x32\x2c\x2c\xd0\xeb\x23\xec\x9a\xcb\x92\x19\x9e\xb4\x3a\x5d\x8f\xdb\x37\x6d\xdd\xf9\x3f\xa1\xe6\x4c\xcc\xec\x6e\x6a\xec\x36\xf2\xda\x2e\x38\x76\x6c\xaa\xca\xe1\x77\x60\xc0\xf8\x85\x76\x8d\x94\x34\xd9\x2e\x9e\x53\x28\x45\x5d\x67\x41\xc5\x7a\xf7\x40\xa8\xb7\x67\x57\x28\xf7\xc0\x42\x25\xc5\xc6\x9d\x4f\xce\x5e\x67\x12\x7f\xc8\x1d\x0e\xa5\x66\xfd\x82\xa1\x14\xc7\xf8\x71\xe1\x54\xce\xef\xf3\x42\xba\x03\x6d\xc7\x33\x4b\xc4\x53\x69\x78\xb4\x44\x73\x23\x7d\x27\x7b\x2e\x2e\xdf\x53\x9e\x29\x50\xc8\x34\x3a\xa8\x79\x3f\xf4\xb9\x51\x7f\x5c\x9b\x7c\x7c\xb8\x16\xcc\x64\x2d\xc6\xd6\x86\x16\x13\x48\xe0\xe4\x87\x23\xdc\x81\xd9\x47\xd1\xc7\x14\xd2\x3c\x08\x3f\x54\xff\x04\x6d\x3b\x37\x8b\xc9\xcd\x56\x34\x31\x0f\x82\x82\x7b\x6d\x79\xde\xbd\xef\xa8\xde\x0e\xde\x81\xe0\xf2\xac\x5d\xc2\xc4\x9d\x03\x6f\xcb\x7f\xdd\x1c\x1a\x2b\xe4\x4a\x52\xe4\xae\xe5\xdf\x66\x2f\x7a\x2c\x97\x9d\x4b\xab\xa4\x70\xa8\x85\xef\x21\x11\x3c\x28\x78\xe4\xdd\xc1\x58\xdf\x3d\x27\xd6\x8a\x97\xce\xb8\xcf\xea\xf2\xaa\xa3\x23\x3b\x7e\xa7\x5c\xe5\x79\x7d\x54\xf3\x27\x89\xd8\x4c\xe3\x18\x42\xce\x10\x44\xc6\xb2\xcc\x4a\x29\xaf\x88\x3b\x16\xb3\x89\x72\xee\x9e\x9c\xaa\x6f\x09\xf2\x98\x1b\x08\x9d\xb5\x41\xa5\x59\x04\x14\xed\x1d\xb3\xb8\xda\xf9\x6b\x18\x57\x09\xba\xcb\xdd\x89\x7b\x8c\x69\x16\x03\x82\x36\xf5\x69\x3b\x29\xe5\x97\xe4\xaf\xa2\xac\x9a\xc9\x08\x8e\x42\x2b\xc8\x33\xeb\x87\xca\xf5\xa5\x31\x9c\xf9\xf7\x8f\x4c\xa4\xb9\xc2\x4f\xf7\x7f\x53\xc3\x2f\x47\x0c\xb8\x54\xb6\x83\x86\x09\xc8\x90\xcb\x68\xa4\x61\xae\x14\xfa\x41\x65\xfb\x66\xb7\x03\xfe\x3e\xb9\x28\xdf\xed\x95\xd6\x4e\x9a\x33\x1e\x83\x4a\xb1\x85\xe3\xa8\xc9\x75\x28\x66\x4a\x87\x9b\xa3\x1d\x73\x0f\xd4\x91\xf7\xac\x76\xcc\xd3\x72\x9d\x81\x80\x44\x69\xb4\x04\xda\x8e\x87\x99\xc6\xf3\xf2\xee\xc6\x3f\x91\xa7\x5c\xbb\x7f\x14\xa0\x71\xb6\xd4\x60\x96\x4a\x84\xe6\x1c\xdb\xf1\x75\x92\xfe\x40\x2e\xf8\x3f\x0c\x0b\x8e\x09\x92\x94\xa6\xa5\x90\x32\xc1\x74\x4c\x31\x37\xea\x3a\x08\x8e\xf1\x73\x06\x31\xee\xc5\xbf\xd6\x10\x72\xbc\x62\xc2\x9e\x97\x45\x26\x81\x93\xd2\xb9\x17\xf7\x95\x4b\xdd\x57\xef\xd9\x4c\xae\xae\x95\x94\x10\x60\x6d\xde\x0d\x4a\x59\x2f\x79\xd4\xbd\xf4\x9e\xc4\x1f\x29\xa4\x30\x81\x04\x97\x1e\xf3\xc1\x3e\xd3\xd0\x0a\x7a\x09\xbf\x82\xdf\x7b\xec\x9f\x34\xc0\x2d\xc4\x4a\x6f\x66\x4a\x7d\x51\xeb\xa9\xbc\xbd\xf2\xe8\x0b\x0d\x60\x29\x98\xc6\xee\xf5\x99\x39\xb4\xfa\x39\x7b\x9a\x6d\x75\x95\x0d\x15\x5f\x58\x94\x9f\xe8\xee\x99\x0a\x16\x9d\x99\x44\x05\xf9\xa5\x42\x67\xe1\x17\x86\x20\x83\x4d\xc9\x46\x54\x78\x49\x2f\xbd\x54\xf5\xd0\x7b\x33\xfd\xa9\x39\x42\x2d\xfe\xb5\x95\xf4\x9a\x40\xcd\x47\x47\x06\xcf\xca\x67\x92\x6a\x56\x1c\x47\xcf\x34\x3d\x81\x6d\xc0\x8e\x44\x5e\x90\x80\xe6\xea\x84\xaa\xec\x75\xd7\xcf\xc2\xd6\xe0\x4f\xe0\x9c\xbe\x32\x7a\x09\xea\x29\x1d\x74\x33\x4f\x2f\x79\xbc\x04\xf5\x94\xe8\xdd\xcc\xd3\x4b\x12\xbd\x13\x50\x09\x7d\x02\xff\x28\x45\x85\x5a\xf7\x99\xd7\x1e\x52\xea\x37\xc3\x43\x74\xd4\x63\x2e\x35\x6e\xea\x3b\x83\x6e\x56\xea\x29\x87\xbe\xc9\xa9\xc4\x3e\x8e\x9b\x7a\x49\xe3\x2c\x8a\xda\xef\xeb\x73\x6c\x3e\xc3\x66\x9a\xdd\x77\x57\xb1\x71\xbf\xd6\xf2\xae\x10\x0b\xb3\x03\x91\xe4\x9f\x1c\x40\x06\x7a\x93\xa0\xfb\x76\xe3\x3e\x9b\x6f\x07\x03\x95\x62\x92\x22\x19\xe2\x92\x1b\x1a\xce\xcb\x0f\x85\x8b\x87\x50\xfa\x5f\x50\x43\x30\x81\xe6\x09\xfa\x8f\x73\x43\xad\x52\x84\xff\xbc\x27\x4e\x61\x90\x5f\xfa\xf3\xab\xae\xff\xfd\x75\xac\x43\x33\x6e\x85\x6c\xf3\x99\x7f\xaf\x28\x5d\xe6\x1f\x12\x5a\xd0\xaa\xca\x3b\x60\xf9\xcb\x18\xe2\x39\x68\x73\x18\xac\xa1\x3c\xd8\x0e\x2a\x65\xfb\x37\x00\x00\xff\xff\xb4\xfe\xed\xa2\x2e\x20\x00\x00")
func bindataTemplatesAuroradbtfMainTfBytes() ([]byte, error) {
return bindataRead(
_bindataTemplatesAuroradbtfMainTf,
"templates/aurora-db-tf/main.tf",
)
}
func bindataTemplatesAuroradbtfMainTf() (*asset, error) {
bytes, err := bindataTemplatesAuroradbtfMainTfBytes()
if err != nil {
return nil, err
}
info := bindataFileInfo{
name: "templates/aurora-db-tf/main.tf",
size: 8238,
md5checksum: "",
mode: os.FileMode(420),
modTime: time.Unix(1695635773, 0),
}
a := &asset{bytes: bytes, info: info}
return a, nil
}
var _bindataTemplatesAwsrolestfDeploySh = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xbc\x54\xc1\x6e\xdb\x3a\x10\xbc\xf3\x2b\xe6\x29\x02\xf4\x7a\xa0\x04\xf4\x5a\xf8\x10\x34\xe9\xb1\x28\x92\x43\x0f\x2d\x10\x30\xd4\xca\x26\x22\x93\x02\x49\xc5\x16\x6c\xfe\x7b\x41\xd9\x96\x25\x47\x71\x51\x14\xe8\xc5\x90\x77\x76\x67\x66\xc9\xe5\xde\xfc\x57\x3c\x2b\x5d\xb8\x15\x63\x37\xa0\xad\xf2\xd8\xac\x48\x43\xe8\x0e\xd2\xac\xd7\x42\x97\xa8\x84\xaa\x1d\x73\xe4\xc1\x89\x31\x51\x96\xca\x2b\xa3\x45\xfd\xe4\xc9\x5a\x51\x19\xbb\x7e\x32\x4d\x0c\xb9\x45\x92\x8c\xf1\x97\xf6\x99\xc6\x10\xdb\xed\xa0\x2a\xe4\xb7\xb2\x0f\xe5\xdf\x6a\xa1\x11\x02\xce\x3c\xa2\x47\x16\x4d\x04\x76\x3b\x50\xed\x68\x52\x71\x47\xce\x5b\xd3\xcd\xd5\x94\x07\x68\x28\x9b\xcb\x11\x4d\x53\x77\xe8\x53\x74\x89\x10\xa2\x23\x1e\x05\x62\x9b\x53\x5b\x97\x92\x31\xfb\x7a\xeb\xe9\xee\x1a\x1e\xc0\x8f\x0e\x93\x5e\xf4\xd4\x9a\xb1\x6f\xa5\x86\xc0\x6d\xef\xf7\xef\x95\x45\xeb\x0d\x17\x4d\x63\xcd\x2b\x8d\xe4\xa7\xc4\xd3\xdb\x9a\x70\x8e\xa1\x00\xce\x4b\xdb\x71\xdb\xea\x85\xac\x15\x69\x7f\x64\x3c\x9e\x28\x1b\x0c\x40\x69\xe5\x47\x7f\x37\xc6\xbe\xb8\x46\x48\x82\xa3\x9a\xa4\x8f\xf7\x90\xdf\x6f\xbd\x15\x0f\xe4\x4c\x6b\x25\xb9\xfc\xfb\x90\x13\x02\xf6\x7b\xcc\x55\x6b\xda\xfc\xae\x94\xb1\xd8\xab\x2a\xc9\xba\x45\xfa\xff\x99\x64\x88\x62\x8f\xa5\xa5\x06\x99\xa5\xa5\x72\xde\x76\xf9\x90\x94\x2b\x53\xf0\x0c\x7b\x88\xcd\x0b\xf8\x17\x24\x3f\x12\x64\xbb\xc6\x2a\xed\x91\x7e\x0c\x11\x71\x54\x22\x73\x45\x9e\x16\x45\xf6\x81\xf5\x50\x85\xec\xa7\xce\x58\x65\xec\x20\x02\xa5\x91\x0e\x8a\x9f\x50\x1a\x06\x48\x63\x2d\x49\xff\x74\x8a\xc7\x93\x3e\x7d\x17\x05\x2f\x56\xc2\xad\x94\x34\xb6\x09\x09\x03\x48\xae\x0c\x12\xda\x92\x6c\xbd\xd2\xcb\x73\xe8\xdc\x92\xf3\xc2\x13\x2c\x35\xb5\x90\xc4\x07\xed\xc9\x9d\x9f\x6d\x20\xbd\x34\x10\x39\xff\x90\x2d\x19\xe8\x12\x24\x33\x84\xa5\xd1\x34\x39\x95\xd1\x10\xa4\x97\x8f\x12\xe9\xb5\xe1\x3d\x3d\x50\x6d\xfc\x9b\xbd\xc1\x80\x38\x98\xd2\xd7\x90\x46\x57\x6a\x89\xd6\x11\x97\x46\x7b\xda\x1e\x86\xeb\x73\xdd\x3a\x4f\xf6\x90\x7b\x64\xba\x1c\x9b\x47\xb2\xaf\x4a\xd2\x83\xa9\x29\x8f\x3f\x5f\xc5\x9a\x26\xdc\x87\xa5\xc1\xab\xb9\x99\x9b\x2b\x46\x08\x7c\x26\xf5\x5e\xbf\x2a\x6b\xf4\x9a\xb4\x47\x08\x79\x27\xd6\x35\x78\xbf\xe5\xf2\x3b\x6a\x6a\xd3\x45\x24\x8f\x04\xc3\xfc\xa7\xef\x3c\xc1\x63\x33\xa7\x37\xfc\x8e\xd5\xb1\x97\xf8\xfd\xd8\x56\x95\xda\xfe\x23\x77\xa7\x75\x30\xda\x0c\xbf\x02\x00\x00\xff\xff\x0f\xff\x4f\x1a\x6a\x06\x00\x00")
func bindataTemplatesAwsrolestfDeployShBytes() ([]byte, error) {
return bindataRead(
_bindataTemplatesAwsrolestfDeploySh,
"templates/aws-roles-tf/deploy.sh",
)
}
func bindataTemplatesAwsrolestfDeploySh() (*asset, error) {
bytes, err := bindataTemplatesAwsrolestfDeployShBytes()
if err != nil {
return nil, err
}
info := bindataFileInfo{
name: "templates/aws-roles-tf/deploy.sh",
size: 1642,
md5checksum: "",
mode: os.FileMode(420),
modTime: time.Unix(1695634547, 0),
}
a := &asset{bytes: bytes, info: info}
return a, nil
}
var _bindataTemplatesAwsrolestfMainTf = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x53\xcb\x6e\xdb\x30\x10\xbc\xfb\x2b\x16\xba\x4b\x46\xd1\x9b\x81\x00\x6d\x5a\x1f\xda\x43\x1b\xc4\x41\x7b\x34\x68\x7a\x25\x13\x26\xb9\x0a\x1f\x4e\x0c\x47\xff\x5e\x2c\x49\x05\x56\xe3\x36\x2d\x5a\x1d\x0c\x81\x9e\x99\x9d\xe1\x8e\x02\x3a\x27\x5a\x72\x06\x4e\x33\x80\x8d\x90\x7b\xb4\x5b\xa8\xfc\xdb\x2a\x1d\x00\x6c\xa2\xdc\x63\x80\xe9\x73\x05\xd5\xe9\x04\xcd\x2a\x88\x80\xab\x40\x0e\xaf\x33\xb1\xb9\x4e\xe8\x2f\xc2\x20\x0c\x43\x95\x04\x1c\x76\x8a\xec\x4b\x01\xd1\xd7\x9e\x62\xd8\xd5\x6f\x32\x6e\x8f\x47\x78\xf1\x5c\x41\xe5\xd1\x1d\x94\xc4\x5a\x09\x53\x3b\xd2\xe8\x33\xfc\x74\xaa\x41\xb5\x80\xf7\xd0\x7c\xb2\xad\x13\xdf\xd0\x05\x25\x85\x86\x4a\xa3\xdd\x2a\xdb\x55\x30\x0c\x09\xf9\x40\x6e\xef\x7b\x21\x71\xbd\xc7\xe3\xba\x77\xd8\xaa\x47\x16\x56\xc2\x24\xbd\x39\x47\x59\x3e\x06\x27\x6e\xd1\x53\x74\x12\x7d\xb3\xb4\x07\xe5\xc8\x1a\xb4\x01\x86\x21\x21\x4a\xa8\x7a\x7c\x5f\xc5\x96\x85\xc6\x98\xec\x07\xb5\xc7\xbf\x19\x3a\x35\x5e\xe6\xfc\x1f\x27\x76\x5b\x8c\xf4\x8e\x5a\xa5\xf1\x0f\xf7\xf7\xfe\xfb\xea\xa6\x10\x46\x39\x21\xf5\xc5\xbd\xe4\x62\xd4\xf4\x60\xd1\xd5\x6d\xd4\xba\x96\x64\x83\x23\xcd\xb4\x61\x36\xcc\x66\x86\xb6\x51\x63\xca\x9c\x36\x97\x2b\x95\x83\x9d\x09\x75\x2a\x2c\x16\xde\xef\x16\xf3\x79\xa7\xc2\xbb\x4e\x85\x5d\xdc\x34\x92\xcc\xdc\x8a\x83\xaa\x15\x5f\xd2\xfc\x79\xfb\x4d\xa7\x02\x4f\xc0\xb3\x7b\x61\x99\x57\xae\xee\x09\xee\x23\x05\xcc\x9d\x28\x95\x5a\xb3\x60\xe2\x56\x3d\x69\x25\x15\xfa\x6a\x71\x41\x67\x95\xe1\xb7\xa4\xb1\xb9\x29\x40\x78\x02\x13\x7d\xb8\xa3\xcf\x9e\x2c\x0c\x49\xd6\x0a\x83\x69\xe7\x25\x19\x4b\x7d\xc4\x5e\xd3\x91\x2d\xa4\x55\xe5\xbf\x27\x66\xa4\x8e\x3e\xa0\x5b\x33\x7b\x64\x7d\xc8\x67\x53\x60\x69\xfc\xef\xdc\xf1\x0f\x8f\x49\x78\x4e\x57\x54\x7f\x75\x43\x97\xb8\xe3\xd0\xe7\x99\xdc\x6a\xb8\xa8\x58\xbd\xda\xc6\xd2\xc5\x4c\x4f\x9b\x5c\x1f\xc6\xbe\x67\x47\xd3\x6f\x60\x12\x38\x88\xce\x33\x2a\xd5\xf0\x0e\x85\x29\x14\x7e\x6d\xce\xad\x8e\x5f\xfa\x57\xee\xe2\x39\x28\x1f\xfc\x84\x4a\xcc\xa9\xf9\xdc\xf4\xe5\x3f\x54\x8a\x0b\xff\x23\x00\x00\xff\xff\x31\x9b\xdd\x64\x4c\x05\x00\x00")
func bindataTemplatesAwsrolestfMainTfBytes() ([]byte, error) {
return bindataRead(
_bindataTemplatesAwsrolestfMainTf,
"templates/aws-roles-tf/main.tf",
)
}
func bindataTemplatesAwsrolestfMainTf() (*asset, error) {
bytes, err := bindataTemplatesAwsrolestfMainTfBytes()
if err != nil {
return nil, err
}
info := bindataFileInfo{
name: "templates/aws-roles-tf/main.tf",
size: 1356,
md5checksum: "",
mode: os.FileMode(420),
modTime: time.Unix(1695634547, 0),
}
a := &asset{bytes: bytes, info: info}
return a, nil
}
var _bindataTemplatesAwss3buckettfDeploySh = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xa4\x53\x41\x8f\xd3\x3c\x14\xbc\xfb\x57\xcc\xe7\x8d\x94\x8f\x43\x12\x89\x2b\xea\x61\x25\xe0\x8c\xb8\x70\x00\xa9\x32\xce\x4b\x63\x6d\x6a\x5b\xcf\x2e\x6d\x95\xe6\xbf\x23\x87\xd6\xd9\x96\xaa\x08\x71\x4b\x66\xe6\xbd\x99\x71\x9c\xa7\xff\x9a\xef\xc6\x36\xa1\x17\xe2\x09\x74\x30\x11\xfb\x9e\x2c\x94\x3d\x42\xbb\xed\x56\xd9\x16\x9d\x32\x43\x10\x81\x22\x2a\x12\x42\xb5\xad\x89\xc6\x59\x35\xac\x23\x31\xab\xce\xf1\x76\xed\x7c\x82\xc2\x4a\x4a\x21\xc6\x11\xa6\x43\xfd\xac\x67\xa8\xfe\x34\x28\x8b\x69\xc2\x22\x56\x33\xb3\xf2\x89\x18\x47\xd0\x10\xe8\x6a\xe2\x3d\x85\xc8\xee\x78\x6f\xa6\xfd\x45\xe5\xb1\x7b\x1a\xe5\xfd\x70\xc4\x2c\xb1\x2d\xa6\x29\x25\xaa\x92\x41\xea\x72\x1d\xeb\xd6\x32\xa9\x1f\xf7\x2b\xc6\x47\xfc\x84\xea\x9c\x50\xce\xa6\x97\x6a\x8e\x7f\xb7\xca\xc0\xf3\x9c\xf7\xdf\x9d\xd5\x2e\xba\x4a\x79\xcf\xee\x07\x9d\xed\xcf\xfd\x45\x96\xc3\x58\x13\x5f\xbd\xee\x1d\xbf\x04\xaf\x34\x21\xd0\x40\x3a\xa6\x53\xab\x3f\x1c\x22\xab\xcf\x14\xdc\x8e\x35\x85\xfa\x4b\xd6\x4c\x13\x4e\x27\xdc\x9b\xb6\xb4\xff\xd3\xa8\x10\x29\x99\x69\x89\xc3\xaa\xf8\x7f\x59\x92\x51\x9c\xb0\x61\xf2\x28\x99\x36\x26\x44\x3e\xd6\x59\x54\x1b\xd7\x54\x25\x4e\x50\xfb\x17\x54\x1f\x21\xbf\x4a\x94\xa3\x67\x63\x23\x8a\xb7\x53\x62\x02\xb5\x28\x43\x53\x17\x4d\x53\xbe\x11\x33\xd5\xa1\xfc\x66\x4b\xd1\x39\xce\x26\x30\x16\x45\x76\x7c\x87\xd6\x09\x40\x3b\x66\xd2\x71\x7d\xc1\xd3\x59\x5f\x9e\x9b\xa6\x6a\x7a\x15\x7a\xa3\x1d\xfb\x49\x0a\x80\x74\xef\x20\xe9\x40\x7a\x17\x8d\xdd\x2c\xd0\x52\x29\x44\x15\x09\x4c\x7e\x50\x9a\xaa\xec\x7d\xf5\x85\x96\x18\x28\x6e\x03\xa4\x9d\x7f\xb9\x4d\xe6\x75\x12\xf2\xce\xc2\xd6\x59\xba\x3a\x95\x57\x97\xa0\xb8\xfd\x85\x50\x3c\xba\x6a\xe2\x67\x00\x00\x00\xff\xff\x2f\xff\x37\x64\x33\x04\x00\x00")
func bindataTemplatesAwss3buckettfDeployShBytes() ([]byte, error) {
return bindataRead(
_bindataTemplatesAwss3buckettfDeploySh,
"templates/aws-s3-bucket-tf/deploy.sh",
)
}
func bindataTemplatesAwss3buckettfDeploySh() (*asset, error) {
bytes, err := bindataTemplatesAwss3buckettfDeployShBytes()
if err != nil {
return nil, err
}
info := bindataFileInfo{
name: "templates/aws-s3-bucket-tf/deploy.sh",
size: 1075,
md5checksum: "",
mode: os.FileMode(420),
modTime: time.Unix(1689841866, 0),
}
a := &asset{bytes: bytes, info: info}
return a, nil
}
var _bindataTemplatesAwss3buckettfMainTf = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x53\x4d\x8b\xdb\x30\x10\xbd\xe7\x57\x0c\xbe\xcb\xa6\xe4\x16\x58\x68\x43\x73\x48\xa1\x6d\xa8\x97\xf6\x68\x14\x7b\xec\x08\xdb\x52\x56\x1a\x25\x1b\xbc\xfe\xef\x45\x96\xbd\x58\xf9\x80\x96\x56\xb9\x24\x93\xf7\xde\xbc\x79\x23\x11\x6a\xcd\x4b\xa5\x5b\xe8\x16\x00\x7b\x9e\xd7\x28\x0b\x88\xcc\x32\x1a\x0a\x00\x7b\x9b\xd7\x48\x10\x9e\x27\x88\xba\x0e\xe2\x94\x38\x61\x4a\x4a\xe3\xda\x13\xe3\xf5\x80\xfe\xc6\x5b\x84\xbe\x8f\x06\x01\x8d\x95\x50\xf2\x56\x80\x1f\x99\x51\x96\x0e\xec\x83\xc7\xd5\x78\x81\x9b\xf3\xe4\xac\x30\xef\xc1\x78\x5c\xd7\x31\x10\x25\xe0\x0b\xc4\x5b\x59\x6a\xfe\x13\x35\x89\x9c\x37\x10\x35\x28\x0b\x21\xab\x08\xfa\x7e\x40\x9e\x95\xae\xcd\x91\xe7\x98\xd5\x78\xc9\x8e\x1a\x4b\xf1\x1a\x2a\x26\x6e\x8a\xcd\x2b\x69\xfe\x03\x8d\xb2\x3a\x47\x13\x6f\xe4\x49\x68\x25\x5b\x94\x04\x7d\x3f\x20\xc6\x79\xd8\xf4\x3d\xb5\xa5\x93\x9a\x26\x74\x8e\xb0\x31\xf8\x77\x6d\x43\xf3\x63\xa7\xff\xe3\x45\x16\xa3\x95\xa3\x56\xa5\x68\xf0\x0f\x97\xf7\xe9\x57\xba\x1b\x09\x93\x1c\xcf\x9b\xbb\x4b\xf1\x83\x30\x75\x96\xa8\x59\x69\x9b\x86\xe5\x4a\x92\x56\x8d\xa3\xf5\x8b\x7e\xb1\x68\x55\x61\x1b\x0c\xd6\x37\xdc\x28\x3f\xda\x4c\xaa\x12\xb4\x5a\x19\x73\x58\x25\x49\x25\xe8\x63\x25\xe8\x60\xf7\x71\xae\xda\x44\xf2\x93\x60\xc2\xc5\x94\xf0\xb3\x61\xef\x4a\x71\x25\xc8\xf5\x31\xcb\x6c\x94\x76\x42\x77\xe2\x4b\x97\xeb\xf1\xff\x37\x68\xad\xa1\x67\xf5\xc5\x28\xe9\xaf\x07\xce\xa2\x7d\x40\x9f\xa7\xff\x06\x2f\x56\x11\x7a\xee\xe0\x29\x3b\x4d\xbb\xf3\xe4\x70\x9f\x01\xde\xbb\xcc\x88\x57\xc6\x81\x87\x64\x9f\x91\xb7\xf3\x48\x9d\x84\xab\xf9\x05\x07\x74\x80\xef\x2e\xe7\x39\xc8\x17\xae\x50\x3b\xad\x0a\x9b\xd3\x1c\x37\x95\xae\x90\x43\x8f\xf1\x1e\x04\x8f\x75\xf3\x0f\xa9\xbc\x3f\xcd\xf8\x2b\x12\x2f\x38\xf1\x47\xf5\xf8\x33\x27\x9e\xa2\x34\x82\xc4\x49\xd0\x65\xc2\x5d\x97\x7d\xff\x87\xac\x3b\xdd\xdd\x33\x7c\xac\x16\xed\xb6\xdb\x2c\xdd\x6d\x83\xa7\x12\xd0\xfd\x4f\xf7\xf9\x1d\x00\x00\xff\xff\x40\x3e\x4a\x1c\x19\x05\x00\x00")
func bindataTemplatesAwss3buckettfMainTfBytes() ([]byte, error) {
return bindataRead(
_bindataTemplatesAwss3buckettfMainTf,
"templates/aws-s3-bucket-tf/main.tf",
)
}
func bindataTemplatesAwss3buckettfMainTf() (*asset, error) {
bytes, err := bindataTemplatesAwss3buckettfMainTfBytes()
if err != nil {
return nil, err
}
info := bindataFileInfo{
name: "templates/aws-s3-bucket-tf/main.tf",
size: 1305,
md5checksum: "",
mode: os.FileMode(420),
modTime: time.Unix(1695634547, 0),
}
a := &asset{bytes: bytes, info: info}
return a, nil
}
var _bindataTemplatesDocumentdbtfDeploySh = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xa4\x53\xc1\x8e\xd3\x30\x14\xbc\xfb\x2b\x06\x13\x29\x70\x48\x22\x71\x45\x3d\xac\x04\x9c\x11\x17\x0e\x20\x55\xc6\x7e\x6d\xad\x0d\xb6\xf5\xec\xd2\xad\x52\xff\x3b\x72\x68\xdd\x6d\xa9\x8a\xd0\xde\x92\x99\x79\x33\xf3\x1c\xe7\xf5\xab\xe1\x87\x75\x43\xdc\x08\x11\x29\xa1\x23\x21\x94\x31\x36\x59\xef\xd4\xb8\x4c\xc4\xac\x56\x9e\x7f\x2e\x7d\x28\x50\x5c\x48\x29\xc4\x34\xc1\xae\xd0\x3f\xe8\x19\xea\x3f\x8f\xca\x21\x67\x9c\xc5\x6a\x66\x16\xa1\x10\xd3\x04\x1a\x23\x5d\x4c\x7c\xa0\x98\xd8\xef\x6f\xcd\x98\x3f\x54\x1d\xbb\xa5\x51\x21\x8c\x7b\xcc\x12\x67\x90\x73\x69\xd4\x95\x00\xe5\xcc\x55\xad\xeb\xc8\xa2\xbe\xbf\x5f\x33\xdd\xe3\x33\xba\x63\x43\x39\x87\x9e\x56\xf3\xfc\x77\x54\x05\x1e\xe6\xbe\x2f\x4f\x56\xdb\xe4\x3b\x15\x02\xfb\x5f\x74\x8c\x3f\xee\x2f\xaa\x1c\xd6\xd9\xf4\xec\x75\xe7\xf9\x31\x06\xa5\x09\x91\x46\xd2\xa9\x9c\x5a\xff\xf1\x29\xb1\xfa\x42\xd1\x6f\x59\x53\xec\xbf\x56\x4d\xce\x38\x1c\x70\x6b\xda\xd1\xee\x5f\xa3\x42\x94\x66\xd6\x10\xc7\x45\xf3\xe6\x6c\x52\x51\x1c\xb0\x66\x0a\x68\x99\xd6\x36\x26\xde\xf7\x55\xd4\x5b\x3f\x74\x2d\x0e\x50\xbb\x47\x74\x9f\x20\xbf\x49\xb4\x53\x60\xeb\x12\x9a\x77\xb9\x30\x91\x0c\xda\x38\xf4\xcd\x30\xb4\x6f\xc5\x4c\xad\xd0\x7e\x77\xad\x58\x79\xae\x21\xb0\x0e\x4d\x4d\x7c\x0f\xe3\x05\xa0\x3d\x33\xe9\xb4\x3c\xe1\xe5\xac\x4f\xcf\xc3\xd0\x0d\x1b\x15\x37\x56\x7b\x0e\x59\x0a\x80\xf4\xc6\x43\xd2\x13\xe9\x6d\xb2\x6e\x7d\x86\xce\x2b\xc5\xa4\x12\x81\x29\x8c\x4a\x53\x57\xb3\x2f\xbe\xd0\xb9\x06\x9a\xeb\x02\xc5\xf3\x3f\xdd\x64\xb5\x93\x90\x37\x0c\x8d\x77\x74\x71\x2a\xcf\x2e\x41\x73\xfd\x0b\xa1\xb9\x77\xd5\xc4\xef\x00\x00\x00\xff\xff\x13\xd4\xeb\x38\x15\x04\x00\x00")
func bindataTemplatesDocumentdbtfDeployShBytes() ([]byte, error) {
return bindataRead(
_bindataTemplatesDocumentdbtfDeploySh,
"templates/document-db-tf/deploy.sh",
)
}
func bindataTemplatesDocumentdbtfDeploySh() (*asset, error) {
bytes, err := bindataTemplatesDocumentdbtfDeployShBytes()
if err != nil {
return nil, err
}
info := bindataFileInfo{
name: "templates/document-db-tf/deploy.sh",
size: 1045,
md5checksum: "",
mode: os.FileMode(420),
modTime: time.Unix(1689841866, 0),
}
a := &asset{bytes: bytes, info: info}
return a, nil
}
var _bindataTemplatesDocumentdbtfMainTf = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x56\x4d\x6f\xdb\x46\x10\xbd\xeb\x57\x2c\x74\x6a\x81\x52\x46\xd1\x9b\x01\x03\x8d\xad\x04\x15\x12\xb7\x86\xbf\x7a\x28\x0a\x62\xb8\x3b\x92\x16\xda\x0f\x66\x3f\xa4\x28\x2e\xff\x7b\xb1\xbb\xa2\x4d\x4a\xa2\x2d\x83\x8c\x0e\x41\x3c\x7a\xf3\xe6\xcd\x7b\x43\x49\x0e\x8d\x81\xb9\x36\x92\x3c\x8d\x08\x29\x80\xae\x50\x31\x32\xb6\xbf\x8d\x63\x81\x90\xc2\xd3\x15\x3a\xd2\x7e\x5d\x90\xb1\x82\x35\xcf\x0a\x50\xab\xec\x99\x22\xa3\x5a\x4a\x50\x2c\xb3\x0e\x1c\x8e\x63\xbb\xc1\x05\xd7\xea\xb0\x1d\xca\xcc\x6a\xef\x96\xd9\xaf\x09\xb7\xc2\x2d\x39\x78\x5d\x90\x31\xd3\xd4\x4b\x54\x2e\x63\x45\x02\x6e\xb4\x59\xd9\x12\x28\xe6\x2b\xdc\xe6\xa5\xc1\x39\xff\xb6\x03\xb2\x22\x4d\xb6\x67\x4f\x4f\x64\x32\x53\x73\x03\x8f\x68\x1c\xa7\x20\x48\x55\xc5\xe2\xc7\x6f\xce\xc0\x2d\x5a\xed\x0d\x45\x3b\xf9\xa8\xd6\xdc\x68\x15\x06\x74\x20\xa6\x9a\x4e\x8b\xc9\x4c\x59\x07\x8a\xe2\x9f\x20\x91\x54\x55\x52\x52\x1a\x3d\xe7\x02\x0f\x24\x53\xc9\x12\x00\xa8\x38\xba\x53\xb2\x34\xd3\x1b\x85\x26\x9b\x7b\x21\x32\xaa\x95\x33\x5a\x84\xb6\x6a\x54\x8d\x46\x52\x33\x2f\x70\xb7\x54\x4a\x22\x09\x6a\x13\x2d\xb8\x3b\x3f\xb7\x76\x79\x7e\x76\xb6\xe0\xee\xf7\x05\x77\x4b\x5f\x4c\xa8\x96\x67\x31\x1d\x1e\x1c\x38\x63\x9a\x66\xac\xc8\x12\xe5\x64\xc1\x5d\x98\x82\x8d\xc5\x77\x6c\x6f\xd8\xf3\x1f\xf9\xea\xb5\x0b\xdb\x8f\x08\x51\x20\xb1\xf6\xbe\xbb\xfd\x88\x77\x2d\x96\xa8\x2f\x5f\xd7\x11\xd5\x2c\xed\xe0\x5a\x1d\x0e\x41\xee\xb9\x19\x3a\xee\x11\xe4\xe4\x90\x5f\x82\x75\x68\x72\x6f\xd1\x04\xc1\xaf\xaa\xbc\x8e\xd8\x07\x8b\xe6\x28\x47\x09\xd6\x6e\xb4\x61\x27\x70\xdc\xd4\xd0\x16\x0f\x15\x3e\x12\x59\xfe\x1d\xdf\x72\xec\x2a\x61\xef\x02\xb4\xaa\x46\x61\x6f\x58\xd8\xd0\x11\xcf\xea\xbe\x61\xc2\xab\xfb\x13\xf2\x57\x38\xb1\x43\x68\x2a\xef\x61\x6f\x8c\x66\x9e\xba\x7d\x6c\x5d\xde\x43\x37\x4f\xe3\x7d\xb7\x43\x48\x54\xda\x52\xd5\xd4\xbe\x03\x3d\x3d\x65\x84\xcf\xc9\xe4\x1a\x1d\x30\x70\x40\x3a\xea\x93\x29\x38\xb8\x43\x65\xb9\xe3\x6b\xee\xb6\x35\x6e\xbf\x9c\x06\x75\x76\xed\x49\x0c\x53\x50\x58\xec\x66\x1b\xdf\xcc\x66\xf9\xdd\xcd\x6c\xfc\x82\x57\x6c\x4f\x24\x7e\x6d\x4e\xe4\x36\xde\xc7\x2d\x52\xbd\x46\xb3\x25\xe3\x4f\x20\x2c\x8e\xdb\x2d\xa0\x18\xf9\x89\xe1\x1c\xbc\x70\x87\xe7\x01\x0e\x0a\xb0\x38\xb9\x04\xba\xf2\x65\x60\x2c\x04\x32\x32\x0f\x44\x3f\x9f\xd0\x37\xbd\x6d\x75\xd6\x8d\xf5\x92\xa9\x5a\x83\xc8\x05\x71\xc6\x63\xd7\x7e\x5d\x7f\xc6\x83\xe5\xbb\x87\x3e\xa7\x02\xac\x7d\xe3\xde\x3f\x6c\x6c\xfd\x21\x71\x15\xe1\xad\x30\xa0\x2c\xc5\x36\xe7\x52\x22\xe3\xe0\x50\x6c\x5f\xa5\x0a\xe0\x59\x03\x9b\x9e\x9f\xfa\x68\x8e\xf6\xdc\x80\x01\x89\x0e\x8d\x6d\x3f\xaa\xe5\x4b\xfd\x82\xfc\xf3\xbc\xa8\x01\xb5\xc0\xb7\xa9\x9e\xbd\x19\xa5\x43\x8f\x9f\x40\x9d\xd7\x4e\xc8\x1a\x84\xaf\x01\x8f\xf1\xff\xfb\x88\x64\x84\x44\xb7\xd4\x6c\x07\x8c\xeb\x5e\xa7\xca\xde\x05\x57\xbf\x1c\x46\xf3\xef\xa8\x55\x78\x31\xa6\x63\x9d\xcf\xd2\x7e\xc6\xed\x6c\xd7\xbd\x92\x36\x7e\xe7\x72\xf6\x5a\x02\xcf\x3d\x2d\x3d\x47\xa7\x1e\x27\x08\xff\x5e\x7e\x10\x68\xdc\xfd\xd2\xa0\x5d\x6a\xc1\xec\xe4\xaa\xf4\x0f\x8e\x0b\xfe\x1d\x5c\xf8\x39\x91\x72\x2a\x7d\xee\x5f\x8a\x39\x08\x30\x32\x77\x75\xd3\x6b\x22\x4f\x99\xd1\x5f\xff\xd4\x9b\x48\xf5\x1e\xf9\x18\xee\x20\x15\x4a\x34\x5c\x9f\xb8\x46\xe7\xa8\xa1\x53\xb8\x32\xc8\xb8\xbb\x04\x11\x9e\xd6\xe7\x45\x68\xac\xe6\x45\x2a\x0f\x91\x44\x7b\xce\xc0\x59\xbc\x63\x89\x21\xf2\x18\x7a\x97\x86\x53\x8f\x5a\x78\x89\x0f\x16\x16\x78\xaf\xf5\x1f\x7c\xb1\x4c\xbc\xeb\x58\xcf\x7d\x78\xa3\x77\x1c\x47\x86\x0c\x19\xc8\x3b\x76\xe8\x9d\xc6\x0f\x59\xa5\x61\xd5\x27\x83\x78\x8d\x52\x9b\xed\xbd\xd6\x5f\xf4\x66\xa6\xae\x2f\x13\xf3\xdc\x20\x86\x6f\xd7\x5c\xc6\xb7\x7b\x87\x72\x74\xd2\x90\xb1\xbc\x77\x95\xde\xd9\xfc\xa0\x8d\x1a\x9e\x4d\x2f\xaf\xb4\x52\x48\xe3\xbc\x44\xc9\x8a\x9c\xbe\xd4\x7a\xa7\xd2\x9e\x30\x64\x1c\x6f\x6b\xef\x1d\xc0\xd0\xe2\x1b\xbe\xdc\x22\xb0\x2f\xe0\x50\xd1\xdd\x0f\x74\x83\xc0\x72\x91\x2a\xbd\x5d\x6f\xb2\x0f\xe9\xf9\x29\xaa\x7b\xbb\x3e\xac\xf8\x86\x2b\x7f\x1b\xee\xb0\x25\x7f\x13\x2a\x83\xb9\xde\xe2\x1f\xd2\xf6\xd3\x84\xf7\x36\xfe\x34\xfd\xd5\xe8\xff\x00\x00\x00\xff\xff\x12\xa6\xff\x23\x23\x13\x00\x00")
func bindataTemplatesDocumentdbtfMainTfBytes() ([]byte, error) {
return bindataRead(
_bindataTemplatesDocumentdbtfMainTf,
"templates/document-db-tf/main.tf",
)
}
func bindataTemplatesDocumentdbtfMainTf() (*asset, error) {
bytes, err := bindataTemplatesDocumentdbtfMainTfBytes()
if err != nil {
return nil, err
}
info := bindataFileInfo{
name: "templates/document-db-tf/main.tf",
size: 4899,
md5checksum: "",
mode: os.FileMode(420),
modTime: time.Unix(1695634547, 0),
}
a := &asset{bytes: bytes, info: info}
return a, nil
}
var _bindataTemplatesDynamodbtfDeploySh = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xa4\x91\xc1\x4e\xf3\x30\x10\x84\xef\x7e\x8a\xfd\xf3\xe7\x9a\xf4\x09\x7a\xa8\x04\x77\xc4\x85\x63\xb5\xc4\x5b\x61\x61\x6c\x6b\xd7\xa5\x54\xae\xdf\x1d\xd9\x84\x50\x42\x14\x0e\x1c\xb3\x33\xa3\x6f\x26\xfe\xff\x6f\xf3\x68\xdc\x46\x9e\x94\x12\x8a\xd0\x91\x52\xa8\xb5\x89\xc6\x3b\xb4\xfb\x48\xcc\x78\xf0\xfc\xb2\xf7\xa1\x9c\x64\xdb\x34\x4a\xa5\x04\xe6\x00\xfd\x6e\xa8\xa7\xfe\xce\xa2\x83\x9c\xe1\xcb\x8c\x55\xd9\x86\x22\xa4\x04\x64\x85\xbe\x25\x6e\x48\x22\xfb\xf3\x52\x46\x7f\x48\x53\x6c\xc9\x83\x21\xd8\x33\x54\x8b\xd3\x90\x73\x69\xd4\x15\x00\x3a\x3d\xab\x35\x47\x16\xf7\xfa\xbe\x36\xad\xe9\x19\xba\xb1\x61\x53\xa1\x9f\xd3\x3c\xff\x44\x4d\x87\x5d\xed\xfb\x77\x32\x1e\xa3\xef\x30\x04\xf6\xaf\x34\xe2\xc7\xfd\x6a\xb2\x83\x71\x26\x5e\x7d\x9e\x3c\x3f\x4b\xc0\x81\x40\xc8\xd2\x10\xcb\x5f\xeb\x6f\xdf\x22\xe3\x3d\x89\x3f\xf2\x40\xd2\x3f\x4c\x9e\x9c\xe1\x72\x81\xa5\xb4\xa3\xd3\x6f\xd1\x2b\x6a\x3b\x7f\x33\x68\xd7\xb6\xa9\xf7\x00\x00\x00\xff\xff\x94\xee\x51\xe2\x86\x02\x00\x00")
func bindataTemplatesDynamodbtfDeployShBytes() ([]byte, error) {
return bindataRead(
_bindataTemplatesDynamodbtfDeploySh,
"templates/dynamo-db-tf/deploy.sh",
)
}
func bindataTemplatesDynamodbtfDeploySh() (*asset, error) {
bytes, err := bindataTemplatesDynamodbtfDeployShBytes()
if err != nil {
return nil, err
}
info := bindataFileInfo{
name: "templates/dynamo-db-tf/deploy.sh",
size: 646,
md5checksum: "",
mode: os.FileMode(420),
modTime: time.Unix(1689841866, 0),
}
a := &asset{bytes: bytes, info: info}
return a, nil
}
var _bindataTemplatesDynamodbtfMainTf = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xd4\x56\x4d\x6f\xe3\x36\x10\xbd\xeb\x57\x0c\x8c\x1e\x2b\x2d\x8a\xde\x0a\x04\xe8\xb6\x1b\xb4\xee\x36\xbb\x41\x62\x6c\x0f\xc5\x42\x18\x49\xb4\xcc\x5a\x22\x5d\x72\xe4\xd8\x50\xf5\xdf\x0b\x92\xfa\xa0\x64\x29\x71\xd0\x5c\xea\x8b\xc5\xd1\x7b\xf3\xf1\x38\x1c\x8a\x98\x52\xb8\x95\xaa\x84\x3a\x00\x48\x30\xdd\x33\x91\xc1\x4a\x7f\xbf\xb2\x06\x80\xa4\x4a\xf7\x8c\x60\xfc\xbb\x81\x95\xc0\x23\x0f\x13\x14\xfb\xb0\x77\x11\xa6\xb2\x2c\x51\x64\xa1\x26\x24\xb6\xb2\x74\xc5\x72\x2e\xc5\x25\x1d\x0f\xa1\x96\x15\xed\xc2\xef\x1c\x6e\xcf\xce\x70\xf1\xbb\x81\x55\x76\x16\x58\xca\x2c\x71\xa8\x27\xa9\xf6\xfa\x80\x29\x8b\xf7\xec\x1c\x1f\x14\xdb\xf2\x93\x8f\x72\x91\xf5\xbb\xba\x86\x68\x2d\xb6\x0a\xbf\x30\x45\x3c\xc5\x02\x9a\xc6\x1a\x6f\x4f\xa4\xf0\x81\x69\x59\xa9\x94\xe9\xe8\x56\x1c\xb9\x92\xa2\x64\x82\x3a\xc4\x27\x2c\x19\x34\x8d\x8b\x77\x50\x72\xcb\x0b\x76\x91\x55\x5a\x66\x0e\x80\x69\x31\x9b\xb6\x53\x2d\x94\x4f\x82\xa9\x70\x5b\x15\x45\x98\x4a\x41\x4a\x16\x86\xd6\x04\x4d\x10\x94\x32\xab\x0a\xe6\x15\x68\xf5\x76\x89\xf9\x9e\x72\x4e\x3f\xe6\x9c\x76\x55\x12\xa5\xb2\xfc\xc1\xca\xce\x4d\x69\xef\x1c\x33\xcc\x92\xd0\xf9\x8a\x72\x4e\xc6\x3d\xf3\x8a\xb2\x3e\x5e\x28\xfc\x1f\xf8\xbb\x92\x64\x8a\x0e\x00\xac\xeb\xf8\xd8\xc9\xe6\xc8\x63\x29\x47\x78\xc2\x5c\x8f\x4a\x77\x5d\xb3\x61\x58\x7a\xb6\x1a\x22\x63\x71\xe2\x8e\xf8\x00\x9f\x8d\x46\x97\x50\x67\x9e\x60\xef\x95\xcc\xaa\x94\xa6\xd8\xce\x3c\x41\xfb\x45\xbe\x4e\x05\x00\x9b\xe9\x28\xab\xb9\xdc\xeb\x3a\x04\xbe\x85\xe8\x8e\x11\x66\x48\xb8\x64\x8f\x3e\x20\xe1\x23\x13\x9a\x13\x3f\x72\x3a\x77\xb8\xa9\xd9\x45\x5a\x64\xcd\x44\x67\x85\x66\xcb\xde\x56\xf7\xeb\x75\xfc\x78\xbf\x5e\x0d\x78\x91\x8d\xe8\xdd\xb2\x09\x02\x97\xf4\x54\xa3\x0f\x6d\x7f\x46\x1b\x4c\x0a\xa6\x9b\x26\x20\xfb\x00\x37\xf0\x67\xe0\x9c\x28\x14\x39\x7b\x99\x07\x6d\x6f\x58\x7e\x2c\x8c\x9c\x37\xb0\xaa\x6b\xf8\xa6\x3b\x74\xb1\x5d\x8c\x0f\x65\x5c\xd7\xce\xc5\xe8\x60\x96\x5c\xc4\x8a\x61\x16\xa7\x78\xc0\xb4\x93\x2e\x7a\x60\x98\xdd\x71\xf1\x73\x67\x6c\x05\x6b\x0b\x36\xa4\x27\xc5\x89\x4d\x58\x7f\x18\xdb\x32\xcd\xc6\x21\x54\x39\xa3\xf8\x88\x45\xc5\x86\x58\x1b\x6b\xfd\x62\x8d\x63\x92\x8b\x73\xc9\xb2\xb1\x96\x69\x25\x9e\x16\xeb\xc2\xd3\x52\x5d\x78\x7a\xa6\xae\x45\x5a\xc2\x8b\x82\x8b\x3c\x2e\x65\xd6\x26\xf7\x93\xb3\xdc\x19\xc3\x18\xbb\x43\xbd\x33\x33\xd7\xe1\x7e\x45\xbd\xfb\xc8\x2e\x74\x32\x6d\x30\x80\x1e\xcc\x72\x8c\xf2\xce\x46\xb4\xa1\xa2\xe5\x11\x15\xfd\xdc\x00\x40\x22\xc5\x93\x8a\xfa\x0e\x31\xfb\x4f\x45\xf4\xbe\xb3\xfb\xe7\xb0\xf5\x60\x66\x9e\x69\x91\x6c\x80\xdf\xb6\x86\x31\x70\xd4\xf8\xad\xad\x0f\xd8\xb5\x74\x07\x71\x6d\xdd\xc7\xd5\x7d\xb0\x2e\x55\x80\x21\xc5\x36\xab\xb2\xd2\xb4\x91\xbf\x69\x29\x7a\x34\x00\x9d\x0f\x5d\x21\xe6\xc9\x47\x81\x07\x6b\xbe\xf5\x82\x0f\xf9\x01\x7c\x6d\xff\x0b\xcd\x67\x53\xfc\x5d\x73\xdf\xcf\x90\xde\xb3\x09\xfa\x94\xe9\xe6\x81\xbf\x7b\x4b\x94\x83\x92\x7f\xb1\x94\xb8\x14\x71\x5f\x21\x98\x59\xdc\x5a\x9f\x2d\x76\x98\x91\x9f\xa4\xf8\xc8\xce\x83\xcc\x63\x94\x90\xc2\xde\xf5\xa3\x5d\xb2\xe3\x78\x4a\x7b\x3e\x92\x37\xf7\xae\xd2\x3a\x5f\xd0\xfa\x97\x37\xd0\xba\xab\xbc\xd7\xf8\xbf\xee\xc4\x4c\x81\x93\x23\x0b\xde\x99\x7d\x31\x2d\x86\x59\x3f\x32\xc6\xa9\x5d\x4c\xa6\x09\xfa\x95\x29\x76\x11\xed\xa0\x9a\x0f\x39\x33\xd7\xa6\xf8\x57\x06\xfd\x3f\xb7\x2d\x00\x56\x24\x63\x9d\xa2\x9d\xdc\xfe\xd4\x83\x68\xad\xdf\x57\x24\x1f\xdd\xbb\x61\xfe\xbd\x54\x88\x47\xfa\x7c\x30\x02\x4c\x4a\x99\xbf\x92\xe6\x78\xd1\x1d\x9e\xae\x6c\x87\xf9\xfb\x7b\xde\x29\x17\x57\x3a\x9d\xbf\xa8\x67\x9d\x5e\x5e\xde\x8b\x99\xce\x5f\xae\x4b\xf5\x5f\xdb\x9a\x0b\xdf\x22\x4b\x0a\x5c\xeb\x76\xe1\xb3\x63\xd6\xed\xcc\xa7\xc8\xdb\x4d\xd0\xf6\xb5\xff\xf2\x6b\xe0\xaf\x9b\xe0\xdf\x00\x00\x00\xff\xff\x27\x26\xbd\x23\x7b\x0e\x00\x00")
func bindataTemplatesDynamodbtfMainTfBytes() ([]byte, error) {
return bindataRead(
_bindataTemplatesDynamodbtfMainTf,
"templates/dynamo-db-tf/main.tf",
)
}
func bindataTemplatesDynamodbtfMainTf() (*asset, error) {
bytes, err := bindataTemplatesDynamodbtfMainTfBytes()
if err != nil {
return nil, err
}
info := bindataFileInfo{
name: "templates/dynamo-db-tf/main.tf",
size: 3707,
md5checksum: "",
mode: os.FileMode(420),
modTime: time.Unix(1695634547, 0),
}
a := &asset{bytes: bytes, info: info}
return a, nil
}
var _bindataTemplatesElasticcachetfDeploySh = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xa4\x53\xc1\x8e\xd3\x30\x14\xbc\xfb\x2b\x06\x13\x29\x70\x48\x22\x71\x45\x3d\xac\x04\x9c\x11\x17\x0e\x20\x55\xc6\x7e\x6d\xad\x0d\xb6\xf5\xec\xd2\xad\x52\xff\x3b\x72\x68\xdd\x6d\xa9\x8a\xd0\xde\x92\x99\x79\x33\xf3\x1c\xe7\xf5\xab\xe1\x87\x75\x43\xdc\x08\x11\x29\xa1\x23\x21\x94\x31\x36\x59\xef\xd4\xb8\x4c\xc4\xac\x56\x9e\x7f\x2e\x7d\x28\x50\x5c\x48\x29\xc4\x34\xc1\xae\xd0\x3f\xe8\x19\xea\x3f\x8f\xca\x21\x67\x9c\xc5\x6a\x66\x16\xa1\x10\xd3\x04\x1a\x23\x5d\x4c\x7c\xa0\x98\xd8\xef\x6f\xcd\x98\x3f\x54\x1d\xbb\xa5\x51\x21\x8c\x7b\xcc\x12\x67\x90\x73\x69\xd4\x95\x00\xe5\xcc\x55\xad\xeb\xc8\xa2\xbe\xbf\x5f\x33\xdd\xe3\x33\xba\x63\x43\x39\x87\x9e\x56\xf3\xfc\x77\x54\x05\x1e\xe6\xbe\x2f\x4f\x56\xdb\xe4\x3b\x15\x02\xfb\x5f\x74\x8c\x3f\xee\x2f\xaa\x1c\xd6\xd9\xf4\xec\x75\xe7\xf9\x31\x06\xa5\x09\x91\x46\xd2\xa9\x9c\x5a\xff\xf1\x29\xb1\xfa\x42\xd1\x6f\x59\x53\xec\xbf\x56\x4d\xce\x38\x1c\x70\x6b\xda\xd1\xee\x5f\xa3\x42\x94\x66\xd6\x10\xc7\x45\xf3\xe6\x6c\x52\x51\x1c\xb0\x66\x0a\x68\x99\xd6\x36\x26\xde\xf7\x55\xd4\x5b\x3f\x74\x2d\x0e\x50\xbb\x47\x74\x9f\x20\xbf\x49\xb4\x53\x60\xeb\x12\x9a\x77\xb9\x30\x91\x0c\xda\x38\xf4\xcd\x30\xb4\x6f\xc5\x4c\xad\xd0\x7e\x77\xad\x58\x79\xae\x21\xb0\x0e\x4d\x4d\x7c\x0f\xe3\x05\xa0\x3d\x33\xe9\xb4\x3c\xe1\xe5\xac\x4f\xcf\xc3\xd0\x0d\x1b\x15\x37\x56\x7b\x0e\x59\x0a\x80\xf4\xc6\x43\xd2\x13\xe9\x6d\xb2\x6e\x7d\x86\xce\x2b\xc5\xa4\x12\x81\x29\x8c\x4a\x53\x57\xb3\x2f\xbe\xd0\xb9\x06\x9a\xeb\x02\xc5\xf3\x3f\xdd\x64\xb5\x93\x90\x37\x0c\x8d\x77\x74\x71\x2a\xcf\x2f\x45\x73\xfd\x0f\x01\xcd\xbd\xcb\x26\x7e\x07\x00\x00\xff\xff\x13\x25\x38\x58\x17\x04\x00\x00")
func bindataTemplatesElasticcachetfDeployShBytes() ([]byte, error) {
return bindataRead(
_bindataTemplatesElasticcachetfDeploySh,
"templates/elastic-cache-tf/deploy.sh",
)
}
func bindataTemplatesElasticcachetfDeploySh() (*asset, error) {
bytes, err := bindataTemplatesElasticcachetfDeployShBytes()
if err != nil {
return nil, err
}
info := bindataFileInfo{
name: "templates/elastic-cache-tf/deploy.sh",
size: 1047,
md5checksum: "",
mode: os.FileMode(420),
modTime: time.Unix(1689841866, 0),
}
a := &asset{bytes: bytes, info: info}
return a, nil
}
var _bindataTemplatesElasticcachetfMainTf = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x54\x4d\x6f\xdb\x3a\x10\xbc\xeb\x57\x2c\x7c\x97\x8c\xbc\x77\x0b\x10\xe0\x05\x41\x0e\x39\xbc\xb6\x28\x82\x1e\x7a\x11\xd6\xe4\xca\x26\xcc\x0f\x95\x5c\x3a\x71\x5d\xfd\xf7\x82\xa4\xec\x58\x71\xd3\x38\x29\xaa\xe3\x72\x66\x76\x39\xc3\x15\x93\xf7\xd8\x39\x6f\x60\x57\x01\x2c\x50\xac\xc9\x4a\x98\x85\x7f\x67\xb9\x00\xb0\x88\x62\x4d\x0c\xd3\xef\x0a\x66\x16\x37\xaa\x5e\xa0\x5d\xd7\x07\x89\x5a\x38\x63\xd0\xca\x3a\x30\x32\xcd\x32\xdd\xd3\x52\x39\x7b\x4a\xc7\xbe\x0e\x2e\xf2\xaa\xbe\x28\xb8\x35\x6d\xe1\xe4\xbb\x82\x19\x69\x0c\xac\x44\x2d\x50\xac\x46\xc9\x07\xe7\xd7\xa1\x47\x41\xed\x9a\xb6\x6d\xef\xa9\x53\x8f\x27\xd0\x32\x43\x98\xef\x76\xd0\xdc\xd9\xce\xe3\x17\xf2\xac\x04\x6a\x18\x86\x5c\xbc\x7d\x64\x8f\x9f\x29\xb8\xe8\x05\x85\xe6\xd6\x6e\x94\x77\xd6\x90\xe5\x97\x10\x45\xfe\x26\xa9\x37\x77\x36\x30\x5a\x41\x1f\xd0\x10\x0c\x43\x19\xac\xf7\xae\x53\x9a\x4e\xee\x20\x8c\x2c\x00\x14\xfa\x97\x97\x2c\x1e\xd7\xee\xc1\x92\xaf\xbb\xa8\x75\x2d\x9c\x65\xef\x74\xa2\x0d\xd5\x50\x55\xc6\xc9\xa8\xe9\x70\xc7\xb6\xd8\x91\x23\x2a\xf3\x1d\xa9\x2d\x15\x5f\x5e\x86\xb0\xba\x9c\xcf\x97\x8a\xff\x5b\x2a\x5e\xc5\x45\x23\x9c\x99\xe7\xcc\x54\x72\x63\x3e\x35\xab\xc8\x37\x4b\xc5\xa9\x23\x1d\x79\x91\x14\x5f\xb1\xeb\x07\x7c\x8b\x8e\x93\x0d\x15\x80\x45\x43\x4f\x99\xbc\xc9\xc6\x89\x4e\x9e\xb2\xdd\xec\x43\x2b\x52\xd3\x20\x27\x78\x26\x34\x23\xea\x9e\xd0\x34\xcf\x15\x13\x04\x97\x21\x41\x72\x14\xf7\xaf\xe0\x13\xe6\x63\xca\xe3\x18\x54\x0a\xcf\x50\x9f\xbc\x93\x51\xf0\x31\x6e\x5f\x7a\x86\xbc\xfd\x03\x5f\x01\xf2\x84\x4f\x31\x27\xf2\xf1\xd0\x19\x95\xef\x69\x9d\xa4\x96\xb7\x3d\x9d\x11\xc0\xf5\x43\xd8\x67\x70\xa3\x31\x84\x69\x53\xec\x7b\xbd\x6d\x95\x31\x24\x15\x32\xe9\xed\x39\x8a\x89\x73\x77\x44\xc9\x4a\xbb\x5d\x0d\xaa\xfb\x3d\xf3\xff\xa8\x59\x5d\x7f\x1d\x5b\x47\x76\x06\xd3\x53\xef\x50\x69\xb7\x21\xdf\x92\xc5\x85\x26\x09\x57\xc0\x3e\x52\x05\x60\x12\xa1\xc5\xef\xa7\x27\x36\x9a\x05\xf9\xb2\x25\xad\xd0\x31\x30\xf9\x94\xfd\x3f\xe3\x28\xa4\xc3\xfe\xbd\xbe\x80\xbc\xd8\x23\xad\x4c\xc0\xa1\xaa\x5c\xe4\x3e\xf2\x61\x05\x33\xc1\x53\xaf\x95\x40\x56\xce\xb6\x4b\xef\x62\xdf\xf6\x5e\x19\xf4\xdb\x96\xac\xec\x9d\xb2\xdc\xa2\x94\x9e\x42\x28\xbb\xba\x41\x1d\xe9\x10\xe1\xb8\x75\x93\x9d\x6e\xde\x27\x5f\x01\x48\x0a\xc2\xab\x3e\x81\xd3\x5f\xe0\x7e\x45\x30\x1e\x82\xeb\x80\x57\x04\x7b\x12\x74\xce\xe7\xc2\xa8\x96\x5f\x0c\x28\x9b\x6b\x47\x3d\x21\xf7\x6c\x66\xd5\x50\xbd\x31\xbf\xf3\xbc\xf2\x84\x32\xe7\xfa\x57\xac\x7a\x41\xfd\x7d\x4e\x15\xb1\x33\x8d\x1a\xdf\xcc\xcf\x00\x00\x00\xff\xff\xa5\xe7\x9b\xd0\x5b\x07\x00\x00")
func bindataTemplatesElasticcachetfMainTfBytes() ([]byte, error) {
return bindataRead(
_bindataTemplatesElasticcachetfMainTf,
"templates/elastic-cache-tf/main.tf",
)
}
func bindataTemplatesElasticcachetfMainTf() (*asset, error) {
bytes, err := bindataTemplatesElasticcachetfMainTfBytes()
if err != nil {
return nil, err
}
info := bindataFileInfo{
name: "templates/elastic-cache-tf/main.tf",
size: 1883,
md5checksum: "",
mode: os.FileMode(420),
modTime: time.Unix(1689841985, 0),
}
a := &asset{bytes: bytes, info: info}
return a, nil
}
var _bindataTemplatesRdstfDeploySh = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xd4\x56\xcd\x8e\xdb\x36\x10\xbe\xf3\x29\xa6\x5a\x21\x8a\x0f\x92\x82\xcd\xa1\x40\x17\x5b\x20\x40\xda\x6b\x8a\xb6\x40\x0f\xdb\x40\xa0\xc9\x91\x4c\x44\x22\x59\x0e\xbd\x8e\xe1\xd5\xbb\x17\xa4\x6d\xc9\x2b\xab\xde\xed\x4f\xd0\xac\x4e\x22\xe7\xe7\x23\x67\xe6\x1b\xce\xd5\x37\xe5\x52\xe9\x92\x56\x8c\x11\x7a\xc8\x91\xb1\x7a\xad\x85\x57\x46\x03\x79\xee\xb1\xea\x54\xe3\x78\x58\xbf\x5e\xc0\x8e\x01\x00\x5c\x81\xc3\xce\xdc\x23\x18\x1b\xf5\x1a\x67\xd6\x16\x6a\x67\x3a\xf0\xe8\x1c\xaf\x8d\xeb\xf6\xc6\xc0\xe9\xb1\x12\xb7\x0a\x14\x1d\xec\x25\x2c\xb7\xc0\x37\x04\xb5\x71\x60\x0d\xf9\xc6\x21\x01\xd7\x12\x36\x08\x82\xeb\xcc\x83\xc4\x16\xfd\x04\x88\x13\x28\x4f\xb0\xa6\xbd\x03\xd2\xdc\xd2\xca\xf8\x22\x9e\x6d\x7a\x80\x56\x91\x87\x07\x68\x1c\x5a\xc8\x3a\x23\xd7\x2d\x16\x4e\x52\x31\xfe\x56\x4a\x93\xe7\x5a\xe0\x71\x4f\x2e\xc7\xbf\x6a\x8f\x5c\x45\xe4\x82\x6f\xa8\x9a\xee\xf9\x95\xa2\x0c\x5e\xbd\x3a\x43\x76\xdd\x17\x04\x64\xf1\xb2\x21\x6e\x0a\x94\x86\xf4\xf5\xa5\x7b\x3f\x02\xad\x1c\xda\x56\x09\x7e\x80\x5c\xdc\x48\x13\x7d\x85\x0f\xc5\xca\x40\x82\x9f\x51\xac\xbd\xd2\x4d\x32\x11\x4c\x31\xba\x7b\x48\x15\xa4\x3b\x55\x5e\x00\x98\x95\xdd\xbd\xf9\x78\x10\xf7\x23\xc8\x17\x71\x1f\xbd\x4b\xa3\x91\xf5\x8c\x71\x29\x55\x88\x24\x6f\xab\x01\xec\x10\x5c\xba\x4d\x12\xc6\x76\xbb\x1c\x54\x1d\x4b\xb0\x78\x17\x49\x40\xc5\x4f\x2d\xd7\xe3\xea\x3d\x92\x77\x66\x0b\x7d\xff\x84\xb7\x74\x77\x49\xde\x43\x2e\xf7\x9e\x92\x08\x8a\x2d\x61\x40\x36\xee\x1c\x6a\xd8\x78\x67\x6d\xfb\x5f\x20\xf3\xb5\x37\x39\xb7\xd6\x99\x7b\x3c\xc0\x6b\x19\xfc\x32\x36\xe6\x40\x69\xe5\x4f\x96\x1b\xe3\x3e\x91\xe5\x02\x81\xb0\x45\xe1\x61\xb7\x83\xe2\x87\xcf\xde\xf1\x9f\x91\xcc\xda\x09\xa4\xe2\xb7\x41\xa7\xef\xe1\xe1\x01\xe6\xac\x35\x6e\x9e\x32\x65\x2c\x9c\x4c\x49\x74\x74\x7b\x5a\xd8\xc3\xee\xc0\x67\x87\x8d\x22\xef\xb6\xc5\xa0\x54\x28\x53\xe6\x19\x3c\x00\xdf\x7c\x82\xfc\x47\x48\xee\x12\xc8\x76\xd6\x29\xed\x21\xbd\xee\x83\x24\xb4\x8d\x8c\xca\x22\x2d\xcb\x6c\xc1\xa2\xa8\x86\xec\x77\x9d\xb1\xd8\x86\x0e\x20\x91\x55\x03\xe2\x0d\x04\x96\xa8\xfa\x40\x84\x41\x90\x1c\x8f\x92\xff\x01\xc9\xb1\x83\x25\x37\xe0\x57\xa8\x43\xe5\x09\xe3\x1c\x0a\x5f\x1d\xf5\x43\x72\x8e\xff\x65\x99\x97\x62\xeb\x54\xdb\x48\x1d\x58\x10\x4a\xe0\x39\x36\x2b\x4e\x2b\x25\x8c\xb3\xc1\xa8\x56\x6c\x86\xb5\xf3\x74\x0d\xe4\xe0\x02\xf3\xe1\x8a\x8f\x0a\x61\xbc\x2d\xa4\xd3\x23\x24\xec\xbc\xbb\x5d\x76\x76\x1a\xa2\x64\xc6\x5f\x64\xe4\x69\xec\x07\xee\x3d\xe6\x5d\xdf\x8f\x35\x58\xf1\x28\xb9\xb5\x2d\xd7\x27\x95\x99\x4e\x15\x20\xf7\xdc\x35\xe8\x6f\x2f\x77\xdf\x67\xaa\x1d\x7b\xca\x9c\xba\xe4\x9e\xc7\x1e\x4d\xeb\xa5\x46\x5f\x29\x49\x85\x30\x5d\xc7\xb5\xac\xac\x53\xf7\xe1\xf9\xdc\x8b\xe8\x19\xe6\x7f\x6d\x9b\x5e\x22\xf4\x3f\xe8\x1f\x93\x87\xfd\x2c\xf4\x27\x4d\xee\x2c\xfa\x87\xb6\xf5\x3f\x24\xe0\x89\x30\xfc\xcd\x03\x7d\x1d\xb9\x9b\x19\x1a\x2e\xbf\xe5\x33\x23\xc5\xb1\xef\x54\x72\x99\x2d\xc6\x6a\x98\x4b\x1e\x0f\x15\xf0\xd2\x23\xf5\x32\xeb\xed\x3c\x59\xcf\xa1\xf5\xfe\x5d\x3e\x7d\xa2\xaf\xe0\xd7\x0f\xef\x3f\x7c\x77\x1c\xc1\xff\x65\xbe\x4c\x88\xcb\x78\x13\x27\x09\xc6\x79\x9f\x2c\x0a\x55\x2b\x01\xe4\x8d\xe3\x0d\x56\x7e\x6b\x31\x0e\x9d\x41\x2f\xff\x1e\x1a\xfb\x76\x11\xc6\x79\x61\x3a\x1b\xe7\xf4\xbb\x6f\xe1\x17\xb4\x1e\xbb\x25\x3a\xb8\x7e\x73\xfd\xf6\x23\xfb\x33\x00\x00\xff\xff\xfb\xe7\xcf\x9a\x61\x0c\x00\x00")
func bindataTemplatesRdstfDeployShBytes() ([]byte, error) {
return bindataRead(
_bindataTemplatesRdstfDeploySh,
"templates/rds-tf/deploy.sh",
)
}
func bindataTemplatesRdstfDeploySh() (*asset, error) {
bytes, err := bindataTemplatesRdstfDeployShBytes()
if err != nil {
return nil, err
}
info := bindataFileInfo{
name: "templates/rds-tf/deploy.sh",
size: 3169,
md5checksum: "",
mode: os.FileMode(420),
modTime: time.Unix(1695634547, 0),
}
a := &asset{bytes: bytes, info: info}
return a, nil
}
var _bindataTemplatesRdstfMainTf = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x5a\x5b\x6f\xe3\xba\x11\x7e\xd7\xaf\x20\xf4\x74\x0e\x70\xec\xe4\x34\x5d\x14\x58\x20\x40\x93\x38\xbb\x70\x77\xb3\x4d\x13\xef\x16\x68\x51\x08\x94\x34\x96\x09\x53\xa4\x42\x52\x71\x9c\xac\xff\x7b\x41\x51\xf7\x8b\x25\x47\xda\x3c\xc5\xa3\x99\x6f\x2e\x1c\xf2\x1b\xd1\x7e\x7b\x9b\x21\xb2\x46\x0c\xd0\xfc\xf6\x45\x09\xfc\x00\x92\xc7\xc2\x03\x39\x5f\x60\x85\x5d\x2c\x61\xbe\x70\x6f\x59\x40\x18\xac\xf6\x11\x20\x5b\xf8\x72\x86\x63\xc1\x05\x9e\x45\x5c\xaa\x40\x80\xb4\xd1\xe1\x60\x29\x10\x02\xaf\xb9\x08\xd1\x9b\x85\x90\x8b\xbd\x2d\x30\x1f\xd9\xf2\xc2\x4e\x04\x08\xb9\xb1\xb7\x05\x85\xaa\x7f\x97\xc8\x66\xf8\x99\xcc\x5c\xcc\xb6\xb3\x1c\x62\xe6\xf1\x30\xc4\xcc\x9f\x49\x85\x15\xd8\x89\xb9\x80\x80\x70\xd6\x34\xc7\xd1\x4c\xf2\x58\x6d\x66\x7f\x1a\xbd\x2d\xec\x51\xe3\xef\x32\x89\xdb\x28\xa4\x19\xc3\x13\x9a\x2f\xd9\x5a\xe0\x1f\x20\x14\xf1\x30\x45\x36\x05\xe6\x13\x16\x24\xe9\x68\xcd\x1d\x17\x5b\x19\x61\x0f\x9c\x2d\xec\x9d\x48\xc0\x9a\xbc\xa4\x50\x26\x32\x79\xf6\xf6\xd6\x5d\xb7\x25\x93\x0a\x33\x0f\xbe\xe1\x10\xd0\xe1\x50\x78\x07\x2a\xe1\x34\x17\xd5\x40\x0f\x87\x36\xbf\xb7\xec\x99\x08\xce\x42\x60\xaa\x43\x63\x40\x64\xcc\x4f\x03\x8b\x04\x5f\x13\x0a\x8d\x32\x7a\xa1\x6f\xd4\xb1\x47\x5b\xeb\x6c\x96\x79\xc6\x77\x0c\xc4\x6c\x1d\x53\x3a\xf3\x38\x53\x82\x53\x6d\x76\xb0\x0e\x96\x15\x72\x3f\xa6\xa6\x93\x4c\x6f\x98\xf8\x4a\x18\x01\x51\x1f\x3f\x4a\xb9\xf9\x78\x76\x16\x10\xf5\xf7\x80\xa8\x4d\xec\xce\x3d\x1e\x9e\x25\xcd\x42\x74\x35\xce\x84\x2f\xe7\x01\x51\x1a\x16\x4a\xa9\x6b\x80\x9e\xea\xfc\x44\x4f\x31\x57\x60\x96\x99\xa4\xb5\x70\x98\x2e\x46\xab\x6d\x7b\xdd\x2a\x28\x11\x96\x72\xc7\x85\x9f\xa5\x70\x0c\xe5\x3e\xd3\xad\x20\xc4\x12\x44\xb9\x90\xc7\x10\xbe\x6b\xdd\x8a\x75\x12\x7c\xcd\xba\x19\x65\xda\xfa\xf3\x1b\x1a\x4b\x05\xc2\x08\x3d\xf3\xc1\xe4\x9f\x9a\x66\x0a\x0d\x6b\xbd\xa7\xd3\xb2\xad\x05\x76\x9e\xb3\x96\x34\x66\xd5\x36\x2d\x19\x5b\x08\x85\x9c\x11\xc5\x05\x61\x81\x73\x4a\xb1\xee\x72\xb3\xf6\xb2\x95\x60\x8b\x0a\x0e\x85\xac\xd7\xd1\x42\xc8\x4f\xb5\xe4\x00\xa0\x85\xab\x4b\x2c\xd1\x4f\x14\xc6\x52\xad\xf8\x3f\x24\x67\x26\xaa\x0c\xc5\x51\x38\x90\xe8\x12\x85\x20\x02\xf8\xcd\x9c\x83\x2b\xc0\x61\x0a\xac\xff\x6d\x59\x26\x84\xfe\xa9\x77\x4f\x59\xc9\x08\x6a\x5a\xf7\x82\xfb\xb1\xa7\xca\x7a\x99\xa8\xa6\x79\x3b\x62\x83\x20\xf4\xad\xdc\x5c\xcd\xde\x32\x85\xcb\xbb\x8b\x8b\xee\x8a\x5d\x63\x6f\x1b\x47\x0b\x22\xb1\x4b\xc1\x3f\x52\xd9\x87\x8a\x66\x16\x48\xfa\x31\x7b\x8a\x2e\x91\x12\x31\x94\x4f\x2f\x54\x0b\x66\x7e\x07\x0a\xeb\xd5\xc8\x20\xea\xf2\xc4\xe7\x23\x30\x49\x14\x79\x26\x6a\x9f\xbb\xaa\x89\x4d\xda\x9d\x56\xb5\x8a\x65\xa7\x7c\x37\x9a\x7d\xbf\x5c\x3a\x8f\xf7\x4b\xbb\x1e\x7d\x8d\xa2\x0a\x8f\x44\x62\xbd\x27\x1f\xc0\xe3\xcf\x20\xf6\xc8\xfe\x84\xa9\x04\xbb\x6a\x82\x99\x8f\x7e\xf3\x61\x8d\x63\xaa\x06\x2f\xc3\x5a\x03\xfd\x3e\xc0\xae\xbe\x2c\xa9\xe1\x49\xab\x73\xfc\xe3\xe1\x8f\xb6\xde\xfc\x4c\xb9\x8b\xe9\x4a\xef\xa5\xda\x5e\x43\xbf\x5b\x08\xa9\x9e\x1d\x55\x3a\xf9\xba\x32\x7b\x24\xaf\xb0\x64\x9f\x5d\x13\x92\x24\xaf\x7d\x54\x50\x35\xa8\xae\x77\x6a\xfe\xe1\xdc\xaa\xf7\x65\x6f\x18\x8a\x0b\x1c\x98\x49\xcb\x40\x19\x81\xa3\xb4\xa4\x27\xa2\x92\x6d\xf3\xdc\x2e\x82\xab\x22\xda\x41\xf4\x17\xdb\x2a\xb3\xbf\x55\xe9\xbf\x21\xde\xec\x20\xba\xb0\x2b\x0c\x13\x1c\x19\x27\xf3\xca\xfd\xf5\xfc\x3c\xe5\x12\x1e\xc9\x3e\xe6\xd5\x2a\x95\xac\xf2\x3c\x36\x82\xc7\xc1\x26\x8a\xd5\xc0\xfa\x14\xfa\xdd\xec\xd6\xba\x6a\x83\xcb\x41\xf8\x9f\xf6\x88\xcc\x4e\x6b\x99\x3b\xfc\x72\x45\x29\xf7\xb0\x02\x3f\x8d\x22\x65\x46\xfc\xe2\xe0\xec\x89\x93\x96\xab\x8f\x1a\xbb\xc0\x4e\x8b\x69\xe1\xde\xbe\x28\x7d\xdc\x71\x26\x53\x42\x74\x1d\x28\x44\x7d\xb4\x5a\xb2\x6e\x72\xeb\x69\xa1\x3c\x00\xf6\x39\xa3\xfb\x84\xea\x13\x7b\x91\x4a\xcc\xbc\x70\x3c\x94\x8a\xf5\x2f\x0c\x25\x9f\x88\x86\x85\x53\x1a\x85\xc6\x85\x74\x0f\x42\xbf\x6f\xe9\x99\x76\xc9\x24\x09\x36\x4a\xde\x32\x43\x0a\x66\xac\x2d\x9e\x3b\x24\x55\x70\x20\xd5\xe8\x99\x72\xbb\xa1\xc7\x46\x7d\xb5\x93\xd9\x24\x7e\x43\xb1\x4c\x5b\x0c\xef\xa4\x93\x0f\xf3\x5e\x22\x3f\x1e\x61\x03\x66\xc4\x2e\xac\x31\x6a\x82\xe0\x26\x32\x47\x80\x02\xa6\x08\x67\x4e\x04\x82\x70\x5d\xb7\xf3\xc6\xa9\xdc\xad\xfb\xb7\xae\x58\x18\x3f\xc2\xd4\x77\x31\x55\xe4\xea\x3f\xd5\x80\x42\x2d\x74\xf0\x6b\xc1\xcc\x27\x76\x8b\x7c\xa2\xe6\x2a\xe0\x07\x08\xbd\x3d\xd3\x26\x91\x4f\xd4\x81\x44\xae\x5f\x08\x92\x07\x3d\xbd\xd1\x00\x1a\x51\x7a\xbd\x29\x1e\x20\xa2\xc4\xc3\xc5\xae\x72\x84\x91\xd4\x3b\x62\xc0\x06\x4b\xb1\xda\xda\xa3\xde\xb6\x15\x4f\x23\xf6\x4a\xd9\xed\xc9\xfb\xe6\xa4\x79\xe2\xfd\x54\x56\xc9\xb5\x39\x44\x5c\xd8\x8d\x9e\x3e\x66\x31\x7c\x90\x39\x72\x54\x0c\x21\xed\xee\xdd\x1f\x45\x74\xbf\x0c\x43\xf0\x09\x56\x40\xd3\xc1\x1f\x6b\xa9\x43\x4a\xe2\x9e\x33\xa4\x8e\x32\xfa\x44\xc6\x02\x87\xa0\x40\xc8\xec\x62\x21\xff\x7c\x89\xfe\x9b\x8f\xcb\x02\xb3\x63\x33\x56\x09\x25\x1f\xb2\x2d\xf3\xfe\x56\xba\xe6\xa8\xbd\xc4\x99\xe7\xcf\x98\xc6\x99\xc2\x8f\xe4\xff\xba\x86\xa9\x51\x08\x6a\x93\x1c\x50\x76\x64\xae\xcd\x66\x02\x5c\xce\x95\x79\xa1\x39\xfc\xd1\x1c\xf4\xff\xf7\x8e\x71\x18\x2b\xd0\x6f\xa4\x2b\x12\x02\x8f\x55\x0b\x81\x3b\x32\xd3\x71\x54\xaa\xd4\xd7\x5d\x6d\x98\x1d\x50\x03\xef\x63\xda\x31\x4f\xcb\x75\x05\x14\x22\x2e\x94\x9e\x0e\xda\xf1\x54\xaa\xf1\xbe\xbc\xfb\xf1\xcb\xf1\x0e\x39\x77\x7d\x79\x45\x41\xa8\xd5\x46\x80\xdc\x70\xea\xcb\xa1\x07\x76\xc3\x70\x7e\x13\xc5\xdf\x15\xa1\xe4\x15\xab\x9c\x56\xbc\x28\x76\xe2\x42\xe8\x60\x8a\x45\xa8\xc7\x7d\x63\xd4\x77\xa4\xf6\x3a\x19\x43\x39\xad\xe0\x37\x02\x7c\xa2\xae\x31\xd5\x67\x77\x9e\x83\x97\x48\x1d\xd7\x88\x27\xc9\xa2\xea\x68\xda\x3c\xae\x63\x21\xab\x39\xb8\x5a\x32\x5d\xfc\x15\x07\xd3\xc6\xbe\xb8\xbe\xe1\x8c\x81\xa7\x2a\xef\x1d\x5e\x21\x1b\x1f\x7d\xd5\xc5\xb4\xe1\xff\x2b\x86\x18\x16\x10\xa9\x8d\x01\x7c\xd2\x9f\x1d\x5f\x0b\xc6\x07\x5e\x02\x9f\x36\xea\x4f\x02\x20\x65\xec\xc7\x08\x7b\x70\x0f\xc2\x33\x5f\x41\x58\x08\xad\x05\x40\x4e\xfd\xe6\x7b\x8e\x28\x7d\x7e\x72\x06\x5d\x8e\x46\xbf\x96\xb5\xbb\xba\x83\x90\x8b\xfd\x8a\xf3\xaf\x7c\xb7\x64\x77\xd7\x45\x42\x7a\x18\x73\xc2\xe4\xf1\x98\x15\x69\x75\xf2\x0b\x92\xd1\xc3\xe5\x57\xac\x80\x79\xfb\xd2\x5c\x46\x8d\x64\x7c\x63\x95\xe1\xa7\xed\xac\x7f\x0b\xa2\xa0\x12\xf9\x4e\x4b\xa6\x0b\xbd\xe2\xa0\x27\xf6\xd3\x33\x59\xc4\x02\xe7\x27\xd1\x7b\xec\x4e\x60\x45\xd0\x53\x1b\xae\xbe\x38\x0e\x29\x46\xa7\xaf\x09\x56\xb2\x82\x7d\x02\x37\x4e\x92\xcb\xe4\x14\x59\xa0\x0f\x63\xc8\xf1\x59\x4c\x4d\x94\x05\x72\x3f\x4f\x8e\x8f\x7e\x72\xa2\x2c\xa0\xfb\x79\x72\x7c\xf8\xd3\xd2\x65\x81\x7b\x2a\x5b\x4e\x95\x4f\x37\x79\x4e\x9c\xdc\x40\xda\xe4\xdc\xa1\x7c\x37\x69\x7a\x2d\x5c\x3a\x61\x6e\x43\x58\x74\x7c\x1e\x13\x93\x69\x01\x3c\x8c\x4b\xc7\x27\xf0\x6b\x28\x35\xed\xdc\x5b\xe6\x89\x7d\xa4\xb2\xeb\xcc\x6c\xa7\x40\x2e\x1e\x74\xaf\x54\x43\x49\x7d\x77\x9b\x7d\x09\xe5\x17\xd8\x2f\x53\xf5\x6d\x28\x93\x9f\xea\x90\x3e\x6f\xb9\x59\xcf\xb7\x4c\x8d\x2f\xe6\xca\xe9\x24\x5f\xb0\xd6\xca\x75\xb0\x2c\x1e\xab\x28\x56\xc8\x56\x1b\x22\x1d\xdf\x2d\x2e\x39\xd7\x4f\x3e\x33\xbf\xa9\xf1\x41\x7a\x82\x44\xca\x5c\xc6\xda\x82\xc7\x0a\x3e\x5c\xa0\x44\xc1\xca\x6e\x79\xb2\xbb\x0d\xf3\x8b\x9c\xb9\xf0\xe5\xbc\x15\xd2\x3a\x58\xc5\xf7\x83\xff\x0f\x00\x00\xff\xff\x7d\x68\x2c\xa0\x32\x26\x00\x00")
func bindataTemplatesRdstfMainTfBytes() ([]byte, error) {
return bindataRead(
_bindataTemplatesRdstfMainTf,
"templates/rds-tf/main.tf",
)
}
func bindataTemplatesRdstfMainTf() (*asset, error) {
bytes, err := bindataTemplatesRdstfMainTfBytes()
if err != nil {
return nil, err
}
info := bindataFileInfo{
name: "templates/rds-tf/main.tf",
size: 9778,
md5checksum: "",
mode: os.FileMode(420),
modTime: time.Unix(1695634836, 0),
}
a := &asset{bytes: bytes, info: info}
return a, nil
}
//
// Asset loads and returns the asset for the given name.
// It returns an error if the asset could not be found or
// could not be loaded.
//
func Asset(name string) ([]byte, error) {
cannonicalName := strings.Replace(name, "\\", "/", -1)
if f, ok := _bindata[cannonicalName]; ok {
a, err := f()
if err != nil {
return nil, fmt.Errorf("Asset %s can't read by error: %v", name, err)
}
return a.bytes, nil
}
return nil, &os.PathError{Op: "open", Path: name, Err: os.ErrNotExist}
}
//
// MustAsset is like Asset but panics when Asset would return an error.
// It simplifies safe initialization of global variables.
// nolint: deadcode
//
func MustAsset(name string) []byte {
a, err := Asset(name)
if err != nil {
panic("asset: Asset(" + name + "): " + err.Error())
}
return a
}
//
// AssetInfo loads and returns the asset info for the given name.
// It returns an error if the asset could not be found or could not be loaded.
//
func AssetInfo(name string) (os.FileInfo, error) {
cannonicalName := strings.Replace(name, "\\", "/", -1)
if f, ok := _bindata[cannonicalName]; ok {
a, err := f()
if err != nil {
return nil, fmt.Errorf("AssetInfo %s can't read by error: %v", name, err)
}
return a.info, nil
}
return nil, &os.PathError{Op: "open", Path: name, Err: os.ErrNotExist}
}
//
// AssetNames returns the names of the assets.
// nolint: deadcode
//
func AssetNames() []string {
names := make([]string, 0, len(_bindata))
for name := range _bindata {
names = append(names, name)
}
return names
}
//
// _bindata is a table, holding each asset generator, mapped to its name.
//
var _bindata = map[string]func() (*asset, error){
"templates/aurora-db-tf/deploy.sh": bindataTemplatesAuroradbtfDeploySh,
"templates/aurora-db-tf/main.tf": bindataTemplatesAuroradbtfMainTf,
"templates/aws-roles-tf/deploy.sh": bindataTemplatesAwsrolestfDeploySh,
"templates/aws-roles-tf/main.tf": bindataTemplatesAwsrolestfMainTf,
"templates/aws-s3-bucket-tf/deploy.sh": bindataTemplatesAwss3buckettfDeploySh,
"templates/aws-s3-bucket-tf/main.tf": bindataTemplatesAwss3buckettfMainTf,
"templates/document-db-tf/deploy.sh": bindataTemplatesDocumentdbtfDeploySh,
"templates/document-db-tf/main.tf": bindataTemplatesDocumentdbtfMainTf,
"templates/dynamo-db-tf/deploy.sh": bindataTemplatesDynamodbtfDeploySh,
"templates/dynamo-db-tf/main.tf": bindataTemplatesDynamodbtfMainTf,
"templates/elastic-cache-tf/deploy.sh": bindataTemplatesElasticcachetfDeploySh,
"templates/elastic-cache-tf/main.tf": bindataTemplatesElasticcachetfMainTf,
"templates/rds-tf/deploy.sh": bindataTemplatesRdstfDeploySh,
"templates/rds-tf/main.tf": bindataTemplatesRdstfMainTf,
}
//
// AssetDir returns the file names below a certain
// directory embedded in the file by go-bindata.
// For example if you run go-bindata on data/... and data contains the
// following hierarchy:
// data/
// foo.txt
// img/
// a.png
// b.png
// then AssetDir("data") would return []string{"foo.txt", "img"}
// AssetDir("data/img") would return []string{"a.png", "b.png"}
// AssetDir("foo.txt") and AssetDir("notexist") would return an error
// AssetDir("") will return []string{"data"}.
//
func AssetDir(name string) ([]string, error) {
node := _bintree
if len(name) != 0 {
cannonicalName := strings.Replace(name, "\\", "/", -1)
pathList := strings.Split(cannonicalName, "/")
for _, p := range pathList {
node = node.Children[p]
if node == nil {
return nil, &os.PathError{
Op: "open",
Path: name,
Err: os.ErrNotExist,
}
}
}
}
if node.Func != nil {
return nil, &os.PathError{
Op: "open",
Path: name,
Err: os.ErrNotExist,
}
}
rv := make([]string, 0, len(node.Children))
for childName := range node.Children {
rv = append(rv, childName)
}
return rv, nil
}
type bintree struct {
Func func() (*asset, error)
Children map[string]*bintree
}
var _bintree = &bintree{Func: nil, Children: map[string]*bintree{
"templates": {Func: nil, Children: map[string]*bintree{
"aurora-db-tf": {Func: nil, Children: map[string]*bintree{
"deploy.sh": {Func: bindataTemplatesAuroradbtfDeploySh, Children: map[string]*bintree{}},
"main.tf": {Func: bindataTemplatesAuroradbtfMainTf, Children: map[string]*bintree{}},
}},
"aws-roles-tf": {Func: nil, Children: map[string]*bintree{
"deploy.sh": {Func: bindataTemplatesAwsrolestfDeploySh, Children: map[string]*bintree{}},
"main.tf": {Func: bindataTemplatesAwsrolestfMainTf, Children: map[string]*bintree{}},
}},
"aws-s3-bucket-tf": {Func: nil, Children: map[string]*bintree{
"deploy.sh": {Func: bindataTemplatesAwss3buckettfDeploySh, Children: map[string]*bintree{}},
"main.tf": {Func: bindataTemplatesAwss3buckettfMainTf, Children: map[string]*bintree{}},
}},
"document-db-tf": {Func: nil, Children: map[string]*bintree{
"deploy.sh": {Func: bindataTemplatesDocumentdbtfDeploySh, Children: map[string]*bintree{}},
"main.tf": {Func: bindataTemplatesDocumentdbtfMainTf, Children: map[string]*bintree{}},
}},
"dynamo-db-tf": {Func: nil, Children: map[string]*bintree{
"deploy.sh": {Func: bindataTemplatesDynamodbtfDeploySh, Children: map[string]*bintree{}},
"main.tf": {Func: bindataTemplatesDynamodbtfMainTf, Children: map[string]*bintree{}},
}},
"elastic-cache-tf": {Func: nil, Children: map[string]*bintree{
"deploy.sh": {Func: bindataTemplatesElasticcachetfDeploySh, Children: map[string]*bintree{}},
"main.tf": {Func: bindataTemplatesElasticcachetfMainTf, Children: map[string]*bintree{}},
}},
"rds-tf": {Func: nil, Children: map[string]*bintree{
"deploy.sh": {Func: bindataTemplatesRdstfDeploySh, Children: map[string]*bintree{}},
"main.tf": {Func: bindataTemplatesRdstfMainTf, Children: map[string]*bintree{}},
}},
}},
}}
// RestoreAsset restores an asset under the given directory
func RestoreAsset(dir, name string) error {
data, err := Asset(name)
if err != nil {
return err
}
info, err := AssetInfo(name)
if err != nil {
return err
}
err = os.MkdirAll(_filePath(dir, filepath.Dir(name)), os.FileMode(0755))
if err != nil {
return err
}
err = ioutil.WriteFile(_filePath(dir, name), data, info.Mode())
if err != nil {
return err
}
return os.Chtimes(_filePath(dir, name), info.ModTime(), info.ModTime())
}
// RestoreAssets restores an asset under the given directory recursively
func RestoreAssets(dir, name string) error {
children, err := AssetDir(name)
// File
if err != nil {
return RestoreAsset(dir, name)
}
// Dir
for _, child := range children {
err = RestoreAssets(dir, filepath.Join(name, child))
if err != nil {
return err
}
}
return nil
}
func _filePath(dir, name string) string {
cannonicalName := strings.Replace(name, "\\", "/", -1)
return filepath.Join(append([]string{dir}, strings.Split(cannonicalName, "/")...)...)
}