You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An initial terraform plan / apply this pulled up my secrets and values no issue. I then added a new key/val in manifold, but the following terraform plan did not pick up the new key/val.
This also seems to be an issue with changing the value of an existing secret (or the key) in Manifold.
Workaround was changing that data 's name in my terraform code which triggered terraform to go fetch it all again.
The text was updated successfully, but these errors were encountered:
An initial terraform plan / apply this pulled up my secrets and values no issue. I then added a new key/val in manifold, but the following
terraform plan
did not pick up the new key/val.This also seems to be an issue with changing the value of an existing secret (or the key) in Manifold.
Workaround was changing that
data
's name in my terraform code which triggered terraform to go fetch it all again.The text was updated successfully, but these errors were encountered: