terraform-google-jx icon indicating copy to clipboard operation
terraform-google-jx copied to clipboard

A Terraform module for creating Jenkins X infrastructure on Google Cloud

Results 14 terraform-google-jx issues
Sort by recently updated
recently updated
newest added

https://github.com/jenkins-x/enhancements/issues/45

do-not-merge/work-in-progress
needs-ok-to-test
size/L

The Terraform google provider version 5.0.0+ defaults setting the `deletion_protection` attribute to `true` which prevents removing the cluster with the `terraform destroy` command. You must explicitly set `deletion_protection=false` in order...

I have Jenkins X running in GCP, after switching the source in my terraform to github.com/jenkins-x/terraform-google-jx?ref=v1.11.2 I've started to have an error from google API with the required dnssecConfig parameter....

We can use custom or predefined cluster for jx installation #225 . Here I have extracted the JX related code from GKE related code so that we have the option...

size/XL
needs-ok-to-test

If we have the option to specify a cluster we can use modules from projects like [these](https://github.com/terraform-google-modules/terraform-google-kubernetes-engine) or a security hardened cluster for our jx installation without being locked into...

Following the basic install in Google Cloud breaks with this error: ``` module.jx.module.cluster.kubernetes_config_map.jenkins_x_requirements[0]: Creation complete after 1s [id=default/terraform-jx-requirements] module.jx.module.cluster.helm_release.jx-git-operator[0]: Creating... module.jx.module.cluster.helm_release.jx-git-operator[0]: Still creating... [10s elapsed] module.jx.module.cluster.helm_release.jx-git-operator[0]: Still creating... [20s elapsed]...

I'm getting the following error message. ``` Error: Error applying IAM policy for service account 'projects/jx-20200617185112/serviceAccounts/[email protected]': Error setting IAM policy for service account 'projects/jx-20200617185112/serviceAccounts/[email protected]': googleapi: Error 400: Identity namespace does...

area/terraform
kind/bug
lifecycle/rotten

**Wanted** Execute Terraform deploy of as part of following "[Setup Jenkins X on Google Cloud with GKE](https://jenkins-x.io/v3/admin/platforms/google/)". The cloned infrastructure repo has a dependency on this repo. **Result** Stuck in...

Followed the documentation below on README.md to spin up a default jx cluster on GKE with the content of the main.tf provided but the terraform version 1.0.3 installed on my...

Hi, There is a naming convention in the DNS module that fails if the apex domain starts with a number. Google DNS does not allow the zone name to begin...