This commit is contained in:
2023-12-19 16:37:50 +03:00
parent 20050bc169
commit f49d9f8860
150 changed files with 12582 additions and 11709 deletions

View File

@@ -96,6 +96,11 @@ resource "decort_image" "img" {
# Опциональный параметр
# string
architecture = "PPC64_LE"
# Флаг окончательного удаления
# Опциональный параметр
# булев тип
permanently = true
}
output "img_out" {