Skip to content

Commit ef5bac5

Browse files
Auto-upgrade for colab runtimes (#12931) (#905)
[upstream:b79356dcaaa3925403eade2599558778d385097f] Signed-off-by: Modular Magician <[email protected]>
1 parent 0093763 commit ef5bac5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

colab_runtime_full/main.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ resource "google_colab_runtime" "runtime" {
5555

5656
desired_state = "ACTIVE"
5757

58+
auto_upgrade = true
59+
5860
depends_on = [
5961
google_colab_runtime_template.my_template
6062
]

0 commit comments

Comments
 (0)