Skip to content

Commit

Permalink
CodeRepositoryIndex promote force_destroy to GA (#12949)
Browse files Browse the repository at this point in the history
  • Loading branch information
JumiDeluxe authored Feb 3, 2025
1 parent 7cef963 commit 110b49b
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{{- if ne $.TargetVersionName "ga" -}}
obj = make(map[string]interface{})
if v, ok := d.GetOk("force_destroy"); ok {
if v == true {
obj["force"] = true
}
}
{{- end }}

0 comments on commit 110b49b

Please sign in to comment.