-
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.
Merge pull request #5 from Scalr/feature/SCALRCORE-16085
SCALRCORE-16085 Add created-by to workspace res and data source
- Loading branch information
Showing
9 changed files
with
75 additions
and
39 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
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,14 +1,13 @@ | ||
module github.com/scalr/terraform-provider-scalr | ||
|
||
require ( | ||
github.com/hashicorp/go-hclog v0.0.0-20190109152822-4783caec6f2e // indirect | ||
github.com/hashicorp/go-version v1.2.0 | ||
github.com/hashicorp/hcl v0.0.0-20180404174102-ef8a98b0bbce | ||
github.com/hashicorp/terraform v0.12.0 | ||
github.com/hashicorp/terraform-svchost v0.0.0-20191011084731-65d371908596 | ||
github.com/logrusorgru/aurora v0.0.0-20200102142835-e9ef32dff381 // indirect | ||
github.com/scalr/go-tfe v0.3.31-0.20200508174800-8c75b5daa29b | ||
github.com/terraform-providers/terraform-provider-tfe v0.11.4 | ||
github.com/urfave/cli/v2 v2.2.0 // indirect | ||
github.com/mitchellh/go-homedir v1.1.0 // indirect | ||
github.com/scalr/go-tfe v0.3.31-0.20200623115601-a17754fc9156 | ||
) | ||
|
||
go 1.13 |
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