terraform-provider-azuread:Azure Active Directory的Terraform提供程序

时间:2024-02-22 21:03:04
【文件属性】:

文件名称:terraform-provider-azuread:Azure Active Directory的Terraform提供程序

文件大小:6.49MB

文件格式:ZIP

更新时间:2024-02-22 21:03:04

azure terraform azure-active-directory terraform-provider azuread

Azure Active Directory的Terraform Provider 注意:此提供程序的1.0版及更高版本需要Terraform 0.12或更高版本。 ( ) 使用范例 # Configure the Azure AD Provider provider "azuread" { version = "~> 1.0.0" # NOTE: Environment Variables can also be used for Service Principal authentication # Terraform also supports authenticating via the Azure CLI too. # see here for more info: https://terraform.io/docs/providers/azuread/ # client_id = "..." # client_secret = "..." # tenant_id = "..." } # Retrieve domain inform


网友评论