addrs: new package for representing addresses
This package is intended to contain all the functionality for parsing, representing, and formatting addresses of objects within Terraform. It will eventually subsume the responsibilities of both the InterpolatedVariable and ResourceAddress types in the "terraform" package, but for the moment is just a set of types for representing these things, lacking any way to parse or format them. The remaining functionality will follow in subsequent commits.
Showing
+403 -0
addrs/count_attr.go
0 → 100644
addrs/doc.go
0 → 100644
addrs/input_variable.go
0 → 100644
addrs/instance_key.go
0 → 100644
addrs/local_value.go
0 → 100644
addrs/module.go
0 → 100644
addrs/module_call.go
0 → 100644
addrs/module_instance.go
0 → 100644
addrs/path_attr.go
0 → 100644
addrs/provider_config.go
0 → 100644
addrs/referenceable.go
0 → 100644
addrs/resource.go
0 → 100644
addrs/resourcemode_string.go
0 → 100644
addrs/self.go
0 → 100644
addrs/terraform_attr.go
0 → 100644
Please register or sign in to comment