Eli Shalnev
Eli Shalnev
I'm having the same issue and it doesn't look like GH issue to me (or maybe i'm missing something) As far as i understand it, the PR is in "blocked"...
Thank you! i'll test from fork and will open PR if it works!😊
I found this working this way (tf v0.11.13): with count `ami = "${lookup(random_id.server.*.keepers[count.index], "ami_id")}"` without `ami = "${lookup(random_id.server.*.keepers, "ami_id")}"`
Hi @clareliguori, thanks for a quick reply! In my specific workflow i would either unite the aws steps and would expect the env vars to be unset after the `run`...
@allisaurus, @clareliguori thank you for the suggestions, but isn't it a kind of a workaround to split and run on different runner? It makes the run a little bit longer...
@allisaurus unfortunately seems that it does not do the unset (probably they are set as read only?), i tried to unset with empty strings/dummy creds/tiny ducks :) but it didn't...
> I have not been able to get an AWS China account registered; it's free, but requires a lot of legitimate Chinese info I don't have. > > @erikhakansson If...