Skip to content

Commit

Permalink
fix resource policy external name
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 2583c39 commit 0847d9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion config/externalname.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ var TerraformPluginFrameworkExternalNameConfigs = map[string]config.ExternalName
// dynamodb
//
// DynamoDB table resource policy can be important using the DynamoDB resource identifier
"aws_dynamodb_resource_policy": config.IdentifierFromProvider,
"aws_dynamodb_resource_policy": config.TemplatedStringAsIdentifier("name", "arn:aws:dynamodb:{{ .setup.configuration.region }}:{{ .setup.client_metadata.account_id }}:table/{{ .external_name }}"),

// CodeGuru Profiler
// Profiling Group can be imported using the the profiling group name
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0847d9f

Please sign in to comment.