-
Notifications
You must be signed in to change notification settings - Fork 67
Open
Labels
P2high priority issueshigh priority issuesbugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomerstriagedScoped and ready for workScoped and ready for work
Description
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
Labels
P2high priority issueshigh priority issuesbugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomerstriagedScoped and ready for workScoped and ready for work