Skip to content

Commit

Permalink
deprecated roles
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Oct 27, 2025
1 parent a902ac4 commit 332a563
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions cluster-admin.tf → cluster-admin.tf.off
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#---
# cluster-admin
# This is deprecated by
# enable_cluster_creator_admin_permissions = var.enable_cluster_creator_admin_permissions
# in main.tf
#---
locals {
iam_arn = format("arn:%v:iam::%v:%%v", data.aws_arn.current.partition, data.aws_caller_identity.current.account_id)
Expand Down
5 changes: 4 additions & 1 deletion cluster-role.tf → cluster-role.tf.off
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#---
# cluster
# cluster role
# This is deprecated by
# enable_cluster_creator_admin_permissions = var.enable_cluster_creator_admin_permissions
# in main.tf
#---
locals {
cluster_managed_policy_list = [
Expand Down

0 comments on commit 332a563

Please sign in to comment.