This repository has been archived by the owner on Dec 16, 2020. It is now read-only.
v0.5.3
Modules affected
k8s-service-account
k8s-namespace
k8s-namespace-roles
Description
Fixes a regression bug introduced in k8s-namespace
and k8s-namespace-roles
with the behavior of create_resources
. Starting with terraform v0.12.11
, referencing resource index 0 of those that were not created with count = 0
is an error where as before it was null
. This means that we need to add a conditional for referencing those resources to only index into it when count > 0
.
This release also adds the create_resources
parameter to k8s-service-account
.