Bootstrap action added that executes /bin/echo and as an argument md5 hash of configuration_json - dummy action
configuration_json added to lifecycle/ignore_changes
why
When configuration_json uses javax.jdo.option.ConnectionPassword then terraform will force recreate cluster with every apply. Reason for that is that AWS API for describe_cluster returns configuration with string '****instead of real password forjavax.jdo.option.ConnectionPassword.terraform` want to replace that "masked" password with actual password.
what
configuration_json
- dummy actionconfiguration_json
added to lifecycle/ignore_changeswhy
configuration_json
usesjavax.jdo.option.ConnectionPassword
thenterraform
will force recreate cluster with every apply. Reason for that is that AWS API fordescribe_cluster
returns configuration with string '****instead of real password for
javax.jdo.option.ConnectionPassword.
terraform` want to replace that "masked" password with actual password.references