Daniel Dreier

Results 25 comments of Daniel Dreier

My initial impulse is that these records should be created either on the nodes themselves, as exported resources created on the node for which the record is needed and realized...

The difficulty with that approach for this specific case is that the user then has to add explicit ordering between the prerequisites and every single type, because if (for example)...

@ahenroid if it was never fixed, I think it's still a valid issue, because it's a behavior that causes the module to be broken out of the box for a...

Interesting. Thanks for clarifying. I'll work around it with manual changes for now, since our security group requirements don't change very frequently.

This is closely related to https://github.com/hashicorp/vscode-terraform/issues/357

For the time being, this seems not to be actionable because (per the [linked comment](https://github.com/microsoft/vscode/issues/23962#issuecomment-292079416)) we cannot change the editor setting for users that disables automatic suggestions. I'm going to...

Hi @cbergeron1! Thanks for reporting this. I just bumped into this myself the other day, and can confirm this appears to be a valid issue. ![terraform block autcomplete first load](https://user-images.githubusercontent.com/5070204/118888957-627a0300-b8ca-11eb-8900-8246b38045f6.gif)

To clarify, the desired behavior here is that markdown files that contain Terraform code should receive syntax highlighting. They key challenges are (a) how to avoid claiming markdown and breaking...

https://github.com/hashicorp/vscode-terraform/issues/379 is an instance of this