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

Pluck changes from this PR in the main TF repo: #9

Merged
merged 1 commit into from
Mar 14, 2019

Conversation

curtis-fugue
Copy link

@curtis-fugue curtis-fugue commented Mar 13, 2019

Why

Drift detection fails with:

{
  "errorMessage": "Terraform error Failed to execute terraform plan: terraform error: \nError: aws_db_instance.dGVycmFmb3JtLTIwMTkwMzAzMjAyNDQ4MTYwNzAwMDAwMDAx: expected enabled_cloudwatch_logs_exports.0 to be one of [alert audit error general listener slowquery trace], got postgresql\n\n\n\nError: aws_db_instance.dGVycmFmb3JtLTIwMTkwMzAzMjAyNDQ4MTYwNzAwMDAwMDAx: expected enabled_cloudwatch_logs_exports.1 to be one of [alert audit error general listener slowquery trace], got upgrade\n\n\n (exit status 1)",
  "errorType": "ScanTerraformError"
}

What

Plucks changes from a more recent Terraform version. See PR 6829 in TF AWS provider.

JIRA

RM-1538

 * hashicorp#6829

Adds "postgresql" and "upgrade" as valid options.
@curtis-fugue curtis-fugue merged commit 2bf5be5 into fugue Mar 14, 2019
@curtis-fugue curtis-fugue deleted the fix/aws_db_instance/cw-log-exports branch March 14, 2019 13:28
mike-luminal pushed a commit that referenced this pull request Dec 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants