scottbrumley
scottbrumley
I'm also having trouble with the template. I modified my local version, so it's passing this error above. But now I'm hung on The /CreateADForest stanza. "ModulesUrl": "[uri(variables('artifactsBlacksmithLocation'), concat('resources/scripts/powershell/active-directory/DSC/CreateADPDC.zip'. This...
Vagrant.configure("2") do |config| config.vm.box = "google/gce" config.vm.provider :google do |google, override| google.google_project_id = "Palo-Cortex-XDR" google.google_json_key_location = "/Users/blah/Documents/bla/bla.json" google.image_family = 'ubuntu-1804-lts' # Override provider defaults google.name = "testing-vagrant" #google.image = "debian-9-stretch-v20180611"...