mirror of
https://github.com/optim-enterprises-bv/terraform-talos.git
synced 2025-11-02 03:08:34 +00:00
8 lines
100 B
Makefile
8 lines
100 B
Makefile
|
|
init:
|
|
terraform init -upgrade
|
|
|
|
apply:
|
|
terraform apply -target=oci_core_vcn.main
|
|
terraform apply
|