Laith
Laith
10th Column my input is myemail.mbox which has all gmail emails in it and i have tried to run your script to get csv file however what happened is: after...
just hit this issue 2 Apr 2022
i have tried all these formates till i reached ``` on modules/doks_create/main.tf line 2, in resource "digitalocean_kubernetes_cluster" "primary": │ 2: name = var.project_name + var.environment + var.cluster_name │ ├──────────────── │...
``` # https://github.com/mitchellh/vagrant-google Vagrant.configure("2") do |config| config.vm.box_version = "0.1.0" config.vm.define "gcp" do |gcp| gcp.vm.box = "google/gce" #dummy gcp vagrantbox provided by atlas config.vm.provider :google do |google, override| google.google_project_id = "my_projectid"...