This repositery contain terraform configuration for multiple cloud providers. It contain the basic demo to setup virtual cloud & associate service using terraform.
Use the package manager Terraform to install the Application.
# logic tfc
terraform login
# apply terraform config fils
terraform apply
# apply terraform config fils with auto approve
terraform apply --auto-approve
# check tfc plan
terraform init
terraform plan
# destroy tfc resources
terraform destroy --auto-approve
# format tf files
terraform fmt
# validate tfc file configuration
terraform validate