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

elastic_transcoder_preset: Fix provider validation #1338

Merged
merged 1 commit into from
Aug 3, 2017

Conversation

grubernaut
Copy link
Contributor

In TF 0.10.0, the AWS provider fails validation from the typo in the
resolution attribute. As: "resolution:", with Terraform v0.10.0 vendored, yields:

1 error(s) occurred:

* provider.aws: Internal validation of the provider failed! This is always a bug
with the provider itself, and not a user issue. Please report
this bug:

1 error(s) occurred:

* resource aws_elastictranscoder_preset: resolution:: Field name may only contain lowercase alphanumeric characters & underscores.

This is required to bump the vendored version of Terraform.

@grubernaut grubernaut added the bug Addresses a defect in current functionality. label Aug 3, 2017
In TF 0.10.0, the AWS provider fails validation from the typo in the
`resolution` attribute. As: `"resolution:"`, with Terraform v0.10.0 vendored, yields:

```
1 error(s) occurred:

* provider.aws: Internal validation of the provider failed! This is always a bug
with the provider itself, and not a user issue. Please report
this bug:

1 error(s) occurred:

* resource aws_elastictranscoder_preset: resolution:: Field name may only contain lowercase alphanumeric characters & underscores.
```

This is required to bump the vendored version of Terraform.
Copy link
Member

@mbfrahry mbfrahry left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@grubernaut grubernaut merged commit 13f4090 into master Aug 3, 2017
@grubernaut grubernaut deleted the b-fix-elastic-transcoder branch August 3, 2017 22:49
@ghost
Copy link

ghost commented Apr 11, 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 11, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Addresses a defect in current functionality.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants