kautikdk

Results 25 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`.

Hi @rileykarson, It appears that the recent API change in `ip_filter` block marked `allow_all_service_agent_access` required. This change caused this failure: https://github.com/hashicorp/terraform-provider-google/issues/23370. Discussing offline for further clarifications. Reference: https://cloud.google.com/storage/docs/ip-filtering-overview, The feature...

Hi @rileykarson, I think we can start review of this PR.

We usually don't add new resources for the properties or parameters considering they don't have separate CRUD support. They can be modified through parent resource CRUD methods, in this case...