Wiktor Niesiobędzki

Results 53 comments of Wiktor Niesiobędzki

Thanks @neil-yechenwei, looks like `lifecycle` indeed solves this issue. I was fearing that this might result in undefined behavior, as terraform will try to create first step and the name...

Created PR (#15541). As I was testing this approach I noticed that there are still some edge cases which will not be solved by `lifecycle` (example: changing the step name...

@mmd-osm thank you for the pointer. Still I think it might be worthwhile to include this change as it looked to me like data corruption at first and I lost...

Hi @NayeemShaMd, thank you for your interest in this! Yes, the idea is to update the READMEs of: * [modules/net-lb-app-ext-regional](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/blob/master/modules/net-lb-app-ext-regional/README.md) * [modules/net-lb-app-ext](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/blob/master/modules/net-lb-app-ext/README.md) * [modules/net-lb-app-int-cross-region](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/blob/master/modules/net-lb-app-int-cross-region/README.md) * [modules/net-lb-app-int](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/blob/master/modules/net-lb-app-int/README.md) * [modules/net-lb-ext](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/blob/master/modules/net-lb-ext/README.md) * [modules/net-lb-int](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/blob/master/modules/net-lb-int/README.md)...

@ludoo Please give me two weeks, I'll try to squeeze it somewhere.

I think that due to how you setup your variable, it is trying to execute file `osmium tags-filter -o /db/maxspeed.osm.bz2 /db/planet.osm.bz2` - and this file does not exists. You probably...

Yes, you can combine `tags-filter` with format change in one command as you did.

Hi, Sockets are objects that are used by runtime so it is not necessary to copy them. What you can do: * once the new instance finishes initialization, shut it...

If you already downloaded the file, make sure that it is visible somewhere within the container and you can use `file:///` URL scheme to refer to these files. They will...

I think this is possibile, maybe using similar logic that `pyosmium-get-changes` uses, to match the dump to the replication source. Feel free to create a PR with that.