Update upup/pkg/fi/cloudup/awstasks/launchtemplate.go

Co-authored-by: John Gardiner Myers <jgmyers@proofpoint.com>
This commit is contained in:
Martin Tomes 2020-05-08 22:49:49 +02:00 committed by GitHub
parent 224351a4b7
commit a43aa2d74e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ type LaunchTemplate struct {
Tenancy *string
// UserData is the user data configuration
UserData *fi.ResourceHolder
// InstanceInterrutionBehavior defines if a spot instance should be terminated, hibernated,
// InstanceInterruptionBehavior defines if a spot instance should be terminated, hibernated,
// or stopped after interruption
InstanceInterruptionBehavior *string
}