Skip to content

Commit

Permalink
Merge pull request #32 from OctopusDeploy/update-0.12
Browse files Browse the repository at this point in the history
Update to Terraform v0.12
  • Loading branch information
jeff-french authored Jul 26, 2019
2 parents 3eafb05 + 71508a2 commit 18b4514
Show file tree
Hide file tree
Showing 1,268 changed files with 216,289 additions and 32,381 deletions.
34 changes: 1 addition & 33 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,40 +2,8 @@ module github.com/OctopusDeploy/terraform-provider-octopusdeploy

require (
github.com/OctopusDeploy/go-octopusdeploy v1.4.0
github.com/apparentlymart/go-cidr v1.0.0 // indirect
github.com/armon/go-radix v1.0.0 // indirect
github.com/aws/aws-sdk-go v1.15.53 // indirect
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
github.com/blang/semver v3.5.1+incompatible // indirect
github.com/go-ini/ini v1.38.3 // indirect
github.com/google/go-querystring v1.0.0 // indirect
github.com/hashicorp/go-cleanhttp v0.5.0 // indirect
github.com/hashicorp/go-getter v0.0.0-20180809191950-4bda8fa99001 // indirect
github.com/hashicorp/go-hclog v0.0.0-20181001195459-61d530d6c27f // indirect
github.com/hashicorp/go-plugin v0.0.0-20181004024435-314501b665e0 // indirect
github.com/hashicorp/go-safetemp v1.0.0 // indirect
github.com/hashicorp/go-uuid v1.0.0 // indirect
github.com/hashicorp/go-version v1.0.0 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/hashicorp/hcl2 v0.0.0-20181001210626-3e4b7e0eb20e // indirect
github.com/hashicorp/hil v0.0.0-20170627220502-fa9f258a9250 // indirect
github.com/hashicorp/logutils v1.0.0 // indirect
github.com/hashicorp/terraform v0.11.8
github.com/hashicorp/terraform v0.12.5
github.com/hashicorp/yamux v0.0.0-20180917205041-7221087c3d28 // indirect
github.com/mattn/go-isatty v0.0.4 // indirect
github.com/mitchellh/cli v1.0.0 // indirect
github.com/mitchellh/copystructure v1.0.0 // indirect
github.com/mitchellh/go-homedir v1.0.0 // indirect
github.com/mitchellh/go-testing-interface v1.0.0 // indirect
github.com/mitchellh/go-wordwrap v1.0.0 // indirect
github.com/mitchellh/hashstructure v1.0.0 // indirect
github.com/mitchellh/mapstructure v1.1.2 // indirect
github.com/posener/complete v1.1.2 // indirect
github.com/smartystreets/goconvey v0.0.0-20190330032615-68dc04aab96a // indirect
github.com/ulikunitz/xz v0.5.4 // indirect
github.com/zclconf/go-cty v0.0.0-20181011210859-1f835aab79c2 // indirect
google.golang.org/genproto v0.0.0-20181004005441-af9cb2a35e7f // indirect
google.golang.org/grpc v1.15.0 // indirect
gopkg.in/go-playground/validator.v9 v9.21.0 // indirect
gopkg.in/ini.v1 v1.42.0 // indirect
)
354 changes: 308 additions & 46 deletions go.sum

Large diffs are not rendered by default.

19 changes: 10 additions & 9 deletions octopusdeploy/deploy_kubernetes_secret_action_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,15 @@ func testAccDeployKuberentesSecretAction() string {
secret_name = "secret name"
secret_values = [{
key = "key"
value = "value"
}, {
key = "key1"
value = "value1"
}
]
secret_values {
key = "key"
value = "value"
}
secret_values {
key = "key1"
value = "value1"
}
}
`)
}
Expand All @@ -65,7 +66,7 @@ func testAccCheckDeployKuberentesSecretAction() resource.TestCheckFunc {
}

if action.Properties["Octopus.Action.KubernetesContainers.SecretValues"] != `{"key":"value","key1":"value1"}` {
return fmt.Errorf("SecretName is incorrect: %s", action.Properties["Octopus.Action.KubernetesContainers.SecretName"])
return fmt.Errorf("SecretValue is incorrect: %s", action.Properties["Octopus.Action.KubernetesContainers.SecretValues"])
}

return nil
Expand Down
Binary file added plan.tfplan
Binary file not shown.
15 changes: 15 additions & 0 deletions vendor/cloud.google.com/go/AUTHORS

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

40 changes: 40 additions & 0 deletions vendor/cloud.google.com/go/CONTRIBUTORS

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

202 changes: 202 additions & 0 deletions vendor/cloud.google.com/go/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 18b4514

Please sign in to comment.