2

What I need to do today:
* terraform init
* terraform plan
* terraform apply

What I'm doing today:
* Rebuilding a docker container, because our outdated version of Terraform doesn't run on M1 Macs natively.
* Fighting with corporate IT man-in-the-middle SSL certs, because those aren't trusted inside the Docker container. These are now applied to all internet traffic, not just traffic destined to the VPN. Terraform doesn't like it, so it won't download any modules.
* Waiting for a blazing fast 1.5 Mbps connection rate when connected to the VPN.
* Learning I can no longer turn off the VPN, as it's a forced policy on my laptop.

Not sure if I'd be more productive today fighting these issues, or just waiting around for days (weeks?) for IT to mail me an Intel mac.

Comments
  • 0
    Add the root cert to the container, easy.
  • 0
    @Linux Yes. That problem is solvable. On to the fact that the app store no longer works on my mac so I can't download required software.
  • 0
    Wtf Terraform doesn't run on m1 Macs?
  • 0
    @ars1 the really old versions don’t.
  • 0
    Every recent version runs great
  • 0
    Dude that's how my day went too. I was just supposed to create some alerts, ended up fixing a billion metrics and dashboards 😭
Add Comment