Skip to content

Commit 5a76cec

Browse files
committed
Sets hasNoPreExistingResource on aws_cognito_log_delivery_configuration
1 parent 11d6dac commit 5a76cec

File tree

2 files changed

+1
-60
lines changed

2 files changed

+1
-60
lines changed

internal/service/cognitoidp/log_delivery_configuration.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ import (
3434
// @Testing(existsType="github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider/types;awstypes;awstypes.LogDeliveryConfigurationType")
3535
// @Testing(importStateIdFunc="testAccLogDeliveryConfigurationImportStateIdFunc")
3636
// @Testing(importStateIdAttribute="user_pool_id")
37-
// @Testing(preIdentityVersion="v6.3.0")
37+
// @Testing(hasNoPreExistingResource=true)
3838
func newLogDeliveryConfigurationResource(context.Context) (resource.ResourceWithConfigure, error) {
3939
r := &logDeliveryConfigurationResource{}
4040
return r, nil

internal/service/cognitoidp/log_delivery_configuration_identity_gen_test.go

Lines changed: 0 additions & 59 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)