hashicorp / terraform-provider-aws

The AWS Provider enables Terraform to manage AWS resources.
https://registry.terraform.io/providers/hashicorp/aws
Mozilla Public License 2.0
9.77k stars 9.13k forks source link

Failed to update appsync-api-cache ttl #27350

Open successx opened 1 year ago

successx commented 1 year ago

Terraform Core Version

cdktf 0.13.0

AWS Provider Version

10.0.10, v9

Affected Resource(s)

AWS-appsync

Expected Behavior

Should be able to change appsync-api-cache ttl after successfully deployed.

Actual Behavior

Update ttl config throw this error

Relevant Error/Panic Output Snippet

https://gist.github.com/successx/2dd04f4f2504873793606dcd218447b9

Terraform Configuration Files

new appsyncApiCache.AppsyncApiCache(this, 'appsync-cache', { apiCachingBehavior: 'FULL_REQUEST_CACHING', apiId: appsyncApi.id, ttl: 300, type: 'LARGE', });

Steps to Reproduce

Debug Output

No response

Panic Output

No response

Important Factoids

No response

References

No response

Would you like to implement a fix?

No response

github-actions[bot] commented 1 year ago

Community Note

Voting for Prioritization

Volunteering to Work on This Issue

github-actions[bot] commented 4 hours ago

Marking this issue as stale due to inactivity. This helps our maintainers find and focus on the active issues. If this issue receives no comments in the next 30 days it will automatically be closed. Maintainers can also remove the stale label.

If this issue was automatically closed and you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thank you!