Adam Donahue

Results 10 comments of Adam Donahue

Curious that the `plan.out` doesn't have the correct references; how would Terraform know, when applying the generated plan, the correct values? I wonder if there is some other higher-level context...

What am I missing in this use case? ``` $ cat foo/main.tf variable "test_input" { type = string } output "test_output" { value = "test_value${var.test_input}" } $ cat main.tf module...

Looks like it maps more-or-less to the API, so the Nifi REST API documentation fills the gap. Thanks. On Sat, Jul 27, 2019 at 4:11 PM Zaq? Wiedmann wrote: >...

Our use case is as follows. A user can specify an input variable which is UserData for an EC2 instance, and then leverage Terraform interpolation to bring in the relevant...

@xzyfer Hiya. Appreciate this fix! ~~I cloned and cherry picked the commit to give it a test (and tried `master` additionally) but while it now picks up `.css` additions, it's...

@Deimoslink Per the comment above, are you still having the same issue?

@xzyfer Even more unfortunate, our existing `.scss` files, when edited, are no longer compiled into `.css`. So this is a wonderful fix if you're editing and using `.css` directly, but...

None of these solutions is optimal as it assumes the array entries are numbers. What is needed is a data structure that preserves the type of the key when tracking...