Glen Ogilvie

Results 20 comments of Glen Ogilvie

where are we up to with this PR?

> @invartam I found that changing "host": "{{user `vsphere_host`}}", to "resource_pool": "", works for me > > *edit "resource_pool": "" is for the default unnamed resource pool if haven't created...

> Duplicate of #239 The solution in this case is different than #239

+1 and allow disable of Adminer when external

To get my one working, I ended up making the changes as per https://github.com/nelg/terraform-aws-nat-instance/commit/e4a0b3310d32d038a89d1c6a7d43498819a40b3e

> @nelg I am experiencing the same issue as you did and your fix seems to solve the problem. Could you provide @int128 with a PR that could be tested,...

Here is the PR https://github.com/int128/terraform-aws-nat-instance/pull/37

I have tested version 2.0.1 release on terraform registry, and it doesn't work.. still have eth0 as the default route, so the instance can't send traffic to the internet. which...

I'm quite keen to get a version of this published on the registry that works. Rather than me publishing a copy of your one, can we work together to get...

When you tried using it, did you have an eip assigned to the nat instance? It has to be created externally to the module, then passed in. I had problems...