diff --git a/command/build.go b/command/build.go index 9c8bb19b..d59a5987 100644 --- a/command/build.go +++ b/command/build.go @@ -20,9 +20,13 @@ func CmdBuild(c *cli.Context) { os.RemoveAll(env.TfScriptsDir()) os.MkdirAll(env.TfScriptsDir(), 0755) - finalTFTemplate, err := printer.Format(competition.RenderTB("infra.tf", &tb)) + raw := competition.RenderTB("infra.tf", &tb) + + finalTFTemplate, err := printer.Format(raw) if err != nil { - competition.LogFatal("Terraform Configuration Syntax Error - Contact alex ASAP.") + competition.LogError("Terraform Configuration Syntax Error: " + err.Error()) + competition.LogPlain(string(raw)) + competition.LogFatal(" - Contact alex ASAP.") } ioutil.WriteFile(env.TfFile(), finalTFTemplate, 0644) diff --git a/competition/bindata.go b/competition/bindata.go index b605c291..959daf65 100644 --- a/competition/bindata.go +++ b/competition/bindata.go @@ -252,7 +252,7 @@ func hostYml() (*asset, error) { return a, nil } -var _infraTf = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x5d\xff\x6f\xdb\x38\xb2\xff\xdd\x7f\xc5\x3c\x25\xc5\xde\xdd\x8b\x9d\x34\xb9\x16\x77\x01\xfa\x80\xac\x93\xa6\x7e\x6d\x1d\xc3\x4e\x5b\xe0\xed\x16\x82\x22\x31\x36\xb7\xb2\xa8\x8a\x54\xdc\x34\xeb\xff\xfd\x81\xdf\x24\x52\x5f\x6c\x39\x71\x2f\x9b\x42\x59\x2c\x6a\x8b\x43\x72\x38\xf3\x99\x19\xce\x48\xa2\x77\xee\xff\xd7\xd9\x81\x77\x27\xaf\x2f\xc6\xe7\x67\x70\x7e\x36\x3c\x1b\x9f\x5c\x9e\x9d\xc2\xe5\xd9\x78\xcc\x2f\xbe\x87\xfe\xc5\xf0\xf5\xe0\xfc\xc3\xf8\xe4\x72\x70\x31\xec\xec\x40\xb7\x0b\x9f\x4e\xc6\xc3\xc1\xf0\x1c\xba\xdd\xce\x0e\x5c\xce\x30\x85\x6b\x1c\x22\xc0\x14\xbc\x94\x91\xb9\xc7\xb0\xef\x85\xe1\x2d\x4c\x51\x84\x12\x8f\xa1\xa0\x07\xa7\x04\x22\xc2\x00\x05\x98\x01\x66\xbf\xd0\xce\x0e\xf8\x24\x62\x28\x62\x14\x02\x9c\x20\x9f\x85\xb7\x3d\xf8\x40\x11\xbc\xf3\xae\x49\x32\x45\xe0\x45\x01\x24\x08\xae\x52\x1c\x06\xc0\xf4\x24\xbd\xce\x43\x56\xda\xd9\x81\x93\x4f\x13\xe8\x93\xe8\x1a\x4f\xd3\xc4\x63\x98\x44\x9d\x38\x21\x37\x38\x40\x09\x38\xde\x82\x3a\x70\xd7\x01\xf0\x7c\x1f\x51\xea\x7e\x41\xb7\xf0\x0a\x9c\xbb\x3b\xe8\xf5\xc9\x3c\x46\x0c\xf3\x0e\xbd\x93\x4f\x93\x7e\x82\x82\xde\xc9\x68\xf0\x16\xdd\xc2\x72\xe9\x74\x00\x28\xf2\x13\xc4\x1a\x74\x99\x08\x42\xd5\x2b\x41\x53\x4c\x22\xdd\xe3\x2c\xba\xc1\x09\x89\xe6\x28\x62\xa2\x87\x60\xb3\x37\x96\x34\xb2\x43\x9c\x10\x21\xeb\x57\xe0\x38\x9d\x25\x5f\x10\x67\x61\xe4\xe1\xa4\x93\x20\x4a\xd2\xc4\x47\x62\x1d\x9c\x11\x37\xf6\x70\xe2\x80\x43\xe9\xcc\x2d\x0e\x3f\xf4\xe6\x88\x0f\x29\x96\xcb\x69\x23\x7e\xe1\xd5\x6a\x62\x3e\x7f\x7a\x15\x62\xbf\x6e\x99\x93\xc9\x9b\x91\x20\xe0\x4c\xfd\x09\x33\x36\x0f\x45\xbf\x65\xa7\x73\x77\x07\x89\x17\x4d\x11\xec\xe2\x3d\xd8\x75\xe1\xf8\x15\x0c\xed\x59\x46\x24\xe8\x93\x34\xe2\xa2\x11\xe4\xbb\x38\xe0\x54\x71\x82\x23\x76\x0d\xce\x33\xfa\x2c\x70\x60\xd7\xee\x92\xa0\x6b\xfc\x0d\x76\xb1\xe8\xf3\x30\x1b\xf8\xf5\xec\x7c\x30\x84\xcb\xb3\x93\xf7\xf0\xeb\xbb\x8b\xfe\xdb\xce\x0e\x30\xe4\xcd\x8f\x15\x27\xcb\xe5\x43\x91\x77\x13\xfb\xc6\x60\xb6\xb6\x6e\x62\xdf\x11\xe2\x94\xad\xf2\x3b\x57\x8d\x8f\x83\xc4\xbd\x0a\x89\xff\x45\xc9\x7b\xb7\x06\x25\xfd\xc1\xe9\x58\xe9\x08\x45\xde\x55\x88\xdc\x20\xa2\xee\x8c\x50\xc6\x35\x4b\xe1\x15\xb0\x24\x45\x9d\x0e\x00\xf3\xa6\x54\x8c\x0d\x30\x54\x4a\xb7\x27\x16\x4d\xc6\x2c\x95\x33\x1b\x98\x00\xb8\x44\xde\xdc\x1a\x87\x5f\x5e\x4a\x7c\xe2\xe9\xa2\x76\xd9\x38\x62\x28\x89\x10\x73\xa7\x1e\x43\x0b\xef\xd6\x92\x01\x9e\x2e\xa4\x0c\x6e\x62\xdf\xc5\x01\x1f\x7f\xf7\x4e\x09\xab\x67\x71\xdc\xc3\xc1\x52\x59\x43\x42\x52\x86\x5c\xc6\x05\x50\x3b\xab\x41\x63\x4d\x18\xa0\x6b\x2f\x0d\x0d\x66\x36\x98\x9c\xdb\x32\x1f\x56\x09\xd6\x56\xdb\x41\x4f\xfc\xb7\x7f\x20\xa5\xa5\xc6\xb7\x86\x2d\x4a\xa2\x67\xc9\x41\xce\xc1\x45\xba\x4e\x7f\x78\xba\x90\xeb\xdb\xb2\x16\x6f\x02\xec\xd2\xf4\x2a\x42\xac\x56\xac\xb2\xd9\x86\x71\xd6\xcb\x12\x26\xff\x5b\x27\xd0\xb5\xd0\xff\xdf\x74\x1e\xbf\x21\x94\x51\x13\xfa\x73\x2f\x76\x95\x8b\xc2\xb1\x4b\x22\x37\xf4\xd2\xc8\x9f\x35\x46\x7f\xce\xef\xf6\xc5\x27\xd4\xd2\x04\x94\xae\x47\x29\xf1\xb1\x88\x4e\x96\x38\x13\x26\x9b\xa4\x30\x25\xa3\x5a\x9e\xb9\x40\xe5\xf5\x5e\xd5\xaa\xb4\x68\xcd\xc9\x4c\x14\x1a\xd7\x7b\xb5\x76\x61\x5a\xdb\x8b\xa3\xd5\x0b\x7a\x71\xe4\x7e\x27\x91\x6d\x66\xc9\x8b\xa3\x8d\x4c\x0b\x20\x32\x14\x65\xc9\xff\x94\xcc\x3d\x2c\x42\x23\x00\x47\x0c\x99\x9b\xaa\x52\x16\x21\x2c\xcb\x0b\x25\x23\x05\x08\x6c\x4d\xc1\xc1\xcc\x8f\x57\x79\x77\x97\x13\xb8\x24\xe6\x3a\xa5\xb6\xd7\x99\xf9\xb1\x94\x47\x20\x56\xe3\x5a\xab\x35\xa3\xeb\xe9\x9b\xfe\x48\x79\xfb\xd3\xe1\xc4\x60\xcd\xe8\xe8\x52\x94\xdc\xa0\x84\xfb\xfb\xdf\x04\xd3\x79\xdc\x75\xf7\x60\x57\xc4\x02\x41\xc1\x43\x6b\xed\xf0\xc3\x8c\x8c\xf2\xd5\x48\x80\x09\x86\x8c\x01\x96\x4b\x67\x4f\x4f\x81\xa2\x40\x12\x7e\xe6\xea\x62\xf1\x3a\x36\x58\xdc\x84\x8b\xcb\xd1\xa4\x9a\x89\xac\x7b\x35\x0f\x00\x6b\x2d\x5d\x48\x7d\xfb\x10\x90\xf6\xd9\x18\x08\xb5\x96\x9e\x8f\x55\x72\x9c\x0d\xbd\xa7\x35\x4d\xc1\xca\x2c\x1e\x7a\xf6\xac\x86\x75\xd3\xa9\x7b\xe5\xd1\x7a\x97\x45\x91\x9f\x26\x98\xdd\xba\xd3\x84\xa4\xb1\xc5\x3f\xef\x27\x39\x8f\x4a\xa2\x17\x6d\x9c\x43\x44\xfd\x04\x0b\x26\x38\x81\xde\xf7\x77\xc1\x26\x85\xc9\xb9\xb3\x51\x1c\x46\xd3\x04\x51\xad\xf9\xeb\x84\xcc\xdd\x98\x24\x5c\xb7\x07\xe2\x0a\x23\xf6\xf7\x38\x21\x8c\xf8\x24\xe4\x43\x77\x9f\x3b\x85\xf0\x2d\x10\x6c\x04\xf0\xcf\x3a\x0a\xe3\x68\xeb\xd3\x28\x88\xdb\xa6\x72\x12\xcc\x71\x34\x18\x95\x0d\x45\x35\x18\xb6\xa1\xac\x43\xf7\xc8\x6c\xc3\xb6\x0e\x69\xa3\x6b\xd6\xf0\xaf\xb5\x6b\xc0\xfe\x3c\x6e\x2c\xac\x95\xa6\xa8\xf1\xb0\x45\x53\xa4\x53\x1e\xf4\xee\x03\xdc\x9b\x00\xd7\xe1\x96\x37\x35\x83\xed\x4d\x80\x37\x46\xed\x8e\xa5\x8d\x1d\x4b\x1f\xb9\xd5\x1f\x1e\xaa\x46\xad\x1a\xa8\x6a\xcc\xf4\x64\xfa\x0b\x26\x1d\xde\x4e\x41\x63\xba\xfd\x37\xd5\x56\xc4\xdf\x62\x86\x19\x0a\x31\x65\x1a\x83\xa6\x42\x3e\xe5\x8d\x0a\x87\x3b\x39\x0e\xcd\x9e\x0a\x8b\x3b\x25\x34\xee\x28\x3c\xee\x48\xa0\x34\x93\xc2\xd1\xd1\xbf\xfe\xbd\x42\x0e\x46\xf3\xd3\x95\x44\x9d\x6d\x16\xd4\xbd\x02\x09\xab\x57\x5f\xbf\x76\xc1\x76\x6e\xc4\x7b\xcd\x7c\x46\x49\xfc\x2b\x75\xf3\x9f\xe5\x6d\x13\x9f\x6c\xfb\x06\xd3\x2f\xeb\xed\xb5\x45\xd0\xb3\xfd\x98\x30\xe7\x02\x57\xeb\x32\x8e\xad\xfa\xbe\xbb\xbb\xfd\x7f\xc0\xe5\xc5\xe9\xc5\x31\x7c\x3c\x1d\xc0\x10\xb1\x05\x49\xbe\x40\x3f\x41\x62\x93\x01\xff\xd8\x5f\x5a\xc5\x98\xc5\x1f\xb3\xbc\x1c\x53\x97\x60\x7d\xc2\x51\x40\x16\xb4\x67\x97\x67\x74\x6d\xc1\x2c\xd2\x2c\x24\xe5\x4d\x80\x0f\x9e\x05\xdd\x67\xd4\x11\x33\x68\x2f\x2c\xba\x5d\x7f\x0d\x22\xbb\xae\xd3\x13\x74\xd9\x70\x95\xeb\xee\x94\x2a\x07\x94\x79\x91\xaf\x33\x8b\xac\xb3\x2c\x69\x75\x00\xbc\x39\xae\x94\xa3\x5a\x0b\x5f\xdc\xc9\xfb\x81\x12\x9d\x1e\xcd\x65\xb7\x71\x75\xa6\x51\x16\xc6\x04\x7f\xd7\x0a\x31\xeb\x67\x12\x24\xba\xfa\xd6\x53\xe5\xb4\xca\x35\xf5\x74\x3f\x59\x40\xcc\xd2\xb9\x4d\x32\x39\x74\x45\xc5\x46\x6e\x8e\xbf\xa3\xc0\x48\x73\x79\x1f\x3f\xa5\x8c\xcc\xa5\xb7\xea\xeb\xcf\x2b\x93\xe8\xc3\x03\xa9\xaf\xe5\x52\x8f\x21\x63\xdd\xc8\x63\x33\x3e\xca\x44\x7c\x1b\xa3\x48\x94\x4b\xff\x48\xe7\xb1\xab\x34\xee\xa6\x01\xed\x7d\x9b\x87\x8e\xbd\x4b\xb1\xa7\x83\x5d\x0c\x11\x0e\xc5\xff\xa6\xca\xf8\x64\x29\x45\x89\x1b\x78\xcc\x93\xcb\xbf\xc6\x21\xfa\x9b\x53\xe0\x60\xb9\x74\xfe\x2e\xa3\x65\x9c\xe0\x1b\x8f\x21\x17\xc7\x5a\x5b\xd9\x62\x97\x92\x82\x47\x5e\xdb\x54\x5d\x1c\xe4\xe6\xbc\xa1\x31\xaf\x23\xbf\x09\x70\x46\xfd\x79\x85\xd1\x9b\x38\xdd\xdc\xec\xb5\x35\x9b\x96\xdf\xcd\x3c\x48\x8d\x53\x10\x79\x71\x14\x21\x5f\xe8\x43\xb2\x24\x60\xae\x7c\xee\x02\x47\xc9\x5c\x8e\xc0\x75\xa0\x2f\x8b\x5d\x24\xa6\x2c\xf1\x18\x49\x64\x33\xc3\x73\x44\x52\x26\x9a\x5f\x1e\xa8\x3e\xb1\x47\xe9\x82\x24\x41\x25\xf7\x23\x12\x8c\x74\xfb\x2e\xff\x36\x38\x35\xf9\x12\x95\x77\x8a\x49\xc4\xd1\x94\xa0\x39\x61\xa8\x8b\xbe\x21\x95\xf3\x00\x48\xd5\xd7\xef\x8d\xa9\x76\x3f\x6b\x6d\x55\x0d\x64\x6c\x95\xcb\xe0\x3e\x95\x54\x7a\xd8\xfb\xe0\x58\x0f\x5e\x01\xdc\x55\x5b\xf1\x92\x77\xd3\xb5\x93\x04\xf9\x24\x09\x4a\x25\x35\xe4\x8b\x54\xbf\xc2\xf1\x01\x7c\x27\x91\xae\xe9\x94\x0a\x08\xe3\x17\x47\xff\x47\x22\x94\x29\x41\x74\x94\xea\xce\x3c\xb3\x6c\xd1\x00\xe1\x40\x10\xdf\x59\xa8\x81\xf1\xf2\x40\xde\xb8\xe0\x9c\x95\xec\x49\x3b\xd2\x5e\x81\xb7\x5e\x56\x94\xd3\x36\xb2\xec\x74\x48\xca\xe2\x94\x81\x93\xb5\xd1\x62\x37\x95\xfc\x7a\x61\x8a\xcc\x52\xe9\xfa\x39\xd4\x1d\x07\x25\xe9\x4d\xe3\xdd\x5b\x2f\xc4\x0d\x82\xdd\x17\x2f\xc4\x7f\xe1\x48\xc7\x57\x71\xff\x30\x27\x64\xf0\x33\xc6\xb8\xa3\xcd\x63\x5c\x7a\x95\x46\x2c\x15\x21\x8e\xce\xda\x08\xf7\x17\x8c\x70\xeb\x22\x49\x29\x02\xda\x31\x90\x72\xb5\x82\x6a\x30\xa3\x20\xf2\x0f\xbb\xfc\xbb\xa3\x3b\x55\x85\xc0\x5c\x59\xea\xb6\xa8\xa9\xdc\xd2\xfd\x51\x49\xfa\x16\xdd\x9a\x0a\xe7\x83\xc8\x88\x80\xa3\x10\x47\xc8\x4c\x3b\xfc\x34\x09\xa1\x4b\xdf\x41\x97\xc0\x3e\x9b\xc7\xfb\x9c\x21\x8e\xa3\x1e\x9d\xc1\x2f\x33\xc6\xe2\xe3\xfd\xfd\xe7\x2f\xff\xdd\x3b\x7c\xf1\xcf\x9e\xfa\x77\x3f\xf4\x18\xa2\x4c\x90\x76\x39\xed\x2f\x59\x00\x72\x68\x1a\x10\xb8\xf2\xe8\xac\x34\x5a\x4e\x93\xcc\xa1\x7b\x5d\xd7\x9e\x65\x36\x1b\x46\x63\xe9\x52\xec\x50\xfc\xc3\xc2\xb0\x85\x08\xae\x0e\x27\xd3\x7c\x05\x18\x56\xc0\xc1\x06\x44\x42\x08\x73\xf2\x4e\xd5\x70\xd8\x12\x20\x34\x24\x00\x54\x3c\x00\x23\x58\xdb\x4e\x43\xd1\x05\x88\x32\x1c\x79\xba\x36\x25\xf4\x27\x88\x2d\x8b\x14\xba\x5b\x6f\x33\x4f\x51\x50\x25\xeb\xe1\xf6\x33\x9b\x93\x00\xfe\xfb\x1b\x94\xc5\xb1\x97\x53\xad\x6c\x34\xcc\xa1\x92\xe4\x73\x66\xc0\xd9\xa6\x03\xa0\xdd\xd6\xfd\xe8\x6d\x9d\xb1\xaf\x8b\x49\xc2\xb8\x0f\x52\xe1\xeb\x9c\x47\xaf\xb2\x2f\x1a\x23\x4a\xc2\x1b\x24\x9f\x51\xb9\xec\x8f\x2a\xb6\x5b\x2b\x6a\xc3\x8a\x11\x3a\x15\x2a\xb2\xa6\xea\x8d\x74\x29\x69\xb9\x14\xad\xa2\xce\xa4\x57\x5a\xae\x25\xdf\x67\xa8\x66\xb5\x67\x39\x32\xac\x1c\x76\xdf\x18\x76\xe3\x42\x75\x7d\x91\xad\x3c\xe7\xeb\x84\xcc\x47\x72\x9e\x42\x01\xae\x4c\x7b\x49\x4c\x4a\xb3\x34\xb7\x72\x2d\x8f\x52\xb5\xbb\xa7\xfa\xb6\x58\xe5\xab\x48\x6d\xee\x61\x02\x1f\x4e\x5b\x13\x68\x4d\xe0\x49\x9a\x40\x4d\x1c\x10\x4f\x17\xa8\x24\xa2\x0e\xfb\x81\xca\x32\xa8\x7c\x6a\x10\x8c\xe7\x9a\x54\x57\xcd\xc4\x26\xcf\x3a\x55\x74\xdf\xca\x43\x4f\x7a\xcc\xed\x3d\xe5\x54\xc5\xe9\x56\x55\xb3\x03\xfa\x49\xa5\x8d\x84\xda\xe4\x11\xa8\x8a\xf1\xee\xfb\x58\x54\xc5\x50\xdb\x7e\x3e\x8a\x4e\x37\x43\x55\xbd\xe3\xad\x45\x57\xd9\xb1\xd6\xa8\xb7\x81\xe3\xac\xe8\xb9\x45\xdf\xb8\xc9\x3d\xb8\xf0\x5a\x83\x39\x4f\x35\xf1\x75\xce\xdd\xc7\xd3\xc1\x47\x4c\xf1\x55\xa8\xf2\xbd\xc7\xbd\xf3\xa7\x6b\x23\x86\xfb\x34\x0b\xbd\x8f\x6d\x8f\xb9\x77\xd4\xdb\xea\x3d\xf9\x51\x78\x48\x3d\xb3\x76\x8e\x22\x57\xb7\xea\x9e\xc5\xea\x9a\xe5\x91\x0e\x24\x4d\xef\x9d\x47\xd9\x85\xcf\x10\x53\x4e\x55\x6f\xe7\x8f\xab\xd7\x39\x49\xaf\x02\xfd\xf0\x5e\x31\xe3\x59\x5d\x00\xdd\x6c\xac\x72\x8d\x54\x70\x7b\x8e\xd8\x9a\xb2\xa8\x20\x1b\xa8\x96\xc7\xa8\x83\xae\x70\x4f\x75\x05\xd1\x72\xcd\x50\xa9\xef\x51\x2a\x86\x75\x0b\xc8\x1e\xd8\x33\x42\xb6\x30\x4e\x8e\x46\x21\xf6\x8f\x5e\x88\x83\xcb\xfe\x88\xef\x86\xcc\x67\xff\xd6\x4c\x98\x6f\x49\x98\x1f\x9b\x1b\x0f\x7b\x5a\xe3\xf6\xcb\x5a\x26\x3e\x9c\xde\x9f\x89\x34\x68\xc2\xc4\xaa\x5a\xea\x86\x50\x17\xfd\xdf\xe8\x0b\x3f\xa2\x1e\x5b\xe9\xa5\xea\xab\xb2\xd2\x69\xa3\xaf\x4a\xa2\x17\x13\x70\x16\x87\x5f\x9e\xbf\x74\xea\xab\x7f\x76\xf5\x7d\xd3\x9b\xcb\xd9\xd6\x4f\xba\xb7\x62\x05\x5e\x4e\x18\x2f\x26\x0d\xa6\x8c\x17\xbd\x98\x3e\x7f\xf8\x8c\x9b\x55\xfd\xef\x59\xb7\xb4\x6f\xe3\x66\xa5\xb8\xea\xdb\xb8\x66\x3d\xae\x54\x8e\x33\xee\xe6\xbe\xf3\x5e\xf3\x1d\xc2\x25\x9a\xc7\xfa\x26\xee\x7f\x3d\x3f\x3c\xfa\xe7\x8b\xbc\xe8\x66\x97\x27\x15\x06\x2c\xf9\xd6\xd6\x26\xfb\xc7\xfb\x4a\xc4\xdb\xaa\x49\x3e\xb2\x10\xaa\x4a\x8f\x31\x59\xa0\x84\xce\x50\x18\x42\x77\x48\x46\xea\xdd\xad\xee\xd9\x37\xe4\xa7\x7c\x09\x23\x12\x62\xff\x16\x7e\xbd\xe5\x53\x42\x2e\x12\xa3\xf4\x18\xa0\x10\xfa\xc7\xbf\xcb\x06\xf8\xf3\x4f\xb8\x41\xc9\xf3\xff\x89\xd2\xb0\x54\x7c\xcc\x00\xce\x27\xf9\x10\x87\xc4\x0b\x68\xee\xce\xe4\x85\xd7\x38\x44\x56\xed\x3d\xa7\x95\xf7\x3b\x8f\x5f\x41\x88\x22\x7b\x8c\x9c\x1c\x5f\xc3\x94\x95\x3b\x1d\xe4\xee\x31\xf7\xa8\x21\xf1\xbd\x90\xcf\xb7\x07\xbb\x52\x93\xfc\x8b\x60\xa8\x62\xf0\x35\xd0\xaf\xd5\x3c\xd4\x3f\xcd\x60\xa1\x00\x6a\x9f\x6a\x28\xa2\xa1\x04\x87\x22\x24\xca\xf5\x57\x42\x58\xf6\x98\x43\x0e\x78\x0b\x1d\x50\x5d\xc5\xcf\x84\x54\xe8\x57\x30\x16\x4e\x6a\xc8\xd0\xa4\x35\x04\xaf\x0b\xcf\xaa\x22\x6f\x26\xc8\x60\x39\x5b\x5b\xd5\x02\x1e\xe5\xdb\x32\x4a\xd7\x66\x8f\x83\xcc\xab\xd5\xdf\xfb\xa9\x1a\x0d\xb6\x70\xa3\x67\x95\xa3\x35\xe6\xc0\xd7\x10\x21\x6b\x26\x67\xd2\x1f\x0f\x46\x97\xee\xe8\x64\x3c\x19\x0c\xcf\xdd\xb3\xf1\xf8\x62\xec\x98\xdd\xd6\x22\x6f\x05\xf6\xd6\xa2\xaf\x31\xfe\xd6\x20\xf0\xfe\x18\x2c\xa0\xb0\xf9\xdd\xa4\x4a\x28\xf6\x8f\xf7\x43\x99\x3a\x56\xdc\x59\xaa\x98\x6e\xbd\x47\xff\x09\x25\x5c\x11\x0b\xe4\xdf\xe6\x11\xa1\x52\xd8\x7b\xd6\xb0\x9f\x2d\xd9\xeb\x4f\xf6\x4e\xb7\x90\x8f\xc2\x6a\x1b\xdf\x4c\x79\x4f\xde\x31\xe7\xea\x52\x17\xac\x29\x9c\x64\x1e\xe0\x04\xf6\x29\xec\x7f\x85\xdf\x0d\x03\xf8\xdd\xa9\x8c\xc7\xb6\x4a\xca\xe2\xaf\x50\x46\xa6\x8a\xbf\xe5\x1e\xf9\xe2\x06\x25\x09\x0e\x90\x5e\xc0\xdf\x4d\xd5\x34\x51\x4c\x8d\x5a\x56\x2a\xa5\x91\x4a\x56\x28\xe4\x7e\xea\xc8\x01\xd7\x69\xa2\x12\x27\x42\x4c\x72\x6a\xb1\x08\x59\xda\x5e\x14\x9d\x6d\x32\x9f\x3b\xe6\xac\xa6\x5e\x2c\xad\xd4\x25\x2f\xf4\x6b\xd8\xe6\x2f\x6d\xfe\xd2\xe6\x2f\x6d\xfe\xd2\xe6\x2f\x6d\xfe\xd2\xe6\x2f\xcd\x10\xd8\xe6\x2f\x4f\x48\xc2\x6d\xfe\xd2\x44\x71\x8f\xeb\x98\xf3\xcf\x6d\x26\xd3\x66\x32\xf7\xc8\x64\x0e\xdb\x34\xa6\x4d\x63\xda\x34\xa6\x4d\x63\xda\x34\xa6\x4d\x63\xda\x34\xa6\x19\x02\xdb\x34\xe6\x09\x49\xb8\x4d\x63\x9a\x28\xae\x4d\x63\xda\x34\xe6\x89\xa6\x31\xf2\xc5\xec\xc6\x79\xcc\x66\xef\x71\x6f\x3d\xa7\x68\xf0\x12\x72\xa7\xac\x75\xf3\x45\xca\x1f\xfb\xfa\xf1\xcf\xbe\x73\x7d\xbc\x8d\x1f\xb4\xfb\xbe\x07\xed\xfb\x1e\xb4\x55\xaa\x79\x0b\x5a\xab\xef\x1e\x9b\xa4\xfa\x7d\x45\xa3\x77\x8d\x15\x6d\x03\x92\x75\xef\x1d\xcb\xbf\x0d\x37\x1e\xf2\xeb\xc6\xbe\xd6\x47\x11\x23\xb4\xb1\xaf\x95\xe4\xad\xaf\x6d\x7d\xed\x93\xf5\xb5\xca\x50\x5a\x8f\xdb\x7a\xdc\x07\xa6\x7a\xc5\x6f\x15\xbe\x36\x2a\x1e\x07\x75\x8e\x22\x44\x31\x7d\xc3\xe1\x95\xbd\xd4\xe1\x38\x36\x6c\x23\x54\x7b\x9c\x54\x65\x7f\x93\xb7\xdd\x00\xc5\xef\x50\x64\x1b\xc7\x29\x8a\xb9\x03\x8f\x7c\x8c\xa8\x45\xad\x6c\x44\xf5\x31\xb7\x22\x5c\xfd\xbc\x13\x75\x85\xf6\x4d\x0d\x39\xa5\x83\x1d\xf2\x57\x5a\x6a\x99\xd5\xef\x9c\xac\xa3\x33\x16\x65\xa9\xc7\x36\xd4\x40\x2f\xe8\x36\xb7\xd6\xea\x45\xae\x67\x39\x1f\xab\xc8\xa4\xd1\xc2\xd9\x2a\x40\xbe\x08\x0c\xf5\xd6\x0f\xac\x71\x65\xf2\x73\x48\x91\x19\x03\x9a\x2a\x6d\xa5\xca\x6a\x14\xf6\x10\xc9\x6d\x5f\x6e\x45\xa9\x7d\xee\xd4\xdb\x91\x90\x9e\x3e\x76\x2d\x0d\xc3\x37\x15\xc7\xb5\x3d\xa3\xdd\xc2\xf1\x6b\xea\xac\xb6\x9a\x03\x4b\xac\x71\x9a\x1c\x5a\xb2\xd9\xeb\x5a\x15\xe7\x9a\x54\x9c\x18\xd7\x15\x87\xc6\x15\xcf\x8d\xc3\x41\xd5\x1c\x35\xbf\x8d\xb0\xc1\x29\x34\xb5\xbc\x7b\x6b\x4f\xa5\x31\x5e\x90\x56\x3f\xfa\x60\xc8\x24\x79\x71\xd4\x53\xb4\x5b\x3f\xa1\xa6\xf0\x9a\xa3\x3a\x84\x26\x87\x72\x10\xd1\x41\xf0\x6d\x4f\x7c\x38\x8b\x58\x62\xa0\x59\xee\x55\x51\x70\x3a\x9c\xf0\x16\x8e\x69\xf5\x53\x42\x8d\x25\x16\x44\x54\x5d\x96\x78\x16\x93\x6d\x5b\x3e\x9a\x73\xf3\xbd\x3b\x43\x50\x16\xc9\x25\xbf\xae\x48\x1a\xc9\x2e\xeb\xf9\x51\x40\xdb\x96\x61\xf9\x94\x11\xee\x19\x7c\x7b\xf3\x33\x50\xbf\xb0\xd1\x1f\x9e\xbc\x3f\xcb\x5f\x1d\x96\xb3\xc9\x51\xf3\xf7\x87\x4d\xda\xe2\xa6\x27\xdb\xf1\xf8\x51\xf5\x59\x88\xf7\x81\x2e\xce\x4f\x55\xf2\x7f\x04\x78\xcd\x65\x96\x54\x23\x96\xd9\x5c\x17\x86\x21\xd8\x1a\x00\x71\xae\xf3\x59\x14\xc0\xd9\x37\x53\x80\x03\x86\x64\xa9\xad\x78\xae\x73\x85\x9a\xac\x9e\x6b\xd4\x64\xcf\x52\x50\xd3\x36\xb5\x83\x7e\x2e\xed\xd8\xf0\x2e\x6b\xa7\x48\x2f\x82\x9e\x4d\x56\x41\xa5\x83\xe6\x5a\xc2\x11\x09\x6c\xa2\xff\x0f\x00\x00\xff\xff\x78\x6b\xec\xa4\x17\x70\x00\x00") +var _infraTf = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x5d\xff\x6f\xdb\x38\xb2\xff\xdd\x7f\xc5\x3c\x25\xc5\xde\xdd\x8b\x9d\x34\xb9\x16\x77\x01\xfa\x80\xac\x93\xa6\x7e\x6d\x1d\xc3\x4e\x5b\xe0\xed\x16\x82\x22\x31\x36\xb7\xb2\xa8\x8a\x54\xdc\x34\xeb\xff\xfd\x81\xdf\x24\x52\x5f\x6c\x39\x71\x2f\x9b\x42\x59\x2c\x6a\x8b\x43\x72\x38\xf3\x99\x19\xce\x48\xa2\x77\xee\xff\xd7\xd9\x81\x77\x27\xaf\x2f\xc6\xe7\x67\x70\x7e\x36\x3c\x1b\x9f\x5c\x9e\x9d\xc2\xe5\xd9\x78\xcc\x2f\xbe\x87\xfe\xc5\xf0\xf5\xe0\xfc\xc3\xf8\xe4\x72\x70\x31\xec\xec\x40\xb7\x0b\x9f\x4e\xc6\xc3\xc1\xf0\x1c\xba\xdd\xce\x0e\x5c\xce\x30\x85\x6b\x1c\x22\xc0\x14\xbc\x94\x91\xb9\xc7\xb0\xef\x85\xe1\x2d\x4c\x51\x84\x12\x8f\xa1\xa0\x07\xa7\x04\x22\xc2\x00\x05\x98\x01\x66\xbf\xd0\xce\x0e\xf8\x24\x62\x28\x62\x14\x02\x9c\x20\x9f\x85\xb7\x3d\xf8\x40\x11\xbc\xf3\xae\x49\x32\x45\xe0\x45\x01\x24\x08\xae\x52\x1c\x06\xc0\xf4\x24\xbd\xce\x43\x56\xda\xd9\x81\x93\x4f\x13\xe8\x93\xe8\x1a\x4f\xd3\xc4\x63\x98\x44\x9d\x38\x21\x37\x38\x40\x09\x38\xde\x82\x3a\x70\xd7\x01\xf0\x7c\x1f\x51\xea\x7e\x41\xb7\xf0\x0a\x9c\xbb\x3b\xe8\xf5\xc9\x3c\x46\x0c\xf3\x0e\xbd\x93\x4f\x93\x7e\x82\x82\xde\xc9\x68\xf0\x16\xdd\xc2\x72\xe9\x74\x00\x28\xf2\x13\xc4\x1a\x74\x99\x08\x42\xd5\x2b\x41\x53\x4c\x22\xdd\xe3\x2c\xba\xc1\x09\x89\xe6\x28\x62\xa2\x87\x60\xb3\x37\x96\x34\xb2\x43\x9c\x10\x21\xeb\x57\xe0\x38\x9d\x25\x5f\x10\x67\x61\xe4\xe1\xa4\x93\x20\x4a\xd2\xc4\x47\x62\x1d\x9c\x11\x37\xf6\x70\xe2\x80\x43\xe9\xcc\x2d\x0e\x3f\xf4\xe6\x88\x0f\x29\x96\xcb\x69\x23\x7e\xe1\xd5\x6a\x62\x3e\x7f\x7a\x15\x62\xbf\x6e\x99\x93\xc9\x9b\x91\x20\xe0\x4c\xfd\x09\x33\x36\x0f\x45\xbf\x65\xa7\x73\x77\x07\x89\x17\x4d\x11\xec\xe2\x3d\xd8\x75\xe1\xf8\x15\x0c\xed\x59\x46\x24\xe8\x93\x34\xe2\xa2\x11\xe4\xbb\x38\xe0\x54\x71\x82\x23\x76\x0d\xce\x33\xfa\x2c\x70\x60\xd7\xee\x92\xa0\x6b\xfc\x0d\x76\xb1\xe8\xf3\x30\x1b\xf8\xf5\xec\x7c\x30\x84\xcb\xb3\x93\xf7\xf0\xeb\xbb\x8b\xfe\xdb\xce\x0e\x30\xe4\xcd\x8f\x15\x27\xcb\xe5\x43\x91\x77\x13\xfb\xc6\x60\xb6\xb6\x6e\x62\xdf\x11\xe2\x94\xad\xf2\x3b\x57\x8d\x8f\x83\xc4\xbd\x0a\x89\xff\x45\xc9\x7b\xb7\x06\x25\xfd\xc1\xe9\x58\xe9\x08\x45\xde\x55\x88\xdc\x20\xa2\xee\x8c\x50\xc6\x35\x4b\xe1\x15\xb0\x24\x45\x9d\x0e\x00\xf3\xa6\x54\x8c\x0d\x30\x54\x4a\xb7\x27\x16\x4d\xc6\x2c\x95\x33\x1b\x98\x00\xb8\x44\xde\xdc\x1a\x87\x5f\x5e\x4a\x7c\xe2\xe9\xa2\x76\xd9\x38\x62\x28\x89\x10\x73\xa7\x1e\x43\x0b\xef\xd6\x92\x01\x9e\x2e\xa4\x0c\x6e\x62\xdf\xc5\x01\x1f\x7f\xf7\x4e\x09\xab\x67\x71\xdc\xc3\xc1\x52\x59\x43\x42\x52\x86\x5c\xc6\x05\x50\x3b\xab\x41\x63\x4d\x18\xa0\x6b\x2f\x0d\x0d\x66\x36\x98\x9c\xdb\x32\x1f\x56\x09\xd6\x56\xdb\x41\x4f\xfc\xb7\x7f\x20\xa5\xa5\xc6\xb7\x86\x2d\x4a\xa2\x67\xc9\x41\xce\xc1\x45\xba\x4e\x7f\x78\xba\x90\xeb\xdb\xb2\x16\x6f\x02\xec\xd2\xf4\x2a\x42\xac\x56\xac\xb2\xd9\x86\x71\xd6\xcb\x12\x26\xff\x5b\x27\xd0\xb5\xd0\xff\xdf\x74\x1e\xbf\x21\x94\x51\x13\xfa\x73\x2f\x76\x95\x8b\xc2\xb1\x4b\x22\x37\xf4\xd2\xc8\x9f\x35\x46\x7f\xce\xef\xf6\xc5\x27\xd4\xd2\x04\x94\xae\x47\x29\xf1\xb1\x88\x4e\x96\x38\x13\x26\x9b\xa4\x30\x25\xa3\x5a\x9e\xb9\x40\xe5\xf5\x5e\xd5\xaa\xb4\x68\xcd\xc9\x4c\x14\x1a\xd7\x7b\xb5\x76\x61\x5a\xdb\x8b\xa3\xd5\x0b\x7a\x71\xe4\x7e\x27\x91\x6d\x66\xc9\x8b\xa3\x8d\x4c\x0b\x20\x32\x14\x65\xc9\xff\x94\xcc\x3d\x2c\x42\x23\x00\x47\x0c\x99\x9b\xaa\x52\x16\x21\x2c\xcb\x0b\x25\x23\x05\x08\x6c\x4d\xc1\xc1\xcc\x8f\x57\x79\x77\x97\x13\xb8\x24\xe6\x3a\xa5\xb6\xd7\x99\xf9\xb1\x94\x47\x20\x56\xe3\x5a\xab\x35\xa3\xeb\xe9\x9b\xfe\x48\x79\xfb\xd3\xe1\xc4\x60\xcd\xe8\xe8\x52\x94\xdc\xa0\x84\xfb\xfb\xdf\x04\xd3\x79\xdc\x75\xf7\x60\x57\xc4\x02\x41\xc1\x43\x6b\xed\xf0\xc3\x8c\x8c\xf2\xd5\x48\x80\x09\x86\x8c\x01\x96\x4b\x67\x4f\x4f\x81\xa2\x40\x12\x7e\xe6\xea\x62\xf1\x3a\x36\x58\xdc\x84\x8b\xcb\xd1\xa4\x9a\x89\xac\x7b\x35\x0f\x00\x6b\x2d\x5d\x48\x7d\xfb\x10\x90\xf6\xd9\x18\x08\xb5\x96\x9e\x8f\x55\x72\x9c\x0d\xbd\xa7\x35\x4d\xc1\xca\x2c\x1e\x7a\xf6\xac\x86\x75\xd3\xa9\x7b\xe5\xd1\x7a\x97\x45\x91\x9f\x26\x98\xdd\xba\xd3\x84\xa4\xb1\xc5\x3f\xef\x27\x39\x8f\x4a\xa2\x17\x6d\x9c\x43\x44\xfd\x04\x0b\x26\x38\x81\xde\xf7\x77\xc1\x26\x85\xc9\xb9\xb3\x51\x1c\x46\xd3\x04\x51\xad\xf9\xeb\x84\xcc\xdd\x98\x24\x5c\xb7\x07\xe2\x0a\x23\xf6\xf7\x38\x21\x8c\xf8\x24\xe4\x43\x77\x9f\x3b\x85\xf0\x2d\x10\x6c\x04\xf0\xcf\x3a\x0a\xe3\x68\xeb\xd3\x28\x88\xdb\xa6\x72\x12\xcc\x71\x34\x18\x95\x0d\x45\x35\x18\xb6\xa1\xac\x43\xf7\xc8\x6c\xc3\xb6\x0e\x69\xa3\x6b\xd6\xf0\xaf\xb5\x6b\xc0\xfe\x3c\x6e\x2c\xac\x95\xa6\xa8\xf1\xb0\x45\x53\xa4\x53\x1e\xf4\xee\x03\xdc\x9b\x00\xd7\xe1\x96\x37\x35\x83\xed\x4d\x80\x37\x46\xed\x8e\xa5\x8d\x1d\x4b\x1f\xb9\xd5\x1f\x1e\xaa\x46\xad\x1a\xa8\x6a\xcc\xf4\x64\xfa\x0b\x26\x1d\xde\x4e\x41\x63\xba\xfd\x37\xd5\x56\xc4\xdf\x62\x86\x19\x0a\x31\x65\x1a\x83\xa6\x42\x3e\xe5\x8d\x0a\x87\x3b\x39\x0e\xcd\x9e\x0a\x8b\x3b\x25\x34\xee\x28\x3c\xee\x48\xa0\x34\x93\xc2\xd1\xd1\xbf\xfe\xbd\x42\x0e\x46\xf3\xd3\x95\x44\x9d\x6d\x16\xd4\xbd\x02\x09\xab\x57\x5f\xbf\x76\xc1\x76\x6e\xc4\x7b\xcd\x7c\x46\x49\xfc\x2b\x75\xf3\x9f\xe5\x6d\x13\x9f\x6c\xfb\x06\xd3\x2f\xeb\xed\xb5\x45\xd0\xb3\xfd\x98\x30\xe7\x02\x57\xeb\x32\x8e\xad\xfa\xbe\xbb\xbb\xfd\x7f\xc0\xe5\xc5\xe9\xc5\x31\x7c\x3c\x1d\xc0\x10\xb1\x05\x49\xbe\x40\x3f\x41\x62\x93\x01\xff\xd8\x5f\x5a\xc5\x98\xc5\x1f\xb3\xbc\x1c\x53\x97\x60\x7d\xc2\x51\x40\x16\xb4\x67\x97\x67\x74\x6d\xc1\x2c\xd2\x2c\x24\xe5\x4d\x80\x0f\x9e\x05\xdd\x67\xd4\x11\x33\x68\x2f\x2c\xba\x5d\x7f\x0d\x22\xbb\xae\xd3\x13\x74\xd9\x70\x95\xeb\xee\x94\x2a\x07\x94\x79\x91\xaf\x33\x8b\xac\xb3\x2c\x69\x75\x00\xbc\x39\xae\x94\xa3\x5a\x0b\x5f\xdc\xc9\xfb\x81\x12\x9d\x1e\xcd\x65\xb7\x71\x75\xa6\x51\x16\xc6\x04\x7f\xd7\x0a\x31\xeb\x67\x12\x24\xba\xfa\xd6\x53\xe5\xb4\xca\x35\xf5\x74\x3f\x59\x40\xcc\xd2\xb9\x4d\x32\x39\x74\x45\xc5\x46\x6e\x8e\xbf\xa3\xc0\x48\x73\x79\x1f\x3f\xa5\x8c\xcc\xa5\xb7\xea\xeb\xcf\x2b\x93\xe8\xc3\x03\xa9\xaf\xe5\x52\x8f\x21\x63\xdd\xc8\x63\x33\x3e\xca\x44\x7c\x1b\xa3\x48\x94\x4b\xff\x48\xe7\xb1\xab\x34\xee\xa6\x01\xed\x7d\x9b\x87\x8e\xbd\x4b\xb1\xa7\x83\x5d\x0c\x11\x0e\xc5\xff\xa6\xca\xf8\x64\x29\x45\x89\x1b\x78\xcc\x93\xcb\xbf\xc6\x21\xfa\x9b\x53\xe0\x60\xb9\x74\xfe\x2e\xa3\x65\x9c\xe0\x1b\x8f\x21\x17\xc7\x5a\x5b\xd9\x62\x97\x92\x82\x47\x5e\xdb\x54\x5d\x1c\xe4\xe6\xbc\xa1\x31\xaf\x23\xbf\x09\x70\x46\xfd\x79\x85\xd1\x9b\x38\xdd\xdc\xec\xb5\x35\x9b\x96\xdf\xcd\x3c\x48\x8d\x53\x10\x79\x71\x14\x21\x5f\xe8\x43\xb2\x24\x60\xae\x7c\xee\x02\x47\xc9\x5c\x8e\xc0\x75\xa0\x2f\x8b\x5d\x24\xa6\x2c\xf1\x18\x49\x64\x33\xc3\x73\x44\x52\x26\x9a\x5f\x1e\xa8\x3e\xb1\x47\xe9\x82\x24\x41\x25\xf7\x23\x12\x8c\x74\xfb\x2e\xff\x36\x38\x35\xf9\x12\x95\x77\x8a\x49\xc4\xd1\x94\xa0\x39\x61\xa8\x8b\xbe\x21\x95\xf3\x00\x48\xd5\xd7\xef\x8d\xa9\x76\x3f\x6b\x6d\x55\x0d\x64\x6c\x95\xcb\xe0\x3e\x95\x54\x7a\xd8\xfb\xe0\x58\x0f\x5e\x01\xdc\x55\x5b\xf1\x92\x77\xd3\xb5\x93\x04\xf9\x24\x09\x4a\x25\x35\xe4\x8b\x54\xbf\xc2\xf1\x01\x7c\x27\x91\xae\xe9\x94\x0a\x08\xe3\x17\x47\xff\x47\x22\x94\x29\x41\x74\x94\xea\xce\x3c\xb3\x6c\xd1\x00\xe1\x40\x10\xdf\x59\xa8\x81\xf1\xf2\x40\xde\xb8\xe0\x9c\x95\xec\x49\x3b\xd2\x5e\x81\xb7\x5e\x56\x94\xd3\x36\xb2\xec\x74\x48\xca\xe2\x94\x81\x93\xb5\xd1\x62\x37\x95\xfc\x7a\x61\x8a\xcc\x52\xe9\xfa\x39\xd4\x1d\x07\x25\xe9\x4d\xe3\xdd\x5b\x2f\xc4\x0d\x82\xdd\x17\x2f\xc4\x7f\xe1\x48\xc7\x57\x71\xff\x30\x27\x64\xf0\x33\xc6\xb8\xa3\xcd\x63\x5c\x7a\x95\x46\x2c\x15\x21\x8e\xce\xda\x08\xf7\x17\x8c\x70\xeb\x22\x49\x29\x02\xda\x31\x90\x72\xb5\x82\x6a\x30\xa3\x20\xf2\x0f\xbb\xfc\xbb\xa3\x3b\x55\x85\xc0\x5c\x59\xea\xb6\xa8\xa9\xdc\xd2\xfd\x51\x49\xfa\x16\xdd\x9a\x0a\xe7\x83\xc8\x88\x80\xa3\x10\x47\xc8\x4c\x3b\xfc\x34\x09\xa1\x4b\xdf\x41\x97\xc0\x3e\x9b\xc7\xfb\x9c\x21\x8e\xa3\x1e\x9d\xc1\x2f\x33\xc6\xe2\xe3\xfd\xfd\xe7\x2f\xff\xdd\x3b\x7c\xf1\xcf\x9e\xfa\x77\x3f\xf4\x18\xa2\x4c\x90\x76\x39\xed\x2f\x59\x00\x72\x68\x1a\x10\xb8\xf2\xe8\xac\x34\x5a\x4e\x93\xcc\xa1\x7b\x5d\xd7\x9e\x65\x36\x1b\x46\x63\xe9\x52\xec\x50\xfc\xc3\xc2\xb0\x85\x08\xae\x0e\x27\xd3\x7c\x05\x18\x56\xc0\xc1\x06\x44\x42\x08\x73\xf2\x4e\xd5\x70\xd8\x12\x20\x34\x24\x00\x54\x3c\x00\x23\x58\xdb\x4e\x43\xd1\x05\x88\x32\x1c\x79\xba\x36\x25\xf4\x27\x88\x2d\x8b\x14\xba\x5b\x6f\x33\x4f\x51\x50\x25\xeb\xe1\xf6\x33\x9b\x93\x00\xfe\xfb\x1b\x94\xc5\xb1\x97\x53\xad\x6c\x34\xcc\xa1\x92\xe4\x73\x66\xc0\xd9\xa6\x03\xa0\xdd\xd6\xfd\xe8\x6d\x9d\xb1\xaf\x8b\x49\xc2\xb8\x0f\x52\xe1\xeb\x9c\x47\xaf\xb2\x2f\x1a\x23\x4a\xc2\x1b\x24\x9f\x51\xb9\xec\x8f\x2a\xb6\x5b\x2b\x6a\xc3\x8a\x11\x3a\x15\x2a\xb2\xa6\xea\x8d\x74\x29\x69\xb9\x14\xad\xa2\xce\xa4\x57\x5a\xae\x25\xdf\x67\xa8\x66\xb5\x67\x39\x32\xac\x1c\x76\xdf\x18\x76\xe3\x42\x75\x7d\x91\xad\x3c\xe7\xeb\x84\xcc\x47\x72\x9e\x42\x01\xae\x4c\x7b\x49\x4c\x4a\xb3\x34\xb7\x72\x2d\x8f\x52\xb5\xbb\xa7\xfa\xb6\x58\xe5\xab\x48\x6d\xee\x61\x02\x1f\x4e\x5b\x13\x68\x4d\xe0\x49\x9a\x40\x4d\x1c\x10\x4f\x17\xa8\x24\xa2\x0e\xfb\x81\xca\x32\xa8\x7c\x6a\x10\x8c\xe7\x9a\x54\x57\xcd\xc4\x26\xcf\x3a\x55\x74\xdf\xca\x43\x4f\x7a\xcc\xed\x3d\xe5\x54\xc5\xe9\x56\x55\xb3\x03\xfa\x49\xa5\x8d\x84\xda\xe4\x11\xa8\x8a\xf1\xee\xfb\x58\x54\xc5\x50\xdb\x7e\x3e\x8a\x4e\x37\x43\x55\xbd\xe3\xad\x45\x57\xd9\xb1\xd6\xa8\xb7\x81\xe3\xac\xe8\xb9\x45\xdf\xb8\xc9\x3d\xb8\xf0\x5a\x83\x39\x4f\x35\xf1\x75\xce\xdd\xc7\xd3\xc1\x47\x4c\xf1\x55\xa8\xf2\xbd\xc7\xbd\xf3\xa7\x6b\x23\x86\xfb\x34\x0b\xbd\x8f\x6d\x8f\xb9\x77\xd4\xdb\xea\x3d\xf9\x51\x78\x48\x3d\xb3\x76\x8e\x22\x57\xb7\xea\x9e\xc5\xea\x9a\xe5\x91\x0e\x24\x4d\xef\x9d\x47\xd9\x85\xcf\x10\x53\x4e\x55\x6f\xe7\x8f\xab\xd7\x39\x49\xaf\x02\xfd\xf0\x5e\x31\xe3\x59\x5d\x00\xdd\x6c\xac\x72\x8d\x54\x70\x7b\x8e\xd8\x9a\xb2\xa8\x20\x1b\xa8\x96\xc7\xa8\x83\xae\x70\x4f\x75\x05\xd1\x72\xcd\x50\xa9\xef\x51\x2a\x86\x75\x0b\xc8\x1e\xd8\x33\x42\xb6\x30\x4e\x8e\x46\x21\xf6\x8f\x5e\x88\x83\xcb\xfe\x88\xef\x86\xcc\x67\xff\xd6\x4c\x98\x6f\x49\x98\x1f\x9b\x1b\x0f\x7b\x5a\xe3\xf6\xcb\x5a\x26\x3e\x9c\xde\x9f\x89\x34\x68\xc2\xc4\xaa\x5a\xea\x86\x50\x17\xfd\xdf\xe8\x0b\x3f\xa2\x1e\x5b\xe9\xa5\xea\xab\xb2\xd2\x69\xa3\xaf\x4a\xa2\x17\x13\x70\x16\x87\x5f\x9e\xbf\x74\xea\xab\x7f\x76\xf5\x7d\xd3\x9b\xcb\xd9\xd6\x4f\xba\xb7\x62\x05\x5e\x4e\x18\x2f\x26\x0d\xa6\x8c\x17\xbd\x98\x3e\x7f\xf8\x8c\x9b\x55\xfd\xef\x59\xb7\xb4\x6f\xe3\x66\xa5\xb8\xea\xdb\xb8\x66\x3d\xae\x54\x8e\x33\xee\xe6\xbe\xf3\x5e\xf3\x1d\xc2\x25\x9a\xc7\xfa\x26\xee\x7f\x3d\x3f\x3c\xfa\xe7\x8b\xbc\xe8\x66\x97\x27\x15\x06\x2c\xf9\xd6\xd6\x26\xfb\xc7\xfb\x4a\xc4\xdb\xaa\x49\x3e\xb2\x10\xaa\x4a\x8f\x31\x59\xa0\x84\xce\x50\x18\x42\x77\x48\x46\xea\xdd\xad\xee\xd9\x37\xe4\xa7\x7c\x09\x23\x12\x62\xff\x16\x7e\xbd\xe5\x53\x42\x2e\x12\xa3\xf4\x18\xa0\x10\x7e\xcf\xa5\xf5\xbb\x03\x7f\xfe\x09\x37\x28\x79\xfe\x3f\x51\x1a\x96\x0a\x90\x19\xc8\xf9\x44\x1f\xe2\x90\x78\x01\xcd\x5d\x9a\xbc\xf0\x1a\x87\xc8\xaa\xbf\xe7\xb4\xf2\x9e\xe7\xf1\x2b\x08\x51\x64\x8f\x91\x93\xe3\x6b\x98\xb2\x72\xa7\x83\xdc\x45\xe6\x5e\x35\x24\xbe\x17\xf2\xf9\xf6\x60\x57\x6a\x93\x7f\x11\x0c\x55\x0c\xbe\x06\xfe\xb5\xda\x87\xfa\x27\x1a\x2c\x24\x40\xed\x93\x0d\x45\x44\x94\x20\x51\x84\x45\xb9\x06\x4b\x08\xcb\x1e\x75\xc8\x41\x6f\x21\x04\xaa\x2b\xf9\x99\x90\x0a\xfd\x0a\x06\xc3\x49\x0d\x19\x9a\xb4\x86\xe0\x75\xf1\x59\x55\xe5\xcd\x24\x19\x2c\x87\x6b\xab\x5a\xc0\xa3\x7c\x6b\x46\xe9\xda\xec\x71\x90\x79\xb6\xfa\xfb\x3f\x55\xa3\xc1\x16\x6e\xf6\xac\x72\xb6\xc6\x1c\xf8\x1a\x22\x64\xcd\xe4\x4c\xfa\xe3\xc1\xe8\xd2\x1d\x9d\x8c\x27\x83\xe1\xb9\x7b\x36\x1e\x5f\x8c\x1d\xb3\xdb\x5a\xe4\xad\xc0\xde\x5a\xf4\x35\xc6\xdf\x1a\x04\xde\x1f\x83\x05\x14\x36\xbf\xa3\x54\x09\xc5\xfe\xf1\x7e\x28\xd3\xc7\x8a\xbb\x4b\x15\xd3\xad\xf7\xea\x3f\xa1\x84\x2b\xe2\x81\xfc\xdb\x3c\x2a\x54\x0a\x7b\xcf\x1a\xf6\xb3\x25\x7b\xfd\xc9\xde\xed\x16\x72\x52\x58\x6d\xe3\x9b\x29\xef\xc9\x3b\xe6\x5c\x5d\xea\x82\x35\x85\x93\xcc\x03\x9c\xc0\x3e\x85\xfd\xaf\x32\x1c\x2b\x9d\xd4\xc4\x63\x5b\x25\x65\xf1\x57\x28\x23\x53\xc5\xdf\x72\x8f\x7c\x71\x83\x92\x04\x07\x48\x2f\xe0\xef\xa6\x6a\x9a\x28\xa6\x46\x2d\x2b\x95\xd2\x48\x25\x2b\x14\x72\x3f\x75\xe4\x80\xeb\x34\x51\x89\x13\x21\x26\x39\xb5\x58\x84\x2c\x75\x2f\x8a\xce\x36\x99\xcf\x1d\x73\x56\x53\x2f\x96\x56\xea\x12\x18\xfa\x35\x6c\x73\x98\x36\x87\x69\x73\x98\x36\x87\x69\x73\x98\x36\x87\x69\x73\x18\x68\x8c\xc0\x36\x87\x79\x42\x12\x6e\x73\x98\x26\x8a\x7b\x5c\xc7\x9c\x7f\x6e\xb3\x99\x36\x9b\xb9\x47\x36\x73\xd8\xa6\x32\x6d\x2a\xd3\xa6\x32\x6d\x2a\xd3\xa6\x32\x6d\x2a\xd3\xa6\x32\xd0\x18\x81\x6d\x2a\xf3\x84\x24\xdc\xa6\x32\x4d\x14\xd7\xa6\x32\x6d\x2a\xf3\x44\x53\x19\xf9\x92\x76\xe3\x5c\x66\xb3\x77\xba\xb7\x9e\x57\x34\x78\x21\xb9\x53\xd6\xba\xf9\x52\xe5\x8f\x7d\x15\xf9\x67\xdf\xb9\x3e\xde\xc6\x0f\xda\x7d\xdf\x83\xf6\x7d\x0f\xda\x2a\xd5\xbc\x11\xad\xd5\x77\x8f\x4d\x52\xfd\xbe\xa2\xd1\x7b\xc7\x8a\xb6\x01\xc9\xba\x77\x90\xe5\xdf\x86\x1b\x0f\xf9\x75\x63\x5f\xeb\xa3\x88\x11\xda\xd8\xd7\x4a\xf2\xd6\xd7\xb6\xbe\xf6\xc9\xfa\x5a\x65\x28\xad\xc7\x6d\x3d\xee\x03\x53\xbd\xe2\xb7\x0a\x5f\x1b\x15\x8f\x86\x3a\x47\x11\xa2\x98\xbe\xe1\xf0\xca\x5e\xf0\x70\x1c\x1b\xb6\x11\xaa\x3d\x5a\xaa\xb2\xbf\xc9\xdb\x6e\x80\xe2\x77\x28\xb2\x8d\xe3\x14\xc5\xdc\x81\x47\x3e\x46\xd4\xa2\x56\x36\xa2\xfa\x98\x5b\x11\xae\x7e\xde\x89\xba\x42\xfb\xa6\x86\x9c\xd2\x21\x0f\xf9\xeb\x2d\xb5\xcc\xea\xf7\x4f\xd6\xd1\x19\x8b\xb2\xd4\x63\x1b\x6a\xa0\x17\x74\x9b\x5b\x6b\xf5\x22\xd7\xb3\x9c\x8f\x55\x64\xd2\x68\xe1\x6c\x15\x20\x5f\x04\x86\x7a\x03\x08\xd6\xb8\x32\xf9\x39\xa4\xc8\x8c\x01\x4d\x95\xb6\x52\x65\x35\x0a\x7b\x88\xe4\xb6\x2f\xb7\xa2\xd4\x3e\x77\xea\xed\x48\x48\x4f\x1f\xc1\x96\x86\xe1\x9b\x8a\xa3\xdb\x9e\xd1\x6e\xe1\x28\x36\x75\x6e\x5b\xcd\xe1\x25\xd6\x38\x4d\x0e\x30\xd9\xec\xd5\xad\x8a\x33\x4e\x2a\x4e\x8f\xeb\x8a\x03\xe4\x8a\x67\xc8\xe1\xa0\x6a\x8e\x9a\xdf\x49\xd8\xe0\x44\x9a\x5a\xde\xbd\xb5\x27\xd4\x18\x2f\x4b\xab\x1f\x80\x30\x64\x92\xbc\x38\xea\x29\xda\xad\x9f\x56\x53\x78\xe5\x51\x1d\x48\x93\x43\x39\x88\xe8\x20\xf8\xb6\x27\x3e\x9c\x45\x2c\x31\xd0\x2c\xf7\xaa\x28\x38\x1d\x4e\x78\x0b\xc7\xb4\xfa\x59\xa1\xc6\x12\x0b\x22\xaa\x2e\x4b\x3c\x8b\xc9\xb6\x2d\x1f\xcd\xb9\xf9\x0e\x9e\x21\x28\x8b\xe4\x92\x5f\x57\x24\x8d\x64\x97\xf5\xfc\x28\xa0\x6d\xcb\xb0\x7c\xe2\x08\xf7\x0c\xbe\xbd\xf9\x19\xa8\x5f\xdb\xe8\x0f\x4f\xde\x9f\xe5\xaf\x11\xcb\xd9\xe4\xa8\xf9\xbb\xc4\x26\x6d\x71\xd3\x93\xed\x78\xfc\xa8\xfa\x5c\xc4\xfb\x40\x17\xe7\x27\x2c\xf9\x3f\x02\xbc\xe6\x32\x4b\xaa\x11\xcb\x6c\xae\x0b\xc3\x10\x6c\x0d\x80\x38\xe3\xf9\x2c\x0a\xe0\xec\x9b\x29\xc0\x01\x43\xb2\xd4\x56\x3c\xe3\xb9\x42\x4d\x56\xcf\x35\x6a\xb2\x67\x29\xa8\x69\x9b\xda\x41\x3f\x97\x76\x6c\x78\x97\xb5\x53\xa4\x17\x41\xcf\x26\xab\xa0\xd2\x41\x73\x2d\xe1\x88\x04\x36\xd1\xff\x07\x00\x00\xff\xff\xe4\x95\xe3\x9e\x23\x70\x00\x00") func infraTfBytes() ([]byte, error) { return bindataRead( diff --git a/templates/infra.tf b/templates/infra.tf index 53963cce..cc90db4d 100644 --- a/templates/infra.tf +++ b/templates/infra.tf @@ -550,7 +550,7 @@ resource "aws_instance" "{{ $id }}_{{ $network.Subdomain }}_{{ $hostname }}" { inline = [ "powershell -NoProfile -ExecutionPolicy Bypass C:/pw.ps1", - "del C:\pw.ps1 || ver1>nul", + "del \"C:/pw.ps1\" || ver1>nul", ] } @@ -667,7 +667,7 @@ resource "aws_instance" "{{ $id }}_{{ $network.Subdomain }}_{{ $hostname }}" { inline = [ "powershell -NoProfile -ExecutionPolicy Bypass C:/pw.ps1", - "del C:\pw.ps1 || ver1>nul", + "del \"C:/pw.ps1\" || ver1>nul", ] } @@ -784,7 +784,7 @@ resource "aws_instance" "{{ $id }}_{{ $network.Subdomain }}_{{ $hostname }}" { inline = [ "powershell -NoProfile -ExecutionPolicy Bypass C:/pw.ps1", - "del C:\pw.ps1 || ver1>nul", + "del \"C:/pw.ps1\" || ver1>nul", ] } diff --git a/version.go b/version.go index c4b5de4d..1be2736f 100644 --- a/version.go +++ b/version.go @@ -1,4 +1,4 @@ package main const Name string = "laforge" -const Version string = "1.1.1" +const Version string = "1.1.2"