-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AWS RDS DB option groups failed with error InvalidParameterCombination: OEM_AGENT option requires a version number. #3841
Comments
Hi @sriharsha29 👋 Sorry you're running into trouble here. It seems both those errors are being returned from the AWS RDS API. I'm not directly familiar with the Oracle Enterprise Manager configuration for RDS, but maybe its looking for the version to be set via
|
:( not works 1 error(s) occurred:
|
In RDS option group for oem_agent required an OptionVersion look like the key is missing in terraform as of I know it is not option settings it should be an option. |
Support for option |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
Hi while creating db option group got the following error with version field.
with version field
Error: Error applying plan:
1 error(s) occurred:
without version field
aws_db_option_group.test: Error modifying DB Option Group: InvalidParameterCombination: OEM_AGENT option requires a version number. Valid versions are 12.1.0.4.v1,12.1.0.5.v1,13.1.0.0.v1,13.2.0.0.v1,13.2.0.0.v2
Snippet
Terraform Version :
Terraform v0.11.4
resource:
The text was updated successfully, but these errors were encountered: