]> git.immae.eu Git - github/fretlink/terraform-provider-statuscake.git/blobdiff - vendor/github.com/hashicorp/terraform/terraform/instancetype_string.go
Upgrade to 0.12
[github/fretlink/terraform-provider-statuscake.git] / vendor / github.com / hashicorp / terraform / terraform / instancetype_string.go
index b8e7d1fb910d2bbbddf8c7f0b16f25ff5226bffb..95b7a9802e513c9b9017f3e7f5aefdd048a55e6c 100644 (file)
@@ -4,6 +4,16 @@ package terraform
 
 import "strconv"
 
+func _() {
+       // An "invalid array index" compiler error signifies that the constant values have changed.
+       // Re-run the stringer command to generate them again.
+       var x [1]struct{}
+       _ = x[TypeInvalid-0]
+       _ = x[TypePrimary-1]
+       _ = x[TypeTainted-2]
+       _ = x[TypeDeposed-3]
+}
+
 const _InstanceType_name = "TypeInvalidTypePrimaryTypeTaintedTypeDeposed"
 
 var _InstanceType_index = [...]uint8{0, 11, 22, 33, 44}