kautikdk

Results 7 comments of kautikdk

> With below config, I do see `0+ days since object was created` showing up on the console > > ```terraform > resource "google_storage_bucket" "test" { > name = "issue17219"...

Hi @lrivela-uala, I tried reproducing issue with my local setup but It seems that everything is working as expected. I used same configuration as you provided and I am not...

Hi @joe-a-t , @shuyama1. In response to above discussion thread, I like to highlight some technical aspects of upcoming soft delete feature. 1. Soft delete is not introducing any breaking...

@joe-a-t Sure, These information will be clarified on documentation. More technical details will be available at launch time which is in near future. In the above documentation it refers to...

Hi @NissesSenap, Terraform support will be provided after full GA of the feature but It will be before promotional time ends mentioned in the announcement which is May 31, 2024....

I think, This issue is coming because of the provider bug that is already solved: https://github.com/hashicorp/terraform-provider-google/issues/14044 . You can try setting no_age = true in the lifecycle config block to...

It is! You can try putting no_age = true in the lifecycle rule condition block, It won't add unexpected condition of `age`.