remove hardcoded ami
This commit is contained in:
parent
3839fe02ce
commit
6905feef4d
|
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
### change image id and naming suffix then run this bitch
|
### change image id and naming suffix then run this bitch
|
||||||
image=ami-076369466766d94fa
|
image=$1
|
||||||
naming_suffix="_test_with_fixed_regex"
|
naming_suffix="_test_with_fixed_regex"
|
||||||
|
|
||||||
function drive_count_check {
|
function drive_count_check {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue