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:
Cian Johnston
2024-02-12 14:29:41 +00:00
committed by GitHub
parent 3e68650791
commit 1cc51b009a
14 changed files with 40 additions and 57 deletions

View File

@ -157,12 +157,11 @@ data "aws_ami" "ubuntu" {
}
resource "coder_agent" "dev" {
count = data.coder_workspace.me.start_count
arch = "amd64"
auth = "aws-instance-identity"
os = "linux"
startup_script_timeout = 180
startup_script = <<-EOT
count = data.coder_workspace.me.start_count
arch = "amd64"
auth = "aws-instance-identity"
os = "linux"
startup_script = <<-EOT
set -e
# install and start code-server