[Bug]: aws_backup_restore_testing_selection's restore_metadata_overrides parameter can be an array too #41361
Labels
bug
Addresses a defect in current functionality.
service/backup
Issues and PRs that pertain to the backup service.
service/iam
Issues and PRs that pertain to the iam service.
Terraform Core Version
4.6.0
AWS Provider Version
5.86.1
Affected Resource(s)
Expected Behavior
The restore_metadata_overrides expects a map of strings, however, it should allow arrays too.
Example: For an Aurora or documentDB, the I want to speify some metadata:
This should be allowed, but for the
vpcSecurityGroupIds
it requires a string.The restore jobs cannot run with this setting.
Actual Behavior
The setting can be saved, but the restore job fails.
After
Relevant Error/Panic Output Snippet
Terraform Configuration Files
Steps to Reproduce
vpcSecurityGroupIds
and apply again. it will succeed now.Debug Output
No response
Panic Output
No response
Important Factoids
No response
References
No response
Would you like to implement a fix?
Yes
The text was updated successfully, but these errors were encountered: