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

ephemeral_storage block breaks on GovCloud #304

Closed
tanadeau opened this issue Apr 13, 2022 · 8 comments · Fixed by #305
Closed

ephemeral_storage block breaks on GovCloud #304

tanadeau opened this issue Apr 13, 2022 · 8 comments · Fixed by #305

Comments

@tanadeau
Copy link

Description

When using the 3.x versions of this module on AWS GovCloud, the required use of the ephemeral_storage parameter is the aws_lambda_function resource is causing a validation error.

Versions

  • Module version [Required]: 3.1.0

  • Terraform version:
    Terraform v1.1.7

  • Provider version(s):

+ provider registry.terraform.io/hashicorp/aws v4.8.0
+ provider registry.terraform.io/hashicorp/external v2.2.2
+ provider registry.terraform.io/hashicorp/local v2.2.2
+ provider registry.terraform.io/hashicorp/null v3.1.1
+ provider registry.terraform.io/hashicorp/random v3.1.2
+ provider registry.terraform.io/hashicorp/time v0.7.2
+ provider registry.terraform.io/hashicorp/tls v3.1.0
+ provider registry.terraform.io/mrparkers/keycloak v3.7.0

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.

@antonbabenko
Copy link
Member

Could you include your code (issue template required it)?

@antonbabenko
Copy link
Member

I get the point even without code. Let me fix it now.

@tanadeau
Copy link
Author

Awesome! Thank you so much.

@antonbabenko
Copy link
Member

This issue has been resolved in version 3.1.1 🎉

@antonbabenko
Copy link
Member

Please give it a try with ephemeral_storage_size = null. I currently don't have access to govcloud region to try this myself.

@tanadeau
Copy link
Author

Trying it now. Thanks for the super-quick reply and fix!

@tanadeau
Copy link
Author

Everything worked. Thanks again!

@github-actions
Copy link

github-actions bot commented Nov 8, 2022

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.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 8, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants