Skip to content
This repository was archived by the owner on Dec 16, 2020. It is now read-only.

Commit b756945

Browse files
authored
Update modules/k8s-service-account/variables.tf
1 parent 0be45af commit b756945

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: modules/k8s-service-account/variables.tf

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ variable "namespace" {
1717
# ---------------------------------------------------------------------------------------------------------------------
1818

1919
# Workaround terraform limitation where resource count can not include interpolated lists.
20+
# See: https://github.com/hashicorp/terraform/issues/17421
2021
variable "num_rbac_roles" {
2122
description = "Number of RBAC roles to bind. This should match the number of items in the list passed to rbac_roles."
2223
default = 0

0 commit comments

Comments
 (0)