Home
last modified time | relevance | path

Searched refs:ReferenceOutside (Results 1 – 15 of 15) sorted by relevance

/dports/sysutils/terraform-provider-gridscale/terraform-provider-gridscale-1.6.2/vendor/github.com/hashicorp/terraform-plugin-sdk/terraform/
H A Dtransform_reference.go61 ReferenceOutside() (selfPath, referencePath addrs.ModuleInstance) methodSpec
294 path, _ := outside.ReferenceOutside()
318 _, path = outside.ReferenceOutside()
H A Dnode_output_orphan.go26 func (n *NodeOutputOrphan) ReferenceOutside() (selfPath, referencePath addrs.ModuleInstance) { func
H A Dnode_module_removed.go41 func (n *NodeModuleRemoved) ReferenceOutside() (selfPath, referencePath addrs.ModuleInstance) { func
H A Dnode_module_variable.go51 func (n *NodeApplyableModuleVariable) ReferenceOutside() (selfPath, referencePath addrs.ModuleInsta… func
H A Dnode_output.go68 func (n *NodeApplyableOutput) ReferenceOutside() (selfPath, referencePath addrs.ModuleInstance) { func
/dports/sysutils/terraform-provider-vultr/terraform-provider-vultr-0.1.10/vendor/github.com/hashicorp/terraform/terraform/
H A Dtransform_reference.go63 ReferenceOutside() (selfPath, referencePath addrs.ModuleInstance) methodSpec
296 path, _ := outside.ReferenceOutside()
320 _, path = outside.ReferenceOutside()
H A Dnode_output_orphan.go26 func (n *NodeOutputOrphan) ReferenceOutside() (selfPath, referencePath addrs.ModuleInstance) { func
H A Dnode_module_removed.go41 func (n *NodeModuleRemoved) ReferenceOutside() (selfPath, referencePath addrs.ModuleInstance) { func
H A Dnode_module_variable.go51 func (n *NodeApplyableModuleVariable) ReferenceOutside() (selfPath, referencePath addrs.ModuleInsta… func
H A Dnode_output.go68 func (n *NodeApplyableOutput) ReferenceOutside() (selfPath, referencePath addrs.ModuleInstance) { func
/dports/sysutils/terraform/terraform-1.0.11/internal/terraform/
H A Dtransform_reference.go98 ReferenceOutside() (selfPath, referencePath addrs.Module) methodSpec
462 path, _ := outside.ReferenceOutside()
485 _, path := outside.ReferenceOutside()
H A Dnode_module_expand.go97 func (n *nodeExpandModule) ReferenceOutside() (selfPath, referencePath addrs.Module) { func
160 func (n *nodeCloseModule) ReferenceOutside() (selfPath, referencePath addrs.Module) { func
H A Dnode_module_variable_test.go54 gotSelfPath, gotReferencePath := n.ReferenceOutside()
H A Dnode_output.go134 func (n *nodeExpandOutput) ReferenceOutside() (selfPath, referencePath addrs.Module) { func
202 func (n *NodeApplyableOutput) ReferenceOutside() (selfPath, referencePath addrs.Module) { func
H A Dnode_module_variable.go95 func (n *nodeExpandModuleVariable) ReferenceOutside() (selfPath, referencePath addrs.Module) { func