mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
correct true and false string values to fix manage_bundler config bug (#7219)
This commit is contained in:
parent
8ca3d94858
commit
8fd843fa91
@ -39,8 +39,8 @@ type opsworksLayerType struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
var (
|
var (
|
||||||
opsworksTrueString = "1"
|
opsworksTrueString = "true"
|
||||||
opsworksFalseString = "0"
|
opsworksFalseString = "false"
|
||||||
)
|
)
|
||||||
|
|
||||||
func (lt *opsworksLayerType) SchemaResource() *schema.Resource {
|
func (lt *opsworksLayerType) SchemaResource() *schema.Resource {
|
||||||
|
Loading…
Reference in New Issue
Block a user