You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 6, 2023. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
The text was updated successfully, but these errors were encountered: