foreman_katello_content_credential¶
Content Credentials are used to store credentials like GPG Keys and Certificates for the authentication to Products / Repositories.
Example Usage¶
# Autogenerated example with required keys
data "foreman_katello_content_credential" "example" {
name = "RPM-GPG-KEY-centos7"
}
Argument Reference¶
The following arguments are supported:
name
- (Required) Identifier of the content credential.
Attributes Reference¶
The following attributes are exported:
content
- Public key block in DER encoding or certificate content.name
- Identifier of the content credential.