Martin Atkins

Results 1242 comments of Martin Atkins

Hi @rileygriffith! Thanks for sharing this feedback. I've labelled this as a Cloud issue so that the Terraform Cloud teams might see it, but I would suggest also sharing this...

Another thing I notice about this error message, not exactly related to the report at hand but maybe worth fixing if we're going to be making changes in this area...

Thanks for this feedback, @mkemmerz! Currently "compact warnings" is reducing the warning messages only to what would normally be the opening line of the warning, after the "Warning: " prefix,...

Hi @IgalSc! Thanks for reporting this. I don't think our apt repository has packages for Ubuntu 22.04 "jammy" yet; it isn't one of the distributions listed in [the APT packages...

In the meantime, I think you could make this work by editing your apt sources file and changing "jammy" to "impish", to install the packages for Ubuntu 21.10. In practice...

The idea of using HCL for this was coming from some broader ideas around import, such as being able to import by more than just a single string id (instead,...

Hi @joe-mojo! Thanks for reporting this. It took a little while for me to understand what's going on here because unfortunately this autocomplete behavior is _largely_ implemented by some upstream...

Hi @notfromstatefarm! Thanks for reporting this. I think what you've encountered here is a subtlety of Terraform's implicit type inference. By default, Terraform tries to automatically infer what type you...

Hi @notfromstatefarm, In your initial example I expect that the inferred type would be `map(object({ enabled = bool, something = string }))`, because in that case the element types all...

Heh... this is the first time I came across this issue, but funny that two of your three example use-cases have been implemented in the mean time: - #3325 implemented...