Merge pull request #3751 from dbonfigli/instance-gen-template
Add comment for exported type InstanceType in gen template
This commit is contained in:
commit
cd30499601
|
|
@ -46,6 +46,7 @@ limitations under the License.
|
|||
|
||||
package aws
|
||||
|
||||
// InstanceType is spec of EC2 instance
|
||||
type InstanceType struct {
|
||||
InstanceType string
|
||||
VCPU int64
|
||||
|
|
|
|||
Loading…
Reference in New Issue