mirror of
https://github.com/coder/coder.git
synced 2025-07-15 22:20:27 +00:00
chore(examples): remove deprecated startup_script_timeout and shutdown_script_timeout (#12104)
Removes deprecated startup_script_timeout and shutdown_script_timeout from our example templates. Co-authored-by: Muhammad Atif Ali <atif@coder.com>
This commit is contained in:
@ -304,8 +304,6 @@ resource "local_file" "kubernetes_template" {
|
||||
resource "coder_agent" "main" {
|
||||
os = "linux"
|
||||
arch = "amd64"
|
||||
startup_script_timeout = 180
|
||||
startup_script = ""
|
||||
}
|
||||
|
||||
resource "kubernetes_pod" "main" {
|
||||
|
Reference in New Issue
Block a user