]> git.immae.eu Git - github/fretlink/terraform-provider-statuscake.git/blob - terraform/instancetype_string.go
Merge branch 'fix_read_test' of github.com:alexandreFre/terraform-provider-statuscake
[github/fretlink/terraform-provider-statuscake.git] / terraform / instancetype_string.go
1 // Code generated by "stringer -type=InstanceType instancetype.go"; DO NOT EDIT.
2
3 package terraform
4
5 import "strconv"
6
7 const _InstanceType_name = "TypeInvalidTypePrimaryTypeTaintedTypeDeposed"
8
9 var _InstanceType_index = [...]uint8{0, 11, 22, 33, 44}
10
11 func (i InstanceType) String() string {
12 if i < 0 || i >= InstanceType(len(_InstanceType_index)-1) {
13 return "InstanceType(" + strconv.FormatInt(int64(i), 10) + ")"
14 }
15 return _InstanceType_name[_InstanceType_index[i]:_InstanceType_index[i+1]]
16 }