mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-01-18 17:47:31 +01:00
Merge branch 'master' into aws-auth_enhancemnts
This commit is contained in:
@@ -13,7 +13,7 @@ resource "null_resource" "update_config_map_aws_auth" {
|
||||
config_map_rendered = "${data.template_file.config_map_aws_auth.rendered}"
|
||||
}
|
||||
|
||||
count = "${var.configure_kubectl_session ? 1 : 0}"
|
||||
count = "${var.manage_aws_auth ? 1 : 0}"
|
||||
}
|
||||
|
||||
data "template_file" "config_map_aws_auth" {
|
||||
|
||||
Reference in New Issue
Block a user