• Daniel Piddock's avatar
    Add create_before_destroy to parameter group (#30) · f2245e3a
    Daniel Piddock authored
    aws_db_parameter_group (or AWS?) does not support removing previously
    defined parameters.
    
    I thought I'd give "taint" a spin and force the parameter group to be
    recreated.  terraform tried to delete the parameter group but failed as
    it's still in use.
    
    This change allows terraform to migrate the RDS instance to the new
    parameter group before destroying the old.
    f2245e3a
Name
Last commit
Last update
examples Loading commit data...
modules Loading commit data...
.gitignore Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
main.tf Loading commit data...
outputs.tf Loading commit data...
variables.tf Loading commit data...