We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7abe395 commit 31d8146Copy full SHA for 31d8146
.gitignore
@@ -10,3 +10,4 @@ secrets.env
10
# ignore some things terraform could produce in the examples
11
.terraform
12
terraform.tfstate*
13
+vendor
go.mod
@@ -5,8 +5,7 @@ go 1.16
5
require (
6
github.com/aws/aws-sdk-go v1.28.5 // indirect
7
github.com/fatih/color v1.9.0 // indirect
8
- github.com/hashicorp/go-uuid v1.0.2 // indirect
9
- github.com/hashicorp/terraform-plugin-sdk/v2 v2.4.3
+ github.com/hashicorp/terraform-plugin-sdk/v2 v2.10.1
github.com/hashicorp/yamux v0.0.0-20190923154419-df201c70410d // indirect
github.com/oklog/run v1.1.0 // indirect
)
0 commit comments