tfe_saml_settings

Use this resource to create, update and destroy SAML Settings. It applies only to Terraform Enterprise and requires admin token configuration. See example usage for incorporating an admin token in your provider config.

Example Usage

Basic usage for SAML Settings:

provider "tfe" {
  hostname = var.hostname
  token    = var.admin_token
}

resource "tfe_saml_settings" "this" {
  idp_cert         = "foobarCertificate"
  slo_endpoint_url = "https://example.com/slo_endpoint_url"
  sso_endpoint_url = "https://example.com/sso_endpoint_url"
 }

Argument Reference

The following arguments are supported:

Attributes Reference

Import

SAML Settings can be imported.

terraform import tfe_saml_settings.this saml