You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 25, 2023. It is now read-only.
To create an ebs_block_device AWS requires either a valid volume size or a snapshot id. So if no volume size or a volume size of 0 was provided the creation of ebs devices will result in an AWS error which that states that neither a volume size nor a snapshot id has been specified.
To create an ebs_block_device AWS requires either a valid volume size or a snapshot id. So if no volume size or a volume size of 0 was provided the creation of ebs devices will result in an AWS error which that states that neither a volume size nor a snapshot id has been specified.
https://github.com/hashicorp/terraform-aws-nomad/blob/master/modules/nomad-cluster/main.tf#L83
The text was updated successfully, but these errors were encountered: