Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 490 Bytes

USAGE.md

File metadata and controls

25 lines (20 loc) · 490 Bytes

Using The Provider

Usage

Perform the following steps to use the provider:

  1. Go to the provider example folder:

    cd example
  2. Edit the main.tf file and change the config as needed.

  3. Initialize Terraform:

    terraform init
  4. Plan the provisioning:

    terraform plan
  5. Deploy the cluster:

    terraform apply