mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
add comment noting deprecated type
This commit is contained in:
parent
77757d9f5b
commit
07d6289701
@ -1,6 +1,9 @@
|
|||||||
package terraform
|
package terraform
|
||||||
|
|
||||||
//go:generate stringer -type=ResourceMode -output=resource_mode_string.go resource_mode.go
|
//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
|
type ResourceMode int
|
||||||
|
|
||||||
const (
|
const (
|
||||||
|
Loading…
Reference in New Issue
Block a user