Skip to content

User

Azure User

resource "azure_subscription" "name" {
user "name" {
...
}
}
Attribute Description
Name name required


type: string
The username of the user.
user "username" {
...
}
Roles roles

type: []string
The roles that will be assigned to the user.
roles = ["Owner"]
UserID user_id

type: string
Output parameters
Username username

type: string
Password password

type: string

These attributes are computed when the config is parsed and applied, and are therefore only known at parsetime or runtime.

Attribute Description