Container Registry Token
Creates and manages IonosCloud Container Registry Token.
Manages an Container Registry Token on IonosCloud.
Example Usage
Argument Reference
The following arguments are supported:
name
- (Required)[string] The name of the container registry token. Immutable, update forces re-creation of the resource.expiry-date
- (Optional)[string] The value must be supplied as ISO 8601 timestampscopes
- (Optional)[map]actions
- (Required)[string] Example: ["pull", "push", "delete"]name
- (Required)[string]type
- (Required)[string]
status
- (Optional)[string] Must have on of the values:enabled
,disabled
save_password_to_file
- (Optional)[string] Saves token password to file. Only works on create. Takes as argument a file name, or a file path
⚠ WARNING
save_password_to_file
must be used with caution. It will save the password(token) returned on create to a file. This is the only way to get the token.
Import
Resource Container Registry Token can be imported using the container registry id
and resource id
, e.g.
Last updated