aws_db_option_group - OEM_AGENT #748
Labels
enhancement
Requests to existing resources that expand the functionality or scope.
service/rds
Issues and PRs that pertain to the rds service.
Milestone
This issue was originally opened by @itunesnosignup as hashicorp/terraform#14284. It was migrated here as part of the provider split. The original body of the issue is below.
Hi,
I am using the following snippet:
option {
option_name = "OEM_AGENT"
vpc_security_group_memberships=["abc"]
port = "xxx"
option_settings {
name = "OMS_PORT"
value = "xxx"}
option_settings {
name = "OMS_HOST"
value = "xxx"}
option_settings {
name = "AGENT_REGISTRATION_PASSWORD"
value = "xxx"}
Terraform apply says:
OEM_AGENT option requires a version number. Valid versions are 12.1.0.4.v1,12.1.0.5.v1
I add
version = "12.1.0.5.v1"
and I get:
option.4: invalid or unknown key: version
option_settings {
name = "version"
value = "12.1.0.5.v1"}
also produces an error:
Error modifying DB Option Group: InvalidParameterValue: We do not support setting: version for OEM_AGENT
The text was updated successfully, but these errors were encountered: