XenitAB / terraform-provider-pal

The Partner Admin Link (PAL) provider provides a way to link a Azure Service Principal to a partner account.
https://registry.terraform.io/providers/XenitAB/pal/latest
MIT License
4 stars 3 forks source link

Example code not working #10

Open Jacintopc opened 1 month ago

Jacintopc commented 1 month ago
  1. the example code has naming errors, please solve them.
  2. After running the code, the PAL code is supposed to be in the "link to a partner ID" page of the portal.
Jacintopc commented 1 month ago

resource "pal_management_partner" "this" { tenant_id = data.azurerm_subscription.current.tenant_id client_id = azuread_service_principal.this.client_id client_secret = random_password.this.result partner_id = var.partner_id }