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.
|
// on the count argument given.
|
||||||
//
|
//
|
||||||
// Orphans are found by comparing the count to what is found in the state.
|
// 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.
|
// bounds given, that it is not an orphan.
|
||||||
type OrphanResourceCountTransformer struct {
|
type OrphanResourceCountTransformer struct {
|
||||||
Concrete ConcreteResourceNodeFunc
|
Concrete ConcreteResourceNodeFunc
|
||||||
|
|
Loading…
Reference in New Issue