Skip to content

Commit

Permalink
Merge branch 'cloudetc-feature/resource-aws-sagemaker-model'
Browse files Browse the repository at this point in the history
  • Loading branch information
bflad committed Feb 7, 2019
2 parents bfb31b4 + 8b5b5e3 commit 1bfe6c2
Show file tree
Hide file tree
Showing 7 changed files with 1,256 additions and 20 deletions.
2 changes: 1 addition & 1 deletion aws/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ import (
"github.com/aws/aws-sdk-go/service/worklink"
"github.com/aws/aws-sdk-go/service/workspaces"
"github.com/davecgh/go-spew/spew"
"github.com/hashicorp/go-cleanhttp"
cleanhttp "github.com/hashicorp/go-cleanhttp"
"github.com/hashicorp/terraform/helper/logging"
"github.com/hashicorp/terraform/terraform"
)
Expand Down
1 change: 1 addition & 0 deletions aws/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -615,6 +615,7 @@ func Provider() terraform.ResourceProvider {
"aws_route_table": resourceAwsRouteTable(),
"aws_default_route_table": resourceAwsDefaultRouteTable(),
"aws_route_table_association": resourceAwsRouteTableAssociation(),
"aws_sagemaker_model": resourceAwsSagemakerModel(),
"aws_secretsmanager_secret": resourceAwsSecretsManagerSecret(),
"aws_secretsmanager_secret_version": resourceAwsSecretsManagerSecretVersion(),
"aws_ses_active_receipt_rule_set": resourceAwsSesActiveReceiptRuleSet(),
Expand Down
Loading

0 comments on commit 1bfe6c2

Please sign in to comment.