Andy Caruso
Andy Caruso
Failure on the resource 'projects/cos-cloud/global/images/family/cos-stable' was not found, notFound
Looks like the `cos-stable` image is no longer available ``` ❯ gcloud compute images list --project my-project | grep cos cos-85-13310-1498-7 cos-cloud cos-85-lts READY cos-89-16108-717-6 cos-cloud cos-89-lts READY cos-93-16623-227-10 cos-cloud...
Failure on the resource 'projects/cos-cloud/global/images/family/cos-stable' was not found, notFound
I'm not referencing the `cos-stable` image either. ```terraform module "gce-container" { # https://github.com/terraform-google-modules/terraform-google-container-vm source = "terraform-google-modules/container-vm/google" version = "~> 3.0" container = { image = "gcr.io/google-containers/busybox" } restart_policy = "Always"...
Failure on the resource 'projects/cos-cloud/global/images/family/cos-stable' was not found, notFound
> The default value of cos_image_family is "stable" so you implicitly are I see, I was confused by `cos` and `container` where `cos` is the OS of the VM and...
The [documentation](https://registry.terraform.io/providers/PagerDuty/pagerduty/latest/docs#user_token) seems to indicate that the token doesn't need to be passed in as plaintext, with no examples, support and it's broken right out of the box. ``` It...
This issue will sometimes resolve if the platform of the container is set to `--platform=linux/amd64` although it can depend on your docker invocation (ex: works on a local mac build,...