Skip to content
This repository has been archived by the owner on Oct 6, 2023. It is now read-only.

unable to execute windows metadata from google storage account #112

Open
Zippyops opened this issue Sep 7, 2019 · 0 comments
Open

unable to execute windows metadata from google storage account #112

Zippyops opened this issue Sep 7, 2019 · 0 comments

Comments

@Zippyops
Copy link

Zippyops commented Sep 7, 2019

Hi,
I can't able to use metadata for windows using storage account , below type i have used
gcompute_instance { 'instance-test':
ensure => present,
machine_type => 'n1-standard-1',
disks => [
{
auto_delete => true,
boot => true,
source => 'instance-test-os-1'
}
],
metadata => {
windows-startup-script-url => 'gs://powershell_script12/install.ps1',
},
network_interfaces => [
{
network => 'default',
access_configs => [
{
name => 'External NAT',
nat_ip => 'instance-test-ip',
type => 'ONE_TO_ONE_NAT',
},
],
}
],
I have tried with windows-startup-script-cmd method its only executed two commands.

please help me out this

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant