Skip to content
Discussion options

You must be logged in to vote

This was a real Floci compatibility gap, and it explains Terraform repeatedly proposing replacement: older builds accepted the create inputs but DescribeDBInstances did not return StorageEncrypted or KmsKeyId, so Terraform kept detecting drift.

It was fixed in #2617 and is included in Floci 2.0.0. Upgrade to:

docker pull floci/floci:2.0.0

Newly created instances now store and return StorageEncrypted and KmsKeyId. The KMS identifier may be supplied as a key ID, key ARN, alias, or alias ARN and is returned as the resolved key ARN; specifying a KMS key requires StorageEncrypted=true.

One migration detail: an instance persisted by an older Floci version has no encryption fields, so 2.0.0 read…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@hectorvent
Comment options

@DarkenVamp
Comment options

Answer selected by DarkenVamp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants