Skip to content

Compute image not found #23

@teamfighter

Description

@teamfighter

Looks like completly broken.

✗ terraform plan
Refreshing Terraform state in-memory prior to plan...
The refreshed state will be used to calculate this plan, but will not be
persisted to local or remote state storage.

module.jenkins.data.google_compute_image.jenkins: Refreshing state...
module.jenkins.data.google_compute_image.jenkins_worker: Refreshing state...

Error: error retrieving image information: googleapi: Error 404: The resource 'projects/bitnami-launchpad/global/images/bitnami-jenkins-2-176-2-0-linux-debian-9-x86-64' was not found, notFound

  on .terraform/modules/jenkins/main.tf line 52, in data "google_compute_image" "jenkins":
  52: data "google_compute_image" "jenkins" {

If I add jenkins_boot_disk_source_image = "bitnami-jenkins-2-222-3-0-linux-debian-9-x86-64-nami" to main.tf, it creates all resources but because of breaking changes in Jenkins 2-222-3 startup script is failing so deployment (wait_for_jenkins step) goes forever.

Metadata

Metadata

Assignees

No one assigned

    Labels

    P2high priority issuesbugSomething isn't workinggood first issueGood for newcomerstriagedScoped and ready for work

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions