# Functions
NewRemoteStateReference manages a reference to a Terraform Remote State.
# Structs
ArtifactoryArgs specifies the configuration options for a Terraform Remote State stored in the Artifactory backend.
AzureRMArgs specifies the configuration options for a Terraform Remote State stored in the AzureRM backend.
ConsulArgs specifies the configuration options for a Terraform Remote State stored in the Consul backend.
EtcdV2StateArgs specifies the configuration options for a Terraform Remote State stored in the etcd v2 backend.
EtcdV3StateArgs specifies the configuration options for a Terraform Remote State stored in the etcd v3 backend.
GcsStateArgs specifies the configuration options for a Terraform Remote State stored in the Google Cloud Storage backend.
HttpStateArgs specifies the configuration options for a Terraform Remote State stored in the HTTP backend.
LocalStateArgs specifies the configuration options for a Terraform Remote State stored in the local enhanced backend.
MantaStateArgs specifies the configuration options for a Terraform Remote State stored in the Postgres backend.
PostgresStateArgs specifies the configuration options for a Terraform Remote State stored in the Postgres backend.
RemoteBackendStateArgs specifies the configuration options for a Terraform Remote State stored in the remote backend.
RemoteStateReference is a resource which allows reading the output from local or remote Terraform state files.
S3Args specifies the configuration options for a Terraform Remote State stored in the S3 backend.
SwiftStateArgs specifies the configuration options for a Terraform Remote State stored in the swift backend.
WorkspaceStateArgs specifies the configuration options for a workspace for use with the remote enhanced backend.
# Interfaces
RemoteStateReferenceArgs is an interface implemented by all valid backend type Arg structs.