powerflex_resource_credential (Data Source)
This datasource is used to read the Resource Credential entity of the PowerFlex Array. This feature is only supported for PowerFlex 4.5 and above.
After the successful execution of above said block, we can see the output by executing terraform output
command. Also, we can fetch information via the variable: data.powerflex_resource_credential.datasource_block_name.attribute_name
where datasource_block_name is the name of the data source block and attribute_name is the attribute which user wants to fetch.
Schema
Optional
filter
(Block, Optional) (see below for nested schema)
Read-Only
id
(String) default datasource idresource_credential_details
(Attributes List) List of Resource Credentials (see below for nested schema)
Nested Schema for filter
Optional:
created_by
(Set of String) List of created_bycreated_date
(Set of String) List of created_datedomain
(Set of String) List of domainid
(Set of String) List of idlabel
(Set of String) List of labeltype
(Set of String) List of typeupdated_by
(Set of String) List of updated_byupdated_date
(Set of String) List of updated_dateusername
(Set of String) List of username
Nested Schema for resource_credential_details
Read-Only:
created_by
(String) Who the Resource Credential was created bycreated_date
(String) Resource Credential created datedomain
(String) Resource Credential domainid
(String) Unique identifier of the resource credential instance.label
(String) Resource Credential labeltype
(String) Resource Credential typeupdated_by
(String) Who the Resource Credential was last updated byupdated_date
(String) Resource Credential updated dateusername
(String) Resource Credential username