forked from armory-io/terraform-provider-spinnaker
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
commit 4b31b7262be8dd57994ff936662dbebd03073ae2 Author: Gunter Grodotzki <gunter.grodotzki@tidal.com> Date: Fri Sep 18 14:01:14 2020 +0200 Squashed commit of the following: commit 5634bb9 Author: Gunter Grodotzki <gunter.grodotzki@tidal.com> Date: Fri Sep 18 14:00:15 2020 +0200 Squashed commit of the following: commit 35ebf55 Author: Gunter Grodotzki <gunter.grodotzki@tidal.com> Date: Fri Sep 18 13:59:25 2020 +0200 bumb sdk commit 9189ab3 Author: Bishwa Shrestha <bishwa.shrestha@tidal.com> Date: Mon Sep 14 23:49:49 2020 +0200 Publish on v* tag commit 7a9ed84 Author: Bishwa Shrestha <bishwa.shrestha@tidal.com> Date: Mon Sep 14 23:26:12 2020 +0200 goreleaser changes commit 3388675 Author: Bishwa Shrestha <bishwa.shrestha@tidal.com> Date: Mon Sep 14 22:03:18 2020 +0200 changelog commit 2392c9c Merge: e857b66 4f707e3 Author: Bishwa Shrestha <bishwa.shrestha@gmail.com> Date: Mon Sep 14 21:55:52 2020 +0200 Merge pull request #1 from tidal-engineering/github_workflows Goreleaser + GH workflows commit 4f707e3 Author: Bishwa Shrestha <bishwa.shrestha@tidal.com> Date: Mon Sep 14 21:53:17 2020 +0200 Separate workflows for branches and tags commit de1f6e9 Author: Bishwa Shrestha <bishwa.shrestha@tidal.com> Date: Mon Sep 14 21:28:42 2020 +0200 terraform registry scaffolding commit bbe2fbb Author: Bishwa Shrestha <bishwa.shrestha@tidal.com> Date: Mon Sep 14 16:34:10 2020 +0200 PR builds commit 3c50f42 Author: Bishwa Shrestha <bishwa.shrestha@tidal.com> Date: Mon Sep 14 16:12:18 2020 +0200 Goreleaser + GH workflows commit e857b66 Author: Paul Rondeau <paulrondeau07@gmail.com> Date: Tue Jan 14 06:04:11 2020 -0800 added dash to allowable application name regex (armory-io#41) commit d503979 Author: Damian Myerscough <dmyerscough@users.noreply.github.com> Date: Thu Nov 28 14:40:59 2019 -0800 Fix Terraform syntax (armory-io#34) commit 2559f91 Author: Damian Myerscough <dmyerscough@users.noreply.github.com> Date: Thu Nov 28 14:40:08 2019 -0800 Fix Apache Thrift location (armory-io#33) commit 73e60f5 Author: Bishwa Shrestha <bishwa.shrestha@gmail.com> Date: Thu Nov 28 23:37:44 2019 +0100 Add validation for spinnaker application name (armory-io#37)
- Loading branch information
Gunter Grodotzki
committed
Sep 18, 2020
1 parent
9189ab3
commit d478898
Showing
11 changed files
with
145 additions
and
321 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,14 @@ | ||
module github.com/armory-io/terraform-provider-spinnaker | ||
module github.com/tidal-engineering/terraform-provider-spinnaker | ||
|
||
go 1.12 | ||
go 1.14 | ||
|
||
require ( | ||
cloud.google.com/go v0.37.4 // indirect | ||
github.com/ghodss/yaml v1.0.0 | ||
github.com/hashicorp/terraform v0.12.0 | ||
github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d // indirect | ||
github.com/hashicorp/terraform-plugin-sdk v1.7.0 | ||
github.com/mitchellh/mapstructure v1.1.2 | ||
github.com/spf13/pflag v1.0.3 | ||
github.com/spinnaker/spin v0.0.0-20190530150642-535d2dc1b985 | ||
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550 // indirect | ||
) | ||
|
||
replace git.apache.org/thrift.git => github.com/apache/thrift v0.0.0-20180902110319-2566ecd5d999 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters