Closed But4ler closed 10 months ago
@But4ler auto_expand
will update the size of CBR vault, so I suggest ignoring the changes as follows:
resource "flexibleengine_cbr_vault" "test" {
...
lifecycle {
ignore_changes = [ size ]
}
}
Hello Thanks, good solution !
Hi
Terraform Version
Affected Resource(s)
Please list the resources as a list, for example:
Terraform Configuration Files
Expected Behavior
Terraform should not affect the size of the Vault, as the auto_expand option is set to true.
Actual Behavior
Terraform wants to restore the initial Vault size, but does not take into account the current Vault size with auto_expand set to true.
Thanks