3 строки
78 B
Terraform
3 строки
78 B
Terraform
|
output "account_id" {
|
||
|
value = data.azurerm_client_config.current.client_id
|
||
|
}
|