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
I'm testing this module, and so far it works quite well. Thank you for that.
However, when I attempt to remove a S3 access key (created with storagegrid_s3_access_key) I get this message.
storagegrid_s3_access_key.user_keys["0"]: Destroying... [id=redacted_for_privacy_reasons]
╷
│ Error: Value Conversion Error
│
│ An unexpected error was encountered trying to convert tftypes.Value into provider.UserIDS3AccessSecretKeysModel. This is always an
│ error in the provider. Please report the following to the provider developer:
│
│ mismatch between struct and object: Struct defines fields not found in object: data. Object defines fields not found in struct: id,
│ secret_access_key, user_urn, access_key, account_id, and display_name.
If there is anything I can do to help debug and fix this issue, please ping me.
The text was updated successfully, but these errors were encountered:
Hi, if you can provide a bit more TF/shell/whatever code so that i can reproduce it more easily that would have been awesome. Otherwise i will take a look on this anyway on Monday. Let' see then.
I'm testing this module, and so far it works quite well. Thank you for that.
However, when I attempt to remove a S3 access key (created with
storagegrid_s3_access_key
) I get this message.If there is anything I can do to help debug and fix this issue, please ping me.
The text was updated successfully, but these errors were encountered: