Lee Zen
Lee Zen
> So terminology-wise: awsx.ec2.Vpc.fromExistingIds() is a read not an import. And so the issue is really that the underlying provider is having trouble reading/finding the shared VPC. Which makes sense...
@austinbutler This has actually changed upstream. Previously, there was a custom waiter and now it relies on the AWS SDK, which hardcodes a 10 minute timeout (see https://github.com/hashicorp/terraform-provider-aws/pull/3485).
I think ideally, we'd prefer a way to have this work cleanly instead of reverting the upstream waiter logic. I've filed https://github.com/aws/aws-sdk-go/issues/3844 to help with that. Separately, I think we...
I totally missed there are `WithContext` methods, so I think we may want to consider using that in order to update the timeout.
One thing you can do is use `triggers` and pass in a hash of the file contents as a way to do this.
We didn't have a chance to work on this the last few months. We're examining our roadmap priorities for the rest of Q2 to see how this might slot in.
Just an update here: with the current plans, we don't expect to work on PowerShell support this quarter. We'll re-examine the priorities for this issue next quarter (starting July 2020)....
I'll have a concrete update next week when we discuss Q3 roadmap.
This won't be prioritized in Q3 by the team. Definitely open to community contributions here!
@JustinGrote Sorry this was disappointing news to you. I should clarify in case it wasn't clear that we still very much want to support Powershell. While we currently don't plan...