Skip to content

Commit f636ca0

Browse files
committed
Fix identity source sequence test data
1 parent 501cf59 commit f636ca0

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

docs/resources/identity_source_sequence.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ resource "ise_identity_source_sequence" "example" {
1717
name = "Sequence1"
1818
description = "My identity source sequence"
1919
break_on_store_fail = true
20-
certificate_authentication_profile = "Global_Certificate"
20+
certificate_authentication_profile = "Preloaded_Certificate_Profile"
2121
identity_sources = [
2222
{
2323
name = "Internal Users"

examples/resources/ise_identity_source_sequence/resource.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ resource "ise_identity_source_sequence" "example" {
22
name = "Sequence1"
33
description = "My identity source sequence"
44
break_on_store_fail = true
5-
certificate_authentication_profile = "Global_Certificate"
5+
certificate_authentication_profile = "Preloaded_Certificate_Profile"
66
identity_sources = [
77
{
88
name = "Internal Users"

gen/definitions/identity_source_sequence.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ attributes:
2626
type: String
2727
mandatory: true
2828
description: Certificate Authentication Profile, empty if doesn't exist
29-
example: Global_Certificate
29+
example: Preloaded_Certificate_Profile
3030
- model_name: idSeqItem
3131
data_path: [IdStoreSequence]
3232
tf_name: identity_sources

internal/provider/data_source_ise_identity_source_sequence_test.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

internal/provider/resource_ise_identity_source_sequence_test.go

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)