Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

morpheus_instance_catalog_item - Always causing change on adminPassword #149

Open
mbjorgan opened this issue Sep 4, 2023 · 0 comments
Open
Labels
bug Something isn't working

Comments

@mbjorgan
Copy link
Contributor

mbjorgan commented Sep 4, 2023

If you have an instance catalog with plan arm.default, it will always trigger a change in the adminPassword/administratorPasswordHash

config          = jsonencode(
          ~ {
                name                     = "${cloudName}SQL${sequence.toString().padLeft(3, '0')}"
              ~ templateParameter        = {
                  ~ adminPassword             = null -> ""
                  - adminPasswordHash         = null
                  ~ administratorPassword     = "************" -> "THEPASSWORD"
                  - administratorPasswordHash = "234223423441851c6c347897f757f687696987f2f9872341398b7d1d4"
                    # (7 unchanged attributes hidden)
                }
@martezr martezr added the bug Something isn't working label Sep 22, 2023
@martezr martezr added this to the v0.9.6 milestone Sep 22, 2023
@martezr martezr removed this from the v0.9.6 milestone May 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants