//
pkg.gl
Category
github.com/hashicorp/terraform-plugin-testing
tfjsonpath
package
1.10.0
Repository:
https://github.com/hashicorp/terraform-plugin-testing.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
7
Files
89 SLOC
#
Functions
New
New creates a new path with an initial MapStep or SliceStep.
Traverse
Traverse returns the element found when traversing the given object using the specified Path.
#
Structs
Path
Path represents exact traversal steps specifying a value inside Terraform JSON data.
#
Type aliases
MapStep
MapStep represents a traversal for map[string]any.
SliceStep
SliceStep represents a traversal for []any.