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_dynamodb_table fails in govcloud after BillingMode support added in #6648 #6919

Closed
briceburg opened this issue Dec 19, 2018 · 5 comments · Fixed by #7064
Closed

aws_dynamodb_table fails in govcloud after BillingMode support added in #6648 #6919

briceburg opened this issue Dec 19, 2018 · 5 comments · Fixed by #7064
Labels
bug Addresses a defect in current functionality. partition/aws-us-gov Pertains to the aws-us-gov partition. service/dynamodb Issues and PRs that pertain to the dynamodb service.
Milestone

Comments

@briceburg
Copy link

We are unable to mange aws_dynamodb_table resources while terraforming in govcloud after BillingMode support from #6648 was merged. My guess is the dynamodb implementation in govcloud does not yet support BillingMode and the API is blowing up.

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Terraform Version

Terraform v0.11.10
+ provider.aws v1.52.0

Affected Resource(s)

  • aws_dynamodb_table

Expected Behavior

Actual Behavior

* aws_dynamodb_table.tfstate: ValidationException: One or more parameter values were invalid: Unsupported input parameter BillingMode

Steps to Reproduce

  1. AWS_PROFILE=govcloud terraform apply

References

@bflad bflad added bug Addresses a defect in current functionality. service/dynamodb Issues and PRs that pertain to the dynamodb service. partition/aws-us-gov Pertains to the aws-us-gov partition. labels Dec 19, 2018
@bflad
Copy link
Contributor

bflad commented Dec 19, 2018

I can confirm this with our resource acceptance testing as well:

--- FAIL: TestAccAWSDynamoDbTable_basic (1.36s)
    testing.go:538: Step 0 error: Error applying: 1 error occurred:
        	* aws_dynamodb_table.basic-dynamodb-table: 1 error occurred:
        	* aws_dynamodb_table.basic-dynamodb-table: ValidationException: One or more parameter values were invalid: Unsupported input parameter BillingMode
        	status code: 400, request id: S5KRQ19JNFPHIMLLUI9F1QR53NVV4KQNSO5AEMVJF66Q9ASUAAJG

@bflad
Copy link
Contributor

bflad commented Jan 8, 2019

Fix submitted: #7064

@bflad bflad added this to the v1.55.0 milestone Jan 8, 2019
@bflad
Copy link
Contributor

bflad commented Jan 8, 2019

The fix for this has been merged and will release with version 1.55.0 of the AWS provider, likely in the next two days.

@bflad
Copy link
Contributor

bflad commented Jan 10, 2019

This has been released in version 1.55.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 1, 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 1, 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. partition/aws-us-gov Pertains to the aws-us-gov partition. service/dynamodb Issues and PRs that pertain to the dynamodb service.
Projects
None yet
2 participants