Robin Bowes

Results 62 comments of Robin Bowes

Ugh, I just ran into this (value must be a string). Fortunately, @osterman's hack seems to work. I'd like to see the provider supporting all the valid types allowed for...

This is a bit of a clunky interface, ie. needing to make the call twice to get all pages. Would it be possible to do something similar in one call?

I'm seeing the same problem with commit 23df7764d58aed80b573621b102f82a702217a7a

ELB classic works fine for ssh using a TCP connection. There will only ever be one bastion host so multiple servers is not a problem. The problem I wanted to...

Actually, I think a better approach would be to manage the ELB outside the module and pass it in to optionally attach it to the ASG. I'll look into refactoring...

Bit of a delayed response here, but... If I have a sub-directory filled with 100 terraform modules, each cloned from a separate git repo, and I want to check the...

@BaxterStockman I worked around this as follows: Put your credentials in a file in the root of your home dir named .vcenter_login.yaml like this: ``` --- username: "your_username" password: "your_password"...

I'd love to see this added, ie. support for multiple network interfaces.

Great, thanks. Will investigate.

I don't suppose you've got an example of how to use this? ie. a Vagrantfile config fragment?