mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-08 21:34:25 +00:00
Fixed file name
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user