awolde
awolde
I'd change the terraform code to create project first if we need to rely on a default network. ```google_project_service.monitoring: Creation complete after 12s (ID: awolde-moni-proj-cgai/monitoring.googleapis.com) Error: Error applying plan: 1...
### TL;DR There are cases where we want to create projects under a folder without knowing the org_id. If org_id is not provided, the module should work. ### Terraform Resources...
Hi there, I am having difficulties authenticating using this provider. It looks like the only means I can auth is using `access_token`. I tried using `export GOOGLEWORKSPACE_CREDENTIALS=key.json` or even setting...
Dont you want to reload Vault (or SIGHUP) when you're logrotating here - https://github.com/sethvargo/vault-fluentd-configurations/blob/master/logrotate.d/vaultproject.io.conf ?
I believe the cluster size for k8s should be at least 3 nodes instead of 2, I'm getting `PodUnschedulable` error when deploying the daemonset.
tfvars file generation script wont work unless region and zone are set, this is not apparent from the scripts output. Readme should be fixed. ``` gcloud config set compute/zone us-central1-a...