pingidentity / terraform-provider-pingone

Terraform PingOne provider
https://registry.terraform.io/providers/pingidentity/pingone/
Mozilla Public License 2.0
13 stars 5 forks source link

`resource/pingone_schema_attribute`: Add data loss protection validation #879

Closed patrickcping closed 3 months ago

patrickcping commented 3 months ago

Change Description

Required SDK Upgrades

N/a

Testing Shell Command

TF_ACC=1 go test -v -timeout 1200s -run ^TestAccSchemaAttribute_ github.com/pingidentity/terraform-provider-pingone/internal/service/sso

Testing Results

Expand Results ```shell === RUN TestAccSchemaAttribute_RemovalDrift === PAUSE TestAccSchemaAttribute_RemovalDrift === RUN TestAccSchemaAttribute_NewEnv === PAUSE TestAccSchemaAttribute_NewEnv === RUN TestAccSchemaAttribute_String === PAUSE TestAccSchemaAttribute_String === RUN TestAccSchemaAttribute_StringEnumeratedValues === PAUSE TestAccSchemaAttribute_StringEnumeratedValues === RUN TestAccSchemaAttribute_StringRegexValidation === PAUSE TestAccSchemaAttribute_StringRegexValidation === RUN TestAccSchemaAttribute_StringParameterCombinations === PAUSE TestAccSchemaAttribute_StringParameterCombinations === RUN TestAccSchemaAttribute_JSON === PAUSE TestAccSchemaAttribute_JSON === RUN TestAccSchemaAttribute_JSONInvalidAttrs === PAUSE TestAccSchemaAttribute_JSONInvalidAttrs === RUN TestAccSchemaAttribute_JSONParameterCombinations === PAUSE TestAccSchemaAttribute_JSONParameterCombinations === RUN TestAccSchemaAttribute_BadParameters === PAUSE TestAccSchemaAttribute_BadParameters === RUN TestAccSchemaAttribute_DLP === PAUSE TestAccSchemaAttribute_DLP === CONT TestAccSchemaAttribute_RemovalDrift === CONT TestAccSchemaAttribute_JSON === CONT TestAccSchemaAttribute_BadParameters === CONT TestAccSchemaAttribute_DLP === CONT TestAccSchemaAttribute_JSONParameterCombinations === CONT TestAccSchemaAttribute_JSONInvalidAttrs === CONT TestAccSchemaAttribute_StringRegexValidation === CONT TestAccSchemaAttribute_StringParameterCombinations === CONT TestAccSchemaAttribute_NewEnv === CONT TestAccSchemaAttribute_String === CONT TestAccSchemaAttribute_StringEnumeratedValues --- PASS: TestAccSchemaAttribute_JSONInvalidAttrs (2.14s) --- PASS: TestAccSchemaAttribute_BadParameters (10.87s) --- PASS: TestAccSchemaAttribute_StringEnumeratedValues (13.69s) --- PASS: TestAccSchemaAttribute_JSONParameterCombinations (13.92s) --- PASS: TestAccSchemaAttribute_DLP (24.28s) --- PASS: TestAccSchemaAttribute_StringParameterCombinations (25.07s) --- PASS: TestAccSchemaAttribute_JSON (26.94s) --- PASS: TestAccSchemaAttribute_String (27.01s) --- PASS: TestAccSchemaAttribute_StringRegexValidation (27.21s) --- PASS: TestAccSchemaAttribute_NewEnv (41.63s) --- PASS: TestAccSchemaAttribute_RemovalDrift (48.52s) PASS ok github.com/pingidentity/terraform-provider-pingone/internal/service/sso 50.255s ```