add comment noting deprecated type

This commit is contained in:
Alex Pilon 2019-08-08 11:14:26 -04:00
parent 77757d9f5b
commit 07d6289701
No known key found for this signature in database
GPG Key ID: 95659F6AEFC48D7E
1 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,9 @@
package terraform
//go:generate stringer -type=ResourceMode -output=resource_mode_string.go resource_mode.go
// ResourceMode is deprecated, use addrs.ResourceMode instead.
// It has been preserved for backwards compatibility.
type ResourceMode int
const (