-
-
Notifications
You must be signed in to change notification settings - Fork 693
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
ephemeral_storage
block breaks on GovCloud
#304
Comments
Could you include your code (issue template required it)? |
I get the point even without code. Let me fix it now. |
Awesome! Thank you so much. |
This issue has been resolved in version 3.1.1 🎉 |
Please give it a try with |
Trying it now. Thanks for the super-quick reply and fix! |
Everything worked. Thanks again! |
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 have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Description
When using the 3.x versions of this module on AWS GovCloud, the required use of the
ephemeral_storage
parameter is theaws_lambda_function
resource is causing a validation error.Versions
Module version [Required]: 3.1.0
Terraform version:
Terraform v1.1.7
Provider version(s):
Reproduction Code [Required]
Any use of this module with AWS GovCloud.
Steps to reproduce the behavior:
Any deployment using this module on AWS GovCloud.
Expected behavior
Deployment with no errors.
Actual behavior
InvalidParameterValueException: Ephemeral storage configuration ('ephemeralStorage') is currently not supported. Please remove the ephemeral storage parameter from your request and try again.
The text was updated successfully, but these errors were encountered: