Skip to content

Latest commit

 

History

History
49 lines (37 loc) · 1.79 KB

File metadata and controls

49 lines (37 loc) · 1.79 KB
page_title subcategory description
citrix_cloud_google_identity_provider Resource - citrix
Citrix Cloud
Manages a Citrix Cloud Google Cloud Identity Provider instance.

citrix_cloud_google_identity_provider (Resource)

Manages a Citrix Cloud Google Cloud Identity Provider instance.

Example Usage

resource "citrix_cloud_google_identity_provider" "example_google_idp" {
    name              = "example Google idp"
    auth_domain_name  = "exampleAuthDomain"
    client_email      = var.example_google_idp_client_email
    private_key       = var.example_google_idp_private_key
    impersonated_user = var.example_google_idp_impersonated_user
}

Schema

Required

  • auth_domain_name (String) User authentication domain name for Google Cloud Identity Provider.
  • client_email (String) Email of the Google client for configuring Google Cloud Identity Provider.
  • impersonated_user (String, Sensitive) Impersonated user for configuring Google Cloud Identity Provider.
  • name (String) Name of the Citrix Cloud Google Cloud Identity Provider instance.
  • private_key (String, Sensitive) Private key of the Google Cloud Identity Provider.

Read-Only

  • google_customer_id (String) Customer ID of the configured Google Cloud Identity Provider.
  • google_domain (String) Domain of the configured Google Cloud Identity Provider.
  • id (String) ID of the Citrix Cloud Google Cloud Identity Provider instance.

Import

Import is supported using the following syntax:

# Citrix Cloud Google Identity Provider can be imported by specifying the ID
terraform import citrix_cloud_google_identity_provider.example_google_idp 00000000-0000-0000-0000-000000000000