-
-
Notifications
You must be signed in to change notification settings - Fork 144
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
block_device_mappings doesn't function as expected #18
Comments
The AWS module defines it as
and define it using
But tbh I just ripped out the type to get it working. |
Indeed it seems to require all fields.
|
As above; tbh in this case no validation is better than requiring explicit null contrary to how the provider uses it (imo) |
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The type definition in the variables.tf file seems to stop you being able to use simple setups
Fails with
Which was after adding
as it wouldnt work without those either.
Removing the type restrictions from the vars allows it to work as expected
The text was updated successfully, but these errors were encountered: