Skip to content
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_db_option_group - OEM_AGENT #748

Closed
hashibot opened this issue Jun 13, 2017 · 3 comments · Fixed by #2590
Closed

aws_db_option_group - OEM_AGENT #748

hashibot opened this issue Jun 13, 2017 · 3 comments · Fixed by #2590
Labels
enhancement Requests to existing resources that expand the functionality or scope. service/rds Issues and PRs that pertain to the rds service.
Milestone

Comments

@hashibot
Copy link

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

@hashibot hashibot added the bug Addresses a defect in current functionality. label Jun 13, 2017
@radeksimko radeksimko added the service/rds Issues and PRs that pertain to the rds service. label Jan 27, 2018
@bflad bflad added this to the v1.15.0 milestone Apr 12, 2018
@bflad
Copy link
Contributor

bflad commented Apr 12, 2018

Option version configuration has been merged into master and will release with v1.15.0 of the AWS provider, likely mid next week. 🎉

@bflad bflad added enhancement Requests to existing resources that expand the functionality or scope. and removed bug Addresses a defect in current functionality. labels Apr 12, 2018
@bflad
Copy link
Contributor

bflad commented Apr 18, 2018

This has been released in version 1.15.0 of the AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading.

@ghost
Copy link

ghost commented Apr 6, 2020

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!

@ghost ghost locked and limited conversation to collaborators Apr 6, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement Requests to existing resources that expand the functionality or scope. service/rds Issues and PRs that pertain to the rds service.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants