export YC_TOKEN=$(yc iam create-token)
terraform $@
I'd like to reduce boilerplate for small projects like remote-state where you actually don't care about proper setup and just need create SA and Bucket quckly.
I've seen this very old issue #10 that suggest similar but i'm suggesting obtain only short living token by calling yc itself.
Currently i have workaround like this.
I'd like to reduce boilerplate for small projects like
remote-state
where you actually don't care about proper setup and just need createSA
andBucket
quckly.I've seen this very old issue #10 that suggest similar but i'm suggesting obtain only short living token by calling
yc
itself.As ready solution this would work.