Skip to content

Commit

Permalink
Add missing enclosing characters
Browse files Browse the repository at this point in the history
  • Loading branch information
nunoalima committed Oct 7, 2022
1 parent 5cf8815 commit b8ac3f6
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions examples/resources/nexus_security_saml/resource.tf
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
resource "nexus_security_saml" "example" {
idp_metadata = "<EntityDescriptor ...>...</EntityDescriptor>"
entity_id = "http://nexus.example/service/rest/v1/security/saml/metadata"
validate_response_signature = true
validate_assertion_signature = true
username_attribute = "username"
first_name_attribute = "firstName"
last_name_attribute = "lastName
email_attribute = "email
groups_attribute = "groups"
idp_metadata = "<EntityDescriptor ...>...</EntityDescriptor>"
entity_id = "http://nexus.example/service/rest/v1/security/saml/metadata"
validate_response_signature = true
validate_assertion_signature = true
username_attribute = "username"
first_name_attribute = "firstName"
last_name_attribute = "lastName"
email_attribute = "email"
groups_attribute = "groups"
}

0 comments on commit b8ac3f6

Please sign in to comment.