Skip to content

Commit

Permalink
ugh
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Jan 17, 2025
1 parent 549d1af commit 1c963eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eks_console_access.tf
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ data "http" "cluster_roles" {

# Apply the Kubernetes manifests to the cluster
resource "kubernetes_manifest" "deploy_cluster_roles" {
manifest = { for manifest in provider::kubernetes::manifest_decode_multi("${local.manifest_doc}") : lower("${manifest.kind}-${manifest.metadata.name}") => manifest }
manifest = { for manifest in yamldecode("${local.manifest_doc}") : lower("${manifest.kind}-${manifest.metadata.name}") => manifest }

wait {
rollout = true
Expand Down

0 comments on commit 1c963eb

Please sign in to comment.