Skip to content
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.

empty option "iops" on root_block_device causes syntax error #131

Closed
colinmutter opened this issue Sep 30, 2015 · 1 comment
Closed

empty option "iops" on root_block_device causes syntax error #131

colinmutter opened this issue Sep 30, 2015 · 1 comment
Labels

Comments

@colinmutter
Copy link

On root_block_device, with type "standard", iops are not normally provided. The generated output from terraforming however is an iops variable set to nothing, which causes syntax errors.

    root_block_device {
        volume_type           = "standard"
        volume_size           = 8
        iops                        =
        delete_on_termination = true
    }

Causes a syntax error when running terraform plan. Removing the empty iops deifnition resolves it.

@dtan4
Copy link
Owner

dtan4 commented Oct 5, 2015

@colinmutter Sorry for late response... I've fixed this bug at #132 and released as v0.3.2 :shipit:
If you still have any problem, please reopen this issue.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants