Skip to content

Commit

Permalink
Remove references to deprecated google_datastore_index feature. (#1…
Browse files Browse the repository at this point in the history
  • Loading branch information
vadimyushprakh authored Aug 15, 2024
1 parent ce44058 commit de5e533
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 335 deletions.
97 changes: 0 additions & 97 deletions mmv1/products/datastore/Index.yaml

This file was deleted.

112 changes: 0 additions & 112 deletions mmv1/products/datastore/go_Index.yaml

This file was deleted.

34 changes: 0 additions & 34 deletions mmv1/products/datastore/go_product.yaml

This file was deleted.

38 changes: 0 additions & 38 deletions mmv1/products/datastore/product.yaml

This file was deleted.

26 changes: 0 additions & 26 deletions mmv1/templates/terraform/examples/datastore_index.tf.erb

This file was deleted.

26 changes: 0 additions & 26 deletions mmv1/templates/terraform/examples/go/datastore_index.tf.tmpl

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ and then run `terraform apply` to apply the change.

### `lifecycle_rule.condition.no_age` is now removed

Previously `lifecycle_rule.condition.age` attirbute was being set zero value by default and `lifecycle_rule.condition.no_age` was introduced to prevent that.
Previously `lifecycle_rule.condition.age` attribute was being set zero value by default and `lifecycle_rule.condition.no_age` was introduced to prevent that.
Now `lifecycle_rule.condition.no_age` is no longer supported and `lifecycle_rule.condition.age` won't set a zero value by default.
Removed in favor of the field `lifecycle_rule.condition.send_age_if_zero` which can be used to set zero value for `lifecycle_rule.condition.age` attribute.

Expand Down Expand Up @@ -357,3 +357,7 @@ explicitly set this field to `DELETE` in your configuration and run `terraform a
`skip_delete` value of `false` can be changed to a `deletion_policy` value of `DELETE` and
a `skip_delete` value of `true` to a `deletion_policy` value of `ABANDON` for equivalent
behavior.

### Resource: `google_datastore_index` is now removed

`google_datastore_index` is removed in favor of `google_firestore_index`
1 change: 0 additions & 1 deletion tools/issue-labeler/labeler/enrolled_teams.yml
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,6 @@ service/firestore-controlplane:
- google_firestore_database
service/firestore-dataplane:
resources:
- google_datastore_index
- google_firestore_document
- google_firestore_field
- google_firestore_index
Expand Down

0 comments on commit de5e533

Please sign in to comment.