11 lines
68 B
Bash
11 lines
68 B
Bash
|
#!/bin/zsh
|
||
|
|
||
|
ta ()
|
||
|
{
|
||
|
terraform apply
|
||
|
}
|
||
|
|
||
|
ti () {
|
||
|
terraform init
|
||
|
}
|