Skip to content

Commit

Permalink
Merge pull request #5208 from terraform-providers/f-aws_storagegatewa…
Browse files Browse the repository at this point in the history
…y_gateway

New Resource: aws_storagegateway_gateway
  • Loading branch information
bflad committed Jul 18, 2018
2 parents 0747473 + 34773b5 commit 91218e0
Show file tree
Hide file tree
Showing 9 changed files with 1,015 additions and 441 deletions.
3 changes: 3 additions & 0 deletions aws/config.go
Expand Up @@ -90,6 +90,7 @@ import (
"github.com/aws/aws-sdk-go/service/sns"
"github.com/aws/aws-sdk-go/service/sqs"
"github.com/aws/aws-sdk-go/service/ssm"
"github.com/aws/aws-sdk-go/service/storagegateway"
"github.com/aws/aws-sdk-go/service/sts"
"github.com/aws/aws-sdk-go/service/swf"
"github.com/aws/aws-sdk-go/service/waf"
Expand Down Expand Up @@ -224,6 +225,7 @@ type AWSClient struct {
sdconn *servicediscovery.ServiceDiscovery
sfnconn *sfn.SFN
ssmconn *ssm.SSM
storagegatewayconn *storagegateway.StorageGateway
swfconn *swf.SWF
wafconn *waf.WAF
wafregionalconn *wafregional.WAFRegional
Expand Down Expand Up @@ -521,6 +523,7 @@ func (c *Config) Client() (interface{}, error) {
client.snsconn = sns.New(awsSnsSess)
client.sqsconn = sqs.New(awsSqsSess)
client.ssmconn = ssm.New(awsSsmSess)
client.storagegatewayconn = storagegateway.New(sess)
client.swfconn = swf.New(sess)
client.wafconn = waf.New(sess)
client.wafregionalconn = wafregional.New(sess)
Expand Down
94 changes: 0 additions & 94 deletions aws/data_source_aws_storagegateway_gateway_activation_key.go

This file was deleted.

203 changes: 0 additions & 203 deletions aws/data_source_aws_storagegateway_gateway_activation_key_test.go

This file was deleted.

0 comments on commit 91218e0

Please sign in to comment.