Grigori

Results 3 comments of Grigori

Maybe [this note](https://github.com/gvfnix/gitops-notes/tree/main/terraform-fluxcd) can help. It describes bootstrapping on the repository with `main` branch protected.

Works for me with the following conditions: - salt-master 3004.2 - salt-minion 3004.2 - salt-minion runs under systemd - `minion_restart_command: systemctl restart salt-minion` line present in `/etc/salt/minion`

Same issue with these versions: ``` $ terraform version Terraform v0.13.2 + provider registry.terraform.io/hashicorp/aws v3.5.0 + provider registry.terraform.io/hashicorp/kubernetes v1.13.1 + provider registry.terraform.io/hashicorp/local v1.4.0 + provider registry.terraform.io/hashicorp/null v2.1.2 + provider registry.terraform.io/hashicorp/random...