James Nesta

Results 4 comments of James Nesta

> With today's Terraform you can simulate the effect of centralized provider version selections using the following workaround: > > * Remove the `version` arguments from all of your current...

For me, this error only occurs inside VSCode. When I invoke `terraform init && terraform validate` from the CLI, it passes without error. Is there a standard operating procedure for...

@ansgarm Thank you very much for your detailed response. > Could you run terraform init and try reloading the window? Yes, as I said previously, I already have done `terraform...

> I figured out the primary problem I'm having: Autocomplete/intellisense doesn't work in nested keys inside objects I have the same problem. For example: ```tf variable "foo" { type =...