Skip to content

Commit e3dd3d2

Browse files
CodeRepositoryIndex cascade deletion (#12601) (#20881)
[upstream:22008e516c62bcad85509e892707a4a01e36e6ea] Signed-off-by: Modular Magician <[email protected]>
1 parent 4318fef commit e3dd3d2

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.changelog/12601.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note: enhancement
2+
gemini: added `force_destroy` field to resource `google_code_repository_index`, enabling deletion of the resource even when it has dependent RepositoryGroups
3+
```

website/docs/r/gemini_code_repository_index.html.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ The following arguments are supported:
6868
* `project` - (Optional) The ID of the project in which the resource belongs.
6969
If it is not provided, the provider project is used.
7070

71+
* `force_destroy` - (Optional) If set to true, will allow deletion of the CodeRepositoryIndex even if there are existing RepositoryGroups for the resource. These RepositoryGroups will also be deleted.
7172

7273
## Attributes Reference
7374

0 commit comments

Comments
 (0)