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

You must specify a MonitoringInterval value other than 0 when you specify a MonitoringRoleARN value #31

Closed
rbreslow opened this issue Jan 23, 2019 · 1 comment
Assignees

Comments

@rbreslow
Copy link
Contributor

It looks like the default functionality of this module is to specify a value for monitoring_role_arn on the aws_db_instance resource, and set the monitoring_interval to 0.

According to this Terraform error I received, the default functionality of this module may be broken:

Error: Error applying plan:

1 error(s) occurred:

* module.database.aws_db_instance.postgresql: 1 error(s) occurred:

* aws_db_instance.postgresql: Error creating DB Instance: InvalidParameterCombination: You must specify a MonitoringInterval value other than 0 when you specify a MonitoringRoleARN value.
	status code: 400, request id: d996bf5a-c269-4548-87ec-6b3676b7a9aa
@hectcastro hectcastro added this to the Operations Sprint: 2/1-2/14 milestone Jan 23, 2019
@hectcastro
Copy link
Contributor

Interesting. Pretty sure we tested this case when the feature was added. Either way, I think the goal in a fix would be to try and preserve the ability to set monitoring_interval = 0, if possible.

@rbreslow rbreslow self-assigned this Feb 12, 2019
@hectcastro hectcastro modified the milestones: Operations Sprint: 2/1-2/14, Operations Sprint: 2/14-2/28 Feb 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants