Fixed file name

This commit is contained in:
Michele Cereda
2023-01-18 01:26:09 +01:00
parent 1ebba00b3e
commit dd0f25493c

View File

@@ -21,7 +21,7 @@ data "cloudinit_config" "azurerm_linux_virtual_machine" {
)
content_type = "text/cloud-config"
merge_type = "dict(recurse_array,no_replace)+list(append)"
filename = "docker"
filename = "docker-ce"
}
}
@@ -45,6 +45,6 @@ data "cloudinit_config" "oci_core_instance" {
)
content_type = "text/cloud-config"
merge_type = "dict(recurse_array,no_replace)+list(append)"
filename = "docker"
filename = "docker-ce"
}
}