pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net terraform: Import version 0.12.24



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c2ccf309dda1
branches:  trunk
changeset: 425740:c2ccf309dda1
user:      riastradh <riastradh%pkgsrc.org@localhost>
date:      Mon Mar 23 16:33:49 2020 +0000

description:
terraform: Import version 0.12.24

diffstat:

 net/Makefile           |     3 +-
 net/terraform/DESCR    |    23 +
 net/terraform/Makefile |    25 +
 net/terraform/PLIST    |  6739 ++++++++++++++++++++++++++++++++++++++++++++++++
 net/terraform/distinfo |     6 +
 5 files changed, 6795 insertions(+), 1 deletions(-)

diffs (truncated from 6826 to 300 lines):

diff -r df0eaa5e0520 -r c2ccf309dda1 net/Makefile
--- a/net/Makefile      Mon Mar 23 16:14:01 2020 +0000
+++ b/net/Makefile      Mon Mar 23 16:33:49 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1314 2020/03/13 13:23:59 tnn Exp $
+# $NetBSD: Makefile,v 1.1315 2020/03/23 16:33:49 riastradh Exp $
 #
 
 COMMENT=       Networking tools
@@ -873,6 +873,7 @@
 SUBDIR+=       tcptraceroute6
 SUBDIR+=       teamspeak-client
 SUBDIR+=       teamspeak-server
+SUBDIR+=       terraform
 SUBDIR+=       tigervnc
 SUBDIR+=       tightvnc
 SUBDIR+=       tightvncviewer
