Perform the following steps to use the provider:
-
Go to the provider example folder:
cd example
-
Edit the
main.tf
file and change the config as needed. -
Initialize Terraform:
terraform init
-
Plan the provisioning:
terraform plan
-
Deploy the cluster:
terraform apply