Shocktrooper

Results 97 comments of Shocktrooper

I think this moved over to the official Language Server https://github.com/hashicorp/terraform-ls/issues/105

> Looks like I self-panicked about something completely different :) > > Yes this is working as intended. The difference is, on old > > ``` > When it contains...

I think it has to do with the following - https://github.com/hashicorp/terraform/issues/28903 - https://github.com/hashicorp/terraform/releases/tag/v0.15.4 terraform-compliance will have to be tweaked a bit more to be able to process the plan output...

@eerkunt I have verified that passing in the JSON works with the latest version of terraform-compliance with terraform 15.4 . It appears that since we use terragrunt that terraform-compliance was...

@armsnyder Should we start making a tabled list in the description of this issue? 1 column being what variations there are of a specific variable/attribute, another being what files/resources it...

@armsnyder & @timofurrer Can we close this based on #333, #927 and the PR https://github.com/gitlabhq/terraform-provider-gitlab/pull/724 being done?

@timofurrer As I was looking through the code I don't think I saw anything specific but does there need to be anything done specifically to handle the setting that only...

@PatrickRice-KSC I think those are left in because of the auto generation script. We should probably tweak that to leave those out of anything. An ignorelist persay

Only thing with the inline(# 3) I can see is readability issues with certain resources. Namely `resource_gitlab_project` and the new instance settings resource coming down the line. Other than resources...

@armsnyder For the TestMain function since its defined once per package did you discuss where to put it and what it would look like?