drewmullen

Results 116 comments of drewmullen

```shell cd examples/transit_gateway terraform apply -target=module.tgw_base_for_example_only terraform apply ``` errors: > │ Error: Invalid for_each argument │ │ on ../../main.tf line 171, in resource "aws_route" "private_to_nat": │ 171: for_each =...

closed in favor of #70

Thanks for opening this PR! I see the need your trying to fulfill. question, would either the `name_prefix` from each subnet type definition or the `var.name` be the same as...

Alright, finally got a chance to look a little deeper again. So the way this works right now is that actually the `name_prefix` IS used if one is provided, defaulting...

Impossible - do not allow: ``` route_to_nat = true route_to_core_network = ["0.0.0.0/0"] ```

PATH can often get messed up with ansible if youre using a virtualenv. if you are using a venv, try: 1. `deactivate` (return to system python) 2. `pip remove ansible...

let me know what you think from my comment. also please be advised that python 2 is no longer a supported language, you should migrate to python3 asap: https://www.infoq.com/news/2019/09/python-2-end-of-life-approaching/

correct: https://github.com/hvac/hvac/issues/453 @Tylerlhess

Hi @brandonc ! So in my case I have a set of workspaces that each connect to a VCS thats pre-registered in my organization. when it does, the apply is...

Thanks @alexbasista I appreciate you pointing that out! If this proposal is approved then I probably would flip that to false on new workspaces and let this new resource perform...