Skip to content

Commit

Permalink
Fix identity source sequence test data
Browse files Browse the repository at this point in the history
  • Loading branch information
danischm committed Apr 10, 2024
1 parent 501cf59 commit f636ca0
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/resources/identity_source_sequence.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ resource "ise_identity_source_sequence" "example" {
name = "Sequence1"
description = "My identity source sequence"
break_on_store_fail = true
certificate_authentication_profile = "Global_Certificate"
certificate_authentication_profile = "Preloaded_Certificate_Profile"
identity_sources = [
{
name = "Internal Users"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ resource "ise_identity_source_sequence" "example" {
name = "Sequence1"
description = "My identity source sequence"
break_on_store_fail = true
certificate_authentication_profile = "Global_Certificate"
certificate_authentication_profile = "Preloaded_Certificate_Profile"
identity_sources = [
{
name = "Internal Users"
Expand Down
2 changes: 1 addition & 1 deletion gen/definitions/identity_source_sequence.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ attributes:
type: String
mandatory: true
description: Certificate Authentication Profile, empty if doesn't exist
example: Global_Certificate
example: Preloaded_Certificate_Profile
- model_name: idSeqItem
data_path: [IdStoreSequence]
tf_name: identity_sources
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f636ca0

Please sign in to comment.