Azure
Subscription
Azure Subscription
Attributes
Regions regions
type: []string
The regions infrastructure can be provisioned into.
Services services
type: []string
The services to allow access to.
Tags tags
type: map[string]string
Tags to add to the subscription.
Users that will be created within the subscription.
Service Principals that will be created within the subscription.
TenantID tenant_id
type: string
Output parameters
SubscriptionID subscription_id
type: string
Computed Attributes
These attributes are computed when the config is parsed and applied, and are therefore only known at parsetime or runtime.
Meta ID meta.id
string
The full ID of the resource e.g. `resource.type.name`. This is computed from the full resource path:
Meta Type meta.type
string
The type of the resource. This taken from the type label of the resource definition.
Meta Name meta.name
string
The name of the resource. This taken from the name label of the resource definition.
User
Azure User
Attributes
Name name
required
type: string
The username of the user.
Roles roles
type: []string
The roles that will be assigned to the user.
UserID user_id
type: string
Output parameters
Username username
type: string
Password password
type: string
Computed Attributes
These attributes are computed when the config is parsed and applied, and are therefore only known at parsetime or runtime.
ServicePrincipal
Azure Service Principal
Attributes
Name name
required
type: string
The name of the service principal.
Roles roles
type: []string
The roles that will be assigned to the service principal.
ServicePrincipalID service_principal_id
type: string
Output parameters
AppID app_id
type: string
Password password
type: string
Computed Attributes
These attributes are computed when the config is parsed and applied, and are therefore only known at parsetime or runtime.
Last updated