refactor: small changes
parent
d237e56a02
commit
df3bd9b9e6
9
justfile
9
justfile
|
@ -5,15 +5,12 @@ export TF_VAR_minio_root_password := `pass minio.monotremata.xyz/rilla`
|
|||
export LINODE_TOKEN := `pass linode.com/token`
|
||||
export VULTR_API_KEY := `pass vultr.com/api_key`
|
||||
export HETZNER_DNS_API_TOKEN := `pass hetzner.com/tokens/terraform`
|
||||
|
||||
export MINIO_ENDPOINT := "minio.monotremata.xyz:443"
|
||||
export MINIO_USER := `pass minio.monotremata.xyz/terraform/access_key`
|
||||
export MINIO_PASSWORD := `pass minio.monotremata.xyz/terraform/secret_key`
|
||||
export MINIO_PASSWORD := `pass minio.monotremata.xyz/terraform`
|
||||
|
||||
init:
|
||||
terraform init \
|
||||
-backend-config="access_key=$(pass minio.monotremata.xyz/terraform/access_key)" \
|
||||
-backend-config="secret_key=$(pass minio.monotremata.xyz/terraform/secret_key)"
|
||||
-backend-config="access_key=terraform" \
|
||||
-backend-config="secret_key=$MINIO_PASSWORD"
|
||||
|
||||
plan *ARGS:
|
||||
terraform plan {{ARGS}}
|
||||
|
|
Loading…
Reference in New Issue