This data source provides Amqp Static Account available to the user.What is Static Account
data "alicloud_amqp_static_accounts" "default" {
instance_id = "amqp-cn-0ju2y01zs001"
}
output "alicloud_amqp_static_account_example_id" {
value = data.alicloud_amqp_static_accounts.default.accounts.0.id
}
The following arguments are supported:
ids
- (Optional, ForceNew, Computed) The key
of the resource supplied above.The value is formulated as <instance_id>:<access_key>
.instance_id
- (ForceNew, Optional) InstanceIdoutput_file
- (Optional) File name where to save data source results (after running terraform plan
).The following attributes are exported in addition to the arguments listed above:
accounts
- A list of Static Account Entries. Each element contains the following attributes:
id
- The key
of the resource supplied above.The value is formulated as <instance_id>:<access_key>
.access_key
- Access key.create_time
- Create time stamp. Unix timestamp, to millisecond level.instance_id
- Amqp instance ID.master_uid
- The ID of the user's primary account.password
- Static password.user_name
- Static username.