mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
terraform: fix a typo found during review
This commit is contained in:
parent
838fe2af9b
commit
fa195d4faf
@ -11,7 +11,7 @@ import (
|
||||
// on the count argument given.
|
||||
//
|
||||
// Orphans are found by comparing the count to what is found in the state.
|
||||
// This tranform assumes that if an element in the state is within the count
|
||||
// This transform assumes that if an element in the state is within the count
|
||||
// bounds given, that it is not an orphan.
|
||||
type OrphanResourceCountTransformer struct {
|
||||
Concrete ConcreteResourceNodeFunc
|
||||
|
Loading…
Reference in New Issue
Block a user