Hey, Does anyone know how i can install this for my servers but exclude
the GUI tool? Ive got my GPO working but i dont want the fat client
installing on all servers? thanks !
@Aaron_Cutchin your point is valid and I think my wording is incorrect.
Terraform does in fact deploy it properly, it's the Azure API that is
unreliable. I so so often have to rely on 'depends_on' for dependencies,
especially around networking. Azure itself requires networking to be
deployed before ...
@CloudMakerCEO : All bets are off if you are dealing with poorly
supported software. I have found Terraform providers to be very well
supported, and bugs are fixed quickly, but I have never used an Azure
provider. The Terraform AWS provider handles dependencies between
CloudFront distributions and t...
@Aaron_Cutchin - Until dependencies can't be inferred whether due to a
poor resource provider (Origin Groups/Origins in Azure Front Door
requiring a manual dependency for instance) or where you have specific
build orders for VMs etc. Also circular dependencies can be tricky too
as your code evolves....
Your second "Con" point under the Terraform section is false.
"Declarative languages require the use of dependency mapping when
deploying (example: deploying a VM without networking first, will error
out)" Dependency mapping is automatic in Terraform and does not need to
be manually configured. For ...
Latest Comments