You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
module"ecl_imagestorages_image_v2" {
source="./modules/ecl/r/ecl_imagestorages_image_v2"# container_format - (required) is a type of stringcontainer_format=null# disk_format - (required) is a type of stringdisk_format=null# license_switch - (optional) is a type of stringlicense_switch=null# local_file_path - (required) is a type of stringlocal_file_path=null# min_disk_gb - (optional) is a type of numbermin_disk_gb=null# min_ram_mb - (optional) is a type of numbermin_ram_mb=null# name - (optional) is a type of stringname=null# properties - (optional) is a type of map of stringproperties={}
# protected - (optional) is a type of boolprotected=null# region - (optional) is a type of stringregion=null# tags - (optional) is a type of set of stringtags=[]
# verify_checksum - (optional) is a type of boolverify_checksum=null# visibility - (optional) is a type of stringvisibility=nulltimeouts=[{
create =null
}]
}
resource"ecl_imagestorages_image_v2""this" {
# container_format - (required) is a type of stringcontainer_format=var.container_format# disk_format - (required) is a type of stringdisk_format=var.disk_format# license_switch - (optional) is a type of stringlicense_switch=var.license_switch# local_file_path - (required) is a type of stringlocal_file_path=var.local_file_path# min_disk_gb - (optional) is a type of numbermin_disk_gb=var.min_disk_gb# min_ram_mb - (optional) is a type of numbermin_ram_mb=var.min_ram_mb# name - (optional) is a type of stringname=var.name# properties - (optional) is a type of map of stringproperties=var.properties# protected - (optional) is a type of boolprotected=var.protected# region - (optional) is a type of stringregion=var.region# tags - (optional) is a type of set of stringtags=var.tags# verify_checksum - (optional) is a type of boolverify_checksum=var.verify_checksum# visibility - (optional) is a type of stringvisibility=var.visibilitydynamic"timeouts" {
for_each=var.timeoutscontent {
# create - (optional) is a type of stringcreate=timeouts.value["create"]
}
}
}