pull/47/head
Muhammad Atif Ali 2 years ago
parent c613a87e77
commit 27f37e6f13

@ -58,15 +58,3 @@ resource "coder_script" "git_config" {
icon = "/icon/git.svg"
run_on_start = true
}
# resource "coder_metadata" "git_config" {
# resource_id = data.coder_workspace.git_config.id
# item {
# key = "username"
# value = data.coder_workspace.git_config.owner
# }
# item {
# key = "user_email"
# value = data.coder_workspace.git_config.owner_email
# }
# }

Loading…
Cancel
Save