Provides details about a specific CodeCommit Approval Rule Template.
data "aws_codecommit_approval_rule_template" "example" {
name = "MyExampleApprovalRuleTemplate"
}
This data source supports the following arguments:
name
- (Required) Name for the approval rule template. This needs to be less than 100 characters.This data source exports the following attributes in addition to the arguments above:
approval_rule_template_id
- The ID of the approval rule template.content
- Content of the approval rule template.creation_date
- Date the approval rule template was created, in RFC3339 format.description
- Description of the approval rule template.last_modified_date
- Date the approval rule template was most recently changed, in RFC3339 format.last_modified_user
- ARN of the user who made the most recent changes to the approval rule template.rule_content_sha256
- SHA-256 hash signature for the content of the approval rule template.