This commit is contained in:
2023-12-18 18:36:55 +03:00
parent 294680282e
commit e2ee45ee14
155 changed files with 10125 additions and 17209 deletions

View File

@@ -26,7 +26,7 @@ provider "decort" {
allow_unverified_ssl = true
}
data "decort_image" "image" {
data "decort_cb_image" "image" {
#id образа
#обязательный параметр
#тип - число
@@ -34,5 +34,5 @@ data "decort_image" "image" {
}
output "test" {
value = data.decort_image.image
value = data.decort_cb_image.image
}