Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

fix(provisioner): handle multiple agents, apps, scripts and envs#13741

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
mtojek merged 11 commits intomainfrom12949-apps
Jul 3, 2024
Merged
Changes from1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
NextNext commit
fmt
  • Loading branch information
@mtojek
mtojek committedJul 3, 2024
commit0fc48c4816982f35277db7d6da4c0cf04d9a62be
Original file line numberDiff line numberDiff line change
Expand Up@@ -18,25 +18,25 @@ resource "coder_agent" "dev2" {
}

resource "coder_script" "script1" {
agent_id = coder_agent.dev1.id
agent_id= coder_agent.dev1.id
display_name = "Foobar Script 1"
script = "echo foobar 1"
script= "echo foobar 1"

run_on_start = true
}

resource "coder_script" "script2" {
agent_id = coder_agent.dev1.id
agent_id= coder_agent.dev1.id
display_name = "Foobar Script 2"
script = "echo foobar 2"
script= "echo foobar 2"

run_on_start = true
}

resource "coder_script" "script3" {
agent_id = coder_agent.dev2.id
agent_id= coder_agent.dev2.id
display_name = "Foobar Script 3"
script = "echo foobar 3"
script= "echo foobar 3"

run_on_start = true
}
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp