Nick Fagerlund

Results 34 comments of Nick Fagerlund

Oh hmm!!! ๐Ÿค” I wonder if... Ok, so it looks like we only check `wait_for_run` AFTER we await the plan and do the branch on `manual_confirm`. So really all `wait_for_run...

Yeah, this could stand to be more ergonomic. We just added a ticket to prioritize for adding a `tfe_project` data source โ€”ย I've extended that ticket's description to note that...

Previous commenter is correct โ€”ย this is still an outstanding omission from the API! In fact, I just ran into a situation in Terraform's cloud integration where I needed it...

I think the extra `terraform init -reconfigure` is required because the removal of the deprecated attribute caused the schema to change, so it affects all S3 backend users rather than...

Yeah, gotta admit the extra thrash from doing create_writer twice on the first write isn't ideal. ๐Ÿคจ I feel like there's got to be an elegant design for this, but...

WIP on a fix for this, but getting the issue filed before I move much further.

@jbardin Ah, that clears up some of the mystery of why we did this. Thank you! However, that "matches GitHub username" restriction isn't applicable to Terraform Cloud, which uses the...

@apparentlymart OK, point taken about the case-collapsing; Radek raised a similar concern on my registry-address PR. ๐Ÿ‘๐Ÿผ (And on further thought, TFC can work around that for org names if...

@qwerty1979bg Oh oof, that's a good catch. Fwiw, module and provider source addresses go through totally separate code paths in terraform (and the go module it defers to).

Definitely worthy of a version bump! ๐Ÿ‘๐Ÿผ Thanks for remembering to check that. The theory is that your old posts should never get retroactively mangled (even a little bit) when...