mcfearsome
mcfearsome
Very interested in this, I have about 60 clusters to migrate at some point without disturbing the cluster.
Thank you @derrickburns, I'll probably be starting to experiment in the next few days.
For reference this was my module output definition: ``` output "aws_access_key_id" { value = aws_iam_access_key.workarea-app.id } output "aws_secret_access_key" { value = aws_iam_access_key.workarea-app.secret sensitive = true } ``` I would not...