diff -r df0eaa5e0520 -r c2ccf309dda1 net/terraform/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/terraform/DESCR       Mon Mar 23 16:33:49 2020 +0000
@@ -0,0 +1,23 @@
+Terraform is a tool for building, changing, and versioning
+infrastructure safely and efficiently. Terraform can manage existing
+and popular service providers as well as custom in-house solutions.
+
+The key features of Terraform are:
+- Infrastructure as Code: Infrastructure is described using a
+  high-level configuration syntax. This allows a blueprint of your
+  datacenter to be versioned and treated as you would any other
+  code. Additionally, infrastructure can be shared and re-used.
+- Execution Plans: Terraform has a "planning" step where it generates
+  an execution plan. The execution plan shows what Terraform will do
+  when you call apply. This lets you avoid any surprises when
+  Terraform manipulates infrastructure.
+- Resource Graph: Terraform builds a graph of all your resources, and
+  parallelizes the creation and modification of any non-dependent
+  resources. Because of this, Terraform builds infrastructure as
+  efficiently as possible, and operators get insight into dependencies
+  in their infrastructure.
+- Change Automation: Complex changesets can be applied to your
+  infrastructure with minimal human interaction. With the previously
+  mentioned execution plan and resource graph, you know exactly what
+  Terraform will change and in what order, avoiding many possible
+  human errors.
diff -r df0eaa5e0520 -r c2ccf309dda1 net/terraform/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/terraform/Makefile    Mon Mar 23 16:33:49 2020 +0000
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1 2020/03/23 16:33:50 riastradh Exp $
+
+DISTNAME=      terraform-0.12.24
+CATEGORIES=    net
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=hashicorp/}
+GITHUB_PROJECT=        ${PKGBASE}
+GITHUB_TAG=    v${PKGVERSION_NOREV}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://www.terraform.io/
+COMMENT=       Infrastructure orchestration tool
+LICENSE=       mpl-2.0
+
+GO_DIST_BASE=  ${DISTNAME}
+GO_SRCPATH=    github.com/hashicorp/${GITHUB_PROJECT}
+
+# Not actually sure these are used.
+USE_TOOLS+=    bash
+REPLACE_BASH+= command/e2etest/make-archive.sh
+REPLACE_BASH+= scripts/debug-terraform
+REPLACE_BASH+= scripts/*.sh
+REPLACE_BASH+= scripts/*/*.sh
+
+.include "../../lang/go/go-package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r df0eaa5e0520 -r c2ccf309dda1 net/terraform/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/terraform/PLIST       Mon Mar 23 16:33:49 2020 +0000
@@ -0,0 +1,6739 @@
+@comment $NetBSD: PLIST,v 1.1 2020/03/23 16:33:50 riastradh Exp $
+bin/loggraphdiff
+bin/provider-test
+bin/provisioner-chef
+bin/provisioner-file
+bin/provisioner-habitat
+bin/provisioner-local-exec
+bin/provisioner-puppet
+bin/provisioner-remote-exec
+bin/provisioner-salt-masterless
+bin/scripts
+bin/terraform
+bin/terraform-bundle
+gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/terraform/addrs.a
+gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/terraform/backend.a
+gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/terraform/backend/atlas.a
+gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/terraform/backend/init.a
+gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/terraform/backend/local.a
+gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/terraform/backend/remote-state/artifactory.a
+gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/terraform/backend/remote-state/azure.a
+gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/terraform/backend/remote-state/consul.a
+gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/terraform/backend/remote-state/cos.a
+gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/terraform/backend/remote-state/etcdv2.a
+gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/terraform/backend/remote-state/etcdv3.a
+gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/terraform/backend/remote-state/gcs.a
+gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/terraform/backend/remote-state/http.a
+gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/terraform/backend/remote-state/inmem.a
+gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/terraform/backend/remote-state/manta.a
+gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/terraform/backend/remote-state/oss.a
+gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/terraform/backend/remote-state/pg.a
+gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/terraform/backend/remote-state/s3.a
+gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/terraform/backend/remote-state/swift.a
+gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/terraform/backend/remote.a
+gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/terraform/builtin/providers/terraform.a
+gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/terraform/builtin/providers/test.a
+gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/terraform/builtin/provisioners/chef.a
+gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/terraform/builtin/provisioners/file.a
+gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/terraform/builtin/provisioners/habitat.a
+gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/terraform/builtin/provisioners/local-exec.a
+gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/terraform/builtin/provisioners/puppet.a
+gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/terraform/builtin/provisioners/puppet/bolt.a
+gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/terraform/builtin/provisioners/remote-exec.a
+gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/terraform/builtin/provisioners/salt-masterless.a
+gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/terraform/command.a
+gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/terraform/command/cliconfig.a
+gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/terraform/command/clistate.a
+gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/terraform/command/e2etest.a
+gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/terraform/command/format.a
+gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/terraform/command/jsonconfig.a
+gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/terraform/command/jsonplan.a
+gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/terraform/command/jsonprovider.a
+gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/terraform/command/jsonstate.a
+gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/terraform/command/webbrowser.a
+gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/terraform/communicator.a
+gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/terraform/communicator/remote.a
+gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/terraform/communicator/shared.a
+gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/terraform/communicator/ssh.a
+gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/terraform/communicator/winrm.a
+gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/terraform/config.a
+gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/terraform/configs.a
+gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/terraform/configs/configload.a
+gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/terraform/configs/configschema.a
+gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/terraform/configs/configupgrade.a
+gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/terraform/configs/hcl2shim.a
+gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/terraform/dag.a
+gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/terraform/digraph.a
+gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/terraform/e2e.a
+gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/terraform/experiments.a
+gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/terraform/flatmap.a
+gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/terraform/helper/acctest.a
+gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/terraform/helper/config.a
+gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/terraform/helper/copy.a
+gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/terraform/helper/customdiff.a
+gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/terraform/helper/didyoumean.a
+gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/terraform/helper/encryption.a
+gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/terraform/helper/experiment.a
+gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/terraform/helper/hashcode.a
+gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/terraform/helper/hilmapstructure.a
+gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/terraform/helper/logging.a
+gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/terraform/helper/mutexkv.a
+gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/terraform/helper/pathorcontents.a
+gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/terraform/helper/plugin.a
+gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/terraform/helper/resource.a
+gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/terraform/helper/schema.a
+gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/terraform/helper/shadow.a
+gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/terraform/helper/signalwrapper.a
+gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/terraform/helper/slowmessage.a
+gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/terraform/helper/structure.a
+gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/terraform/helper/validation.a
+gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/terraform/helper/variables.a
+gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/terraform/helper/wrappedreadline.a
+gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/terraform/helper/wrappedstreams.a
+gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/terraform/httpclient.a
+gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/terraform/internal/earlyconfig.a
+gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/terraform/internal/getproviders.a
+gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/terraform/internal/initwd.a
+gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/terraform/internal/modsdir.a
+gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/terraform/internal/tfplugin5.a
+gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/terraform/lang.a
+gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/terraform/lang/blocktoattr.a
+gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/terraform/lang/funcs.a
+gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/terraform/moduledeps.a
+gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/terraform/plans.a
+gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/terraform/plans/internal/planproto.a
+gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/terraform/plans/objchange.a
+gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/terraform/plans/planfile.a
+gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/terraform/plugin.a
+gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/terraform/plugin/convert.a
+gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/terraform/plugin/discovery.a
+gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/terraform/plugin/mock_proto.a
+gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/terraform/providers.a
+gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/terraform/provisioners.a
+gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/terraform/registry.a
+gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/terraform/registry/regsrc.a
+gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/terraform/registry/response.a
+gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/terraform/registry/test.a
+gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/terraform/repl.a
+gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/terraform/state.a
+gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/terraform/state/remote.a
+gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/terraform/states.a
+gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/terraform/states/statefile.a
+gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/terraform/states/statemgr.a
+gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/terraform/terraform.a
+gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/terraform/tfdiags.a
+gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/terraform/tools/terraform-bundle/e2etest.a
+gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/terraform/version.a
+gopkg/src/github.com/hashicorp/terraform/BUILDING.md
+gopkg/src/github.com/hashicorp/terraform/CHANGELOG.md
+gopkg/src/github.com/hashicorp/terraform/CODEOWNERS
+gopkg/src/github.com/hashicorp/terraform/Dockerfile
+gopkg/src/github.com/hashicorp/terraform/LICENSE
+gopkg/src/github.com/hashicorp/terraform/Makefile
+gopkg/src/github.com/hashicorp/terraform/README.md
+gopkg/src/github.com/hashicorp/terraform/addrs/count_attr.go
+gopkg/src/github.com/hashicorp/terraform/addrs/doc.go
+gopkg/src/github.com/hashicorp/terraform/addrs/for_each_attr.go
+gopkg/src/github.com/hashicorp/terraform/addrs/input_variable.go
+gopkg/src/github.com/hashicorp/terraform/addrs/instance_key.go
+gopkg/src/github.com/hashicorp/terraform/addrs/local_value.go
+gopkg/src/github.com/hashicorp/terraform/addrs/module.go
+gopkg/src/github.com/hashicorp/terraform/addrs/module_call.go
+gopkg/src/github.com/hashicorp/terraform/addrs/module_instance.go
+gopkg/src/github.com/hashicorp/terraform/addrs/output_value.go
+gopkg/src/github.com/hashicorp/terraform/addrs/parse_ref.go
+gopkg/src/github.com/hashicorp/terraform/addrs/parse_ref_test.go
+gopkg/src/github.com/hashicorp/terraform/addrs/parse_target.go
+gopkg/src/github.com/hashicorp/terraform/addrs/parse_target_test.go
+gopkg/src/github.com/hashicorp/terraform/addrs/path_attr.go
+gopkg/src/github.com/hashicorp/terraform/addrs/provider.go
+gopkg/src/github.com/hashicorp/terraform/addrs/provider_config.go
+gopkg/src/github.com/hashicorp/terraform/addrs/provider_config_test.go
+gopkg/src/github.com/hashicorp/terraform/addrs/referenceable.go
+gopkg/src/github.com/hashicorp/terraform/addrs/resource.go
+gopkg/src/github.com/hashicorp/terraform/addrs/resource_phase.go
+gopkg/src/github.com/hashicorp/terraform/addrs/resourcemode_string.go
+gopkg/src/github.com/hashicorp/terraform/addrs/self.go
+gopkg/src/github.com/hashicorp/terraform/addrs/targetable.go
+gopkg/src/github.com/hashicorp/terraform/addrs/terraform_attr.go
+gopkg/src/github.com/hashicorp/terraform/backend/atlas/backend.go
+gopkg/src/github.com/hashicorp/terraform/backend/atlas/backend_test.go
+gopkg/src/github.com/hashicorp/terraform/backend/atlas/cli.go
+gopkg/src/github.com/hashicorp/terraform/backend/atlas/state_client.go
+gopkg/src/github.com/hashicorp/terraform/backend/atlas/state_client_test.go
+gopkg/src/github.com/hashicorp/terraform/backend/backend.go
+gopkg/src/github.com/hashicorp/terraform/backend/cli.go
+gopkg/src/github.com/hashicorp/terraform/backend/init/deprecate_test.go
+gopkg/src/github.com/hashicorp/terraform/backend/init/init.go
+gopkg/src/github.com/hashicorp/terraform/backend/init/init_test.go
+gopkg/src/github.com/hashicorp/terraform/backend/local/backend.go
+gopkg/src/github.com/hashicorp/terraform/backend/local/backend_apply.go
+gopkg/src/github.com/hashicorp/terraform/backend/local/backend_apply_test.go
+gopkg/src/github.com/hashicorp/terraform/backend/local/backend_local.go
+gopkg/src/github.com/hashicorp/terraform/backend/local/backend_plan.go
+gopkg/src/github.com/hashicorp/terraform/backend/local/backend_plan_test.go
+gopkg/src/github.com/hashicorp/terraform/backend/local/backend_refresh.go
+gopkg/src/github.com/hashicorp/terraform/backend/local/backend_refresh_test.go
+gopkg/src/github.com/hashicorp/terraform/backend/local/backend_test.go
+gopkg/src/github.com/hashicorp/terraform/backend/local/cli.go
+gopkg/src/github.com/hashicorp/terraform/backend/local/counthookaction_string.go
+gopkg/src/github.com/hashicorp/terraform/backend/local/hook_count.go
+gopkg/src/github.com/hashicorp/terraform/backend/local/hook_count_action.go
+gopkg/src/github.com/hashicorp/terraform/backend/local/hook_count_test.go
+gopkg/src/github.com/hashicorp/terraform/backend/local/hook_state.go
+gopkg/src/github.com/hashicorp/terraform/backend/local/hook_state_test.go
+gopkg/src/github.com/hashicorp/terraform/backend/local/local_test.go
+gopkg/src/github.com/hashicorp/terraform/backend/local/testdata/apply-empty/hello.txt
+gopkg/src/github.com/hashicorp/terraform/backend/local/testdata/apply-error/main.tf
+gopkg/src/github.com/hashicorp/terraform/backend/local/testdata/apply/main.tf
+gopkg/src/github.com/hashicorp/terraform/backend/local/testdata/destroy-with-ds/main.tf
+gopkg/src/github.com/hashicorp/terraform/backend/local/testdata/empty/.gitignore
+gopkg/src/github.com/hashicorp/terraform/backend/local/testdata/plan-cbd/main.tf
+gopkg/src/github.com/hashicorp/terraform/backend/local/testdata/plan-scaleout/main.tf
+gopkg/src/github.com/hashicorp/terraform/backend/local/testdata/plan/main.tf
+gopkg/src/github.com/hashicorp/terraform/backend/local/testdata/refresh-var-unset/main.tf
+gopkg/src/github.com/hashicorp/terraform/backend/local/testdata/refresh/main.tf
+gopkg/src/github.com/hashicorp/terraform/backend/local/testing.go
+gopkg/src/github.com/hashicorp/terraform/backend/nil.go
+gopkg/src/github.com/hashicorp/terraform/backend/nil_test.go
+gopkg/src/github.com/hashicorp/terraform/backend/operation_type.go
+gopkg/src/github.com/hashicorp/terraform/backend/operationtype_string.go
+gopkg/src/github.com/hashicorp/terraform/backend/remote-state/artifactory/backend.go
+gopkg/src/github.com/hashicorp/terraform/backend/remote-state/artifactory/client.go
+gopkg/src/github.com/hashicorp/terraform/backend/remote-state/artifactory/client_test.go
+gopkg/src/github.com/hashicorp/terraform/backend/remote-state/azure/arm_client.go
+gopkg/src/github.com/hashicorp/terraform/backend/remote-state/azure/backend.go
+gopkg/src/github.com/hashicorp/terraform/backend/remote-state/azure/backend_state.go
+gopkg/src/github.com/hashicorp/terraform/backend/remote-state/azure/backend_test.go
+gopkg/src/github.com/hashicorp/terraform/backend/remote-state/azure/client.go
+gopkg/src/github.com/hashicorp/terraform/backend/remote-state/azure/client_test.go
+gopkg/src/github.com/hashicorp/terraform/backend/remote-state/azure/helpers_test.go
+gopkg/src/github.com/hashicorp/terraform/backend/remote-state/azure/sender.go
+gopkg/src/github.com/hashicorp/terraform/backend/remote-state/consul/backend.go
+gopkg/src/github.com/hashicorp/terraform/backend/remote-state/consul/backend_state.go
+gopkg/src/github.com/hashicorp/terraform/backend/remote-state/consul/backend_test.go
+gopkg/src/github.com/hashicorp/terraform/backend/remote-state/consul/client.go
+gopkg/src/github.com/hashicorp/terraform/backend/remote-state/consul/client_test.go
+gopkg/src/github.com/hashicorp/terraform/backend/remote-state/cos/backend.go
+gopkg/src/github.com/hashicorp/terraform/backend/remote-state/cos/backend_state.go
+gopkg/src/github.com/hashicorp/terraform/backend/remote-state/cos/backend_test.go
+gopkg/src/github.com/hashicorp/terraform/backend/remote-state/cos/client.go
+gopkg/src/github.com/hashicorp/terraform/backend/remote-state/etcdv2/backend.go
+gopkg/src/github.com/hashicorp/terraform/backend/remote-state/etcdv2/backend_test.go
+gopkg/src/github.com/hashicorp/terraform/backend/remote-state/etcdv2/client.go



Home | Main Index | Thread Index | Old Index