saltext.azurerm.states.azurerm_compute_availability_set#
Azure Resource Manager Compute Availability Set State Module
New in version 2.1.0.
- maintainer:
- maturity:
new
- platform:
linux
- configuration:
This module requires Azure Resource Manager credentials to be passed as a dictionary of keyword arguments to the
connection_authparameter in order to work properly. Since the authentication parameters are sensitive, it’s recommended to pass them to the states via pillar.Required provider parameters:
- if using username and password:
subscription_idusernamepassword
- if using a service principal:
subscription_idtenantclient_idsecret
- if using managed identity:
subscription_id
Optional provider parameters:
cloud_environment: Used to point the cloud driver to different API endpoints, such as Azure GovCloud.
Possible values: *
AZURE_PUBLIC_CLOUD(default) *AZURE_CHINA_CLOUD*AZURE_US_GOV_CLOUD*AZURE_GERMAN_CLOUDExample acct setup for Azure Resource Manager authentication:
azurerm: default: subscription_id: 3287abc8-f98a-c678-3bde-326766fd3617 tenant: ABCDEFAB-1234-ABCD-1234-ABCDEFABCDEF client_id: ABCDEFAB-1234-ABCD-1234-ABCDEFABCDEF secret: XXXXXXXXXXXXXXXXXXXXXXXX cloud_environment: AZURE_PUBLIC_CLOUD user_pass_auth: subscription_id: 3287abc8-f98a-c678-3bde-326766fd3617 username: fletch password: 123pass
Functions
|
New in version 2019.2.0. |
|
New in version 2.1.0. |