Closed cdot65 closed 2 years ago
Hey @cdot65,
You can try the lifecycle block for this. It should ignore the identified tag. Try putting this undernearth the ascii__text
key.
lifecycle {
ignore_changes = [
ascii__text,
]
}
Cheers, D
Thanks @davedotdev, you're a world-class chap
Hello, when passing a clear-text password within a terraform configuration file, the resulting JunOS configuration will always differ due to the way it encrypts the password at commit.
resulting JunOS configuration
This is fine and dandy, however it breaks Terrform's perspective of state regarding the configuration. Additional
terraform plan
operations will always show a diff.Is there a best practice here for passing passwords to be encrypted by the host (JunOS device)