mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-08-06 08:58:33 +00:00
* add web_templates render tests * add ansic strip tests * move fixtures into testdata dir which is golang specific test dir name * add server/metrics tests * add recovery test * add runtime stats test
8 lines
104 B
HCL
8 lines
104 B
HCL
resource "null_resource" "simple" {
|
|
count = 1
|
|
}
|
|
|
|
output "workspace" {
|
|
value = terraform.workspace
|
|
}
|