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
{{ message }}
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
Crossplane 1.8.1, jet-aws provider 0.4.2,
I wanted to test the convergence behavior, so I created an AWS instance with the following YAML:
The creation was fine. I terminated the instance from the AWS console, and crossplane doesn't recreate it with this error:
Indeed,
main.tf.json
has the following:and the
Instance
spec also:so it looks like it was incorrectly backfilled after creation? Any help appreciated.
EDIT: After manually edit the
Instance
YAML and removing therootBlockDevice
from the spec, crossplane now fails with:After removing the CPU options from the YAML, the instance was finally recreated.
The text was updated successfully, but these errors were encountered: