Dev License: This installation of WHMCS is running under a Development License and is not authorized to be used for production use. Please report any cases of abuse to abuse@whmcs.com
קבצים
main.tf
לא קייםmain.tf will contain the main set of configuration for your module. You can also create other configuration files and organize them however makes sense for your project
providers.tf
לא קייםA provider is a Terraform plugin that allows users to manage an external API. Provider plugins like the AWS provider or the cloud-init provider act as a translation layer that allows Terraform to communicate with many different cloud providers, databases, and services.
variables.tf
לא קייםIt consists of variable definitions of variables that are called in main.tf. Terraform input variables are used as parameters to input values at run time to customize our deployments.