Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow to specify cluster resource labels as variables #65

Closed
hferentschik opened this issue Apr 7, 2020 · 1 comment · Fixed by #69
Closed

Allow to specify cluster resource labels as variables #65

hferentschik opened this issue Apr 7, 2020 · 1 comment · Fixed by #69

Comments

@hferentschik
Copy link
Contributor

To allow to apply custom labels to the created cluster, it makes sense to allow specifying cluster resource labels as input variables to the main Terraform script.

They belong to the google_container_cluster resource and look like this:

        resource_labels  = {
            "env"       = "staging"
            "managedby" = "terraform"
        }
hferentschik added a commit to hferentschik/terraform-google-jx that referenced this issue Apr 7, 2020
hferentschik added a commit to hferentschik/terraform-google-jx that referenced this issue Apr 7, 2020
- Replacing all occurences of K8s with Kubernetes
- Updating README

fixes jenkins-x#65
hferentschik added a commit to hferentschik/terraform-google-jx that referenced this issue Apr 7, 2020
- Replacing all occurences of K8s with Kubernetes
- Updating README

fixes jenkins-x#65
hferentschik added a commit to hferentschik/terraform-google-jx that referenced this issue Apr 7, 2020
- Replacing all occurences of K8s with Kubernetes
- Updating README

fixes jenkins-x#65
hferentschik added a commit to hferentschik/terraform-google-jx that referenced this issue Apr 7, 2020
- Replacing all occurences of K8s with Kubernetes
- Updating README

fixes jenkins-x#65
hferentschik added a commit to hferentschik/terraform-google-jx that referenced this issue Apr 7, 2020
- Replacing all occurences of K8s with Kubernetes
- Updating README

fixes jenkins-x#65
@hferentschik hferentschik self-assigned this Apr 7, 2020
jenkins-x-bot pushed a commit that referenced this issue Apr 7, 2020
- Replacing all occurences of K8s with Kubernetes
- Updating README

fixes #65
@hferentschik
Copy link
Contributor Author

🎉 This issue has been resolved in version 1.2.4 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants