finished testing and readme with screenshots

This commit is contained in:
Stephen Kirby
2023-09-26 19:20:20 +00:00
parent 1b51d08d21
commit 2ab85f0b17
3 changed files with 16 additions and 3 deletions

View File

@@ -280,4 +280,8 @@ data "coder_parameter" "fly_region" {
value = option.key
}
}
}
output "value" {
value = data.coder_parameter.region.value
}