These are Automation Scripts
these are the OpenTofu
Scripts. Related Documentation:
Installation: https://opentofu.org/docs/intro/
Usages: https://opentofu.org/docs/intro/core-workflow/
The Safeset way of using Open Tofu :
- Initialize plugins and OpenTofu:
tofu init
- Re-check:
tofu plan
- Confirm Changes:
tofu apply
- To supply a custom
.tfvars
tofu plan -var-file="encrypted.tfvars"
tofu apply -var-file="encrypted.tfvars"
tofu destroy -var-file="sample.tfvars"