artm opened this issue 3 years ago · 1 comments
resource "lastpass_secret" "cluster_token" { name = "shared-linux/dev/${var.cluster_name}/cluster_token" password = random_password.cluster_token.result }
creates a folder with slashes in its name instead of nested folder(s):
I think that was due to lastpass' inconsistent path specification, it expects '' (= "\" in hcl string) between folders and '/' between the last folder and the secret.