This commit is contained in:
asteam
2025-07-18 16:54:16 +03:00
parent e04dab77cb
commit 1b81a71504
10 changed files with 20 additions and 75 deletions

View File

@@ -1174,15 +1174,9 @@ func resourceImageSchemaMake() map[string]*schema.Schema {
},
"url": {
Type: schema.TypeString,
Optional: true,
Computed: true,
Required: true,
Description: "URL where to download media from",
},
"file_path": {
Type: schema.TypeString,
Optional: true,
Description: "path to image file",
},
"boot_type": {
Type: schema.TypeString,
Required: true,