Skip to content

Commit

Permalink
remove whitespace
Browse files Browse the repository at this point in the history
Signed-off-by: Shay Yannay <[email protected]>
  • Loading branch information
ShayYannay authored and turkenf committed Jul 8, 2024
1 parent 82c78f1 commit ab8a8f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/externalname.go
Original file line number Diff line number Diff line change
Expand Up @@ -928,7 +928,7 @@ var TerraformPluginSDKExternalNameConfigs = map[string]config.ExternalName{
// DynamoDB Global Tables can be imported using the global table name
"aws_dynamodb_global_table": config.NameAsIdentifier,
// aws_dynamodb_tag can be imported by using the DynamoDB resource identifier and key, separated by a comma (,)
"aws_dynamodb_tag": config.TemplatedStringAsIdentifier("", "{{ .parameters.resource_arn }},{{ .parameters.key }}"),
"aws_dynamodb_tag": config.TemplatedStringAsIdentifier("", "{{ .parameters.resource_arn }},{{ .parameters.key }}"),

// sns
//
Expand Down

0 comments on commit ab8a8f9

Please sign in to comment.