Use this data source to get information about all private registry GPG keys of an organization.
data "tfe_registry_gpg_keys" "all" {
organization = "my-org-name"
}
The following arguments are supported:
organization
- (Optional) Name of the organization. If omitted, organization must be defined in the provider config.keys
- List of GPG keys in the organization. Each element contains the following attributes:
id
- ID of the GPG key.organization
- Name of the organization.ascii_armor
- ASCII-armored representation of the GPG key.created_at
- The time when the GPG key was created.updated_at
- The time when the GPG key was last updated.