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
Create a kms-key and an rds-cluster with the supplied configuration or import an existing rds-cluster with the given configuration.
What happened?
After applying the provided configuration, an rds-cluster is created with the proper kms-key. However, subsequent reconciliation-loops will error-out, as well as do imports if the cluster resource is orphaned and re-imported.
Relevant Error Output Snippet
- lastTransitionTime: "2024-10-14T09:47:42Z"
message: 'update failed: async update failed: refuse to update the external resource because the following update requires replacing it: cannot change the value of the argument "kms_key_id" from "arn:aws:kms:us-west-1:609897127049:key/fe56bc8c-8eaa-44fd-bb42-1639cb4d1267" to "fe56bc8c-8eaa-44fd-bb42-1639cb4d1267"'
reason: ReconcileError
status: "False"
type: Synced
### Crossplane Version
v1.17.1-up.1
### Provider Version
v1.15.0
### Kubernetes Version
v1.31.0
### Kubernetes Distribution
Kind
### Additional Info
_No response_
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Affected Resource(s)
cluster.rds.aws.upbound.io/v1beta2
Resource MRs required to reproduce the bug
Steps to Reproduce
Create a kms-key and an rds-cluster with the supplied configuration or import an existing rds-cluster with the given configuration.
What happened?
After applying the provided configuration, an rds-cluster is created with the proper kms-key. However, subsequent reconciliation-loops will error-out, as well as do imports if the cluster resource is orphaned and re-imported.
Relevant Error Output Snippet
The text was updated successfully, but these errors were encountered: