Questions tagged [azure-cyclecloud]

2 questions
0
votes
1 answer

Getting terraform error: Error: "expected create_option to be one of [Attach Empty], got FromImage"

I am trying to create azure cyclecloud server using terraform , my code is below note: remove the actual disk id ,vm id, public key etc resource "azurerm_virtual_machine_data_disk_attachment" "res-0" { caching = "None" create_option …
isb
  • 53
  • 3
0
votes
0 answers

Is it ok to delete some of the files in Azure Cycle Cloud back up shared folder (as folder size keep getting increased)?

I am trying to find if it ok to delete some of the files in shared folder of cycle_server/backups in azure cycle cloud. The data size is keep getting increased every day. It is already >1.7TB. If I delete some files, will I be able to perform point…