Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: sensitive gh-runner-gke ca_certificate output
The gh-runner-gke module depends on terraform-google-kubernetes-engine/beta-private-cluster and passes through some of it's outputs. However the `ca_certificate` output is not properly tagged as sensitive = true to match it's upstream counterpart. This commit correctly sets the ca_certificate output as sensitive.
- Loading branch information