Generate a token from civo UI and update the token by creating token.tf file
provider "civo" {
token = "TOKEN"
region = "NYC1"
}
terraform init
terraform plan
terraform apply
name = "demo"
cni = "cilium"
instance_size = "g3.k3s.large"
number_of_nodes = "2"
k8s_applications = "Nginx,argo-cd,metrics-server,cert-manager"