Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/terraform terraform: updated to 0.12.26



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0cf141bf815b
branches:  trunk
changeset: 432998:0cf141bf815b
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri May 29 06:27:54 2020 +0000

description:
terraform: updated to 0.12.26

v0.12.26
ENHANCEMENTS:
backend/remote: Can now accept -target options when creating a plan using remote operations, if supported by the target server. (Server-side support for this in Terraform Cloud and Terraform 
Enterprise will follow in forthcoming releases of each.)
cli: A special new lifecycle mode for provider plugins where they are assumed to be controlled by an external process outside of Terraform. This is for automated provider plugin testing only, and is 
not an end-user feature.

diffstat:

 net/terraform/Makefile |     6 +-
 net/terraform/PLIST    |  6763 +-----------------------------------------------
 net/terraform/distinfo |    10 +-
 3 files changed, 10 insertions(+), 6769 deletions(-)

diffs (truncated from 6804 to 300 lines):

diff -r 0bbf5034b1d3 -r 0cf141bf815b net/terraform/Makefile
--- a/net/terraform/Makefile    Fri May 29 06:22:47 2020 +0000
+++ b/net/terraform/Makefile    Fri May 29 06:27:54 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2020/05/18 08:21:19 adam Exp $
+# $NetBSD: Makefile,v 1.4 2020/05/29 06:27:54 adam Exp $
 
-DISTNAME=      terraform-0.12.25
+DISTNAME=      terraform-0.12.26
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=hashicorp/}
 GITHUB_PROJECT=        ${PKGBASE}
@@ -14,6 +14,8 @@
 GO_DIST_BASE=  ${DISTNAME}
 GO_SRCPATH=    github.com/hashicorp/${GITHUB_PROJECT}
 
+GO_BUILD_PATTERN=      ${GO_SRCPATH}/.
+
 # Not actually sure these are used.
 USE_TOOLS+=    bash
 REPLACE_BASH+= command/e2etest/make-archive.sh
diff -r 0bbf5034b1d3 -r 0cf141bf815b net/terraform/PLIST
--- a/net/terraform/PLIST       Fri May 29 06:22:47 2020 +0000
+++ b/net/terraform/PLIST       Fri May 29 06:27:54 2020 +0000
@@ -1,6763 +1,2 @@
-@comment $NetBSD: PLIST,v 1.2 2020/05/18 08:21:19 adam 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
+@comment $NetBSD: PLIST,v 1.3 2020/05/29 06:27:54 adam Exp $
 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
-gopkg/src/github.com/hashicorp/terraform/backend/remote-state/etcdv2/client_test.go
-gopkg/src/github.com/hashicorp/terraform/backend/remote-state/etcdv3/backend.go
-gopkg/src/github.com/hashicorp/terraform/backend/remote-state/etcdv3/backend_state.go
-gopkg/src/github.com/hashicorp/terraform/backend/remote-state/etcdv3/backend_test.go
-gopkg/src/github.com/hashicorp/terraform/backend/remote-state/etcdv3/client.go
-gopkg/src/github.com/hashicorp/terraform/backend/remote-state/etcdv3/client_test.go
-gopkg/src/github.com/hashicorp/terraform/backend/remote-state/gcs/backend.go
-gopkg/src/github.com/hashicorp/terraform/backend/remote-state/gcs/backend_state.go
-gopkg/src/github.com/hashicorp/terraform/backend/remote-state/gcs/backend_test.go
-gopkg/src/github.com/hashicorp/terraform/backend/remote-state/gcs/client.go
-gopkg/src/github.com/hashicorp/terraform/backend/remote-state/http/backend.go
-gopkg/src/github.com/hashicorp/terraform/backend/remote-state/http/backend_test.go
-gopkg/src/github.com/hashicorp/terraform/backend/remote-state/http/client.go
-gopkg/src/github.com/hashicorp/terraform/backend/remote-state/http/client_test.go
-gopkg/src/github.com/hashicorp/terraform/backend/remote-state/inmem/backend.go
-gopkg/src/github.com/hashicorp/terraform/backend/remote-state/inmem/backend_test.go
-gopkg/src/github.com/hashicorp/terraform/backend/remote-state/inmem/client.go
-gopkg/src/github.com/hashicorp/terraform/backend/remote-state/inmem/client_test.go
-gopkg/src/github.com/hashicorp/terraform/backend/remote-state/manta/backend.go
-gopkg/src/github.com/hashicorp/terraform/backend/remote-state/manta/backend_state.go
-gopkg/src/github.com/hashicorp/terraform/backend/remote-state/manta/backend_test.go
-gopkg/src/github.com/hashicorp/terraform/backend/remote-state/manta/client.go
-gopkg/src/github.com/hashicorp/terraform/backend/remote-state/manta/client_test.go
-gopkg/src/github.com/hashicorp/terraform/backend/remote-state/oss/backend.go
-gopkg/src/github.com/hashicorp/terraform/backend/remote-state/oss/backend_state.go
-gopkg/src/github.com/hashicorp/terraform/backend/remote-state/oss/backend_test.go
-gopkg/src/github.com/hashicorp/terraform/backend/remote-state/oss/client.go
-gopkg/src/github.com/hashicorp/terraform/backend/remote-state/oss/client_test.go
-gopkg/src/github.com/hashicorp/terraform/backend/remote-state/pg/backend.go
-gopkg/src/github.com/hashicorp/terraform/backend/remote-state/pg/backend_state.go
-gopkg/src/github.com/hashicorp/terraform/backend/remote-state/pg/backend_test.go
-gopkg/src/github.com/hashicorp/terraform/backend/remote-state/pg/client.go
-gopkg/src/github.com/hashicorp/terraform/backend/remote-state/pg/client_test.go
-gopkg/src/github.com/hashicorp/terraform/backend/remote-state/s3/backend.go
-gopkg/src/github.com/hashicorp/terraform/backend/remote-state/s3/backend_state.go
-gopkg/src/github.com/hashicorp/terraform/backend/remote-state/s3/backend_test.go
-gopkg/src/github.com/hashicorp/terraform/backend/remote-state/s3/client.go
-gopkg/src/github.com/hashicorp/terraform/backend/remote-state/s3/client_test.go
-gopkg/src/github.com/hashicorp/terraform/backend/remote-state/swift/backend.go
-gopkg/src/github.com/hashicorp/terraform/backend/remote-state/swift/backend_state.go
-gopkg/src/github.com/hashicorp/terraform/backend/remote-state/swift/backend_test.go
-gopkg/src/github.com/hashicorp/terraform/backend/remote-state/swift/client.go
-gopkg/src/github.com/hashicorp/terraform/backend/remote-state/swift/client_test.go
-gopkg/src/github.com/hashicorp/terraform/backend/remote/backend.go
-gopkg/src/github.com/hashicorp/terraform/backend/remote/backend_apply.go
-gopkg/src/github.com/hashicorp/terraform/backend/remote/backend_apply_test.go
-gopkg/src/github.com/hashicorp/terraform/backend/remote/backend_common.go
-gopkg/src/github.com/hashicorp/terraform/backend/remote/backend_context.go
-gopkg/src/github.com/hashicorp/terraform/backend/remote/backend_context_test.go
-gopkg/src/github.com/hashicorp/terraform/backend/remote/backend_mock.go
-gopkg/src/github.com/hashicorp/terraform/backend/remote/backend_plan.go



Home | Main Index | Thread Index | Old Index