Skip to content

Commit

Permalink
Merge pull request #26399 from lewinkedrs/drs-replication-configuration
Browse files Browse the repository at this point in the history
New resource: `aws_drs_replication_configuration_template`
  • Loading branch information
YakDriver committed Jun 18, 2024
2 parents e1ff18f + b9bd770 commit a7ea653
Show file tree
Hide file tree
Showing 8 changed files with 876 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .changelog/26399.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:new-resource
aws_drs_replication_configuration_template
```
9 changes: 9 additions & 0 deletions internal/service/drs/exports_test.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0

package drs

// Exports for use in tests only.
var (
FindReplicationConfigurationTemplateByID = findReplicationConfigurationTemplateByID
)
2 changes: 1 addition & 1 deletion internal/service/drs/generate.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0

//go:generate go run ../../generate/tags/main.go -AWSSDKVersion=2 -ListTags -ListTagsInIDElem=ResourceArn -ServiceTagsMap -SkipTypesImp -KVTValues -TagOp=TagResource -TagInIDElem=ResourceArn -UntagOp=UntagResource -CreateTags -ListTags -UpdateTags
//go:generate go run ../../generate/servicepackage/main.go
//go:generate go run ../../generate/tagstests/main.go
// ONLY generate directives and package declaration! Do not add anything else to this file.

package drs
Loading

0 comments on commit a7ea653

Please sign in to comment.