Skip to content

Commit

Permalink
Add note about metadata startup script import
Browse files Browse the repository at this point in the history
  • Loading branch information
rileykarson committed Sep 3, 2019
1 parent a74fe41 commit 2955192
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,10 @@ The following arguments are supported:
within the instance. Ssh keys attached in the Cloud Console will be removed.
Add them to your config in order to keep them attached to your instance.

-> On import, `metadata_startup_script` will be set while
`metadata.startup-script` will not be. You'll need to match
`metadata_startup_script` to your `startup-script` value.

* `metadata_startup_script` - (Optional) An alternative to using the
startup-script metadata key, except this one forces the instance to be
recreated (thus re-running the script) if it is changed. This replaces the
Expand Down

0 comments on commit 2955192

Please sign in to comment.