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_notification_template_content` schema upgrader v0 to v1 #877

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 ^TestAccNotificationTemplateContent_ github.com/pingidentity/terraform-provider-pingone/internal/service/base

Testing Results

Expand Results ```shell === RUN TestAccNotificationTemplateContent_RemovalDrift === PAUSE TestAccNotificationTemplateContent_RemovalDrift === RUN TestAccNotificationTemplateContent_OverrideDefaultLocale === PAUSE TestAccNotificationTemplateContent_OverrideDefaultLocale === RUN TestAccNotificationTemplateContent_NewLocale === PAUSE TestAccNotificationTemplateContent_NewLocale === RUN TestAccNotificationTemplateContent_NewVariant === PAUSE TestAccNotificationTemplateContent_NewVariant === RUN TestAccNotificationTemplateContent_ChangeVariant === PAUSE TestAccNotificationTemplateContent_ChangeVariant === RUN TestAccNotificationTemplateContent_InvalidData === PAUSE TestAccNotificationTemplateContent_InvalidData === RUN TestAccNotificationTemplateContent_Email === PAUSE TestAccNotificationTemplateContent_Email === RUN TestAccNotificationTemplateContent_Push === PAUSE TestAccNotificationTemplateContent_Push === RUN TestAccNotificationTemplateContent_SMS === PAUSE TestAccNotificationTemplateContent_SMS === RUN TestAccNotificationTemplateContent_Voice === PAUSE TestAccNotificationTemplateContent_Voice === RUN TestAccNotificationTemplateContent_BadParameters === PAUSE TestAccNotificationTemplateContent_BadParameters === CONT TestAccNotificationTemplateContent_RemovalDrift === CONT TestAccNotificationTemplateContent_Email === CONT TestAccNotificationTemplateContent_NewVariant === CONT TestAccNotificationTemplateContent_NewLocale === CONT TestAccNotificationTemplateContent_InvalidData === CONT TestAccNotificationTemplateContent_ChangeVariant === CONT TestAccNotificationTemplateContent_BadParameters === CONT TestAccNotificationTemplateContent_OverrideDefaultLocale === CONT TestAccNotificationTemplateContent_SMS === CONT TestAccNotificationTemplateContent_Push === CONT TestAccNotificationTemplateContent_Voice --- PASS: TestAccNotificationTemplateContent_InvalidData (39.28s) --- PASS: TestAccNotificationTemplateContent_BadParameters (44.69s) --- PASS: TestAccNotificationTemplateContent_RemovalDrift (55.67s) --- PASS: TestAccNotificationTemplateContent_NewVariant (87.98s) --- PASS: TestAccNotificationTemplateContent_OverrideDefaultLocale (88.58s) --- PASS: TestAccNotificationTemplateContent_ChangeVariant (103.90s) --- PASS: TestAccNotificationTemplateContent_NewLocale (128.32s) --- PASS: TestAccNotificationTemplateContent_Email (145.01s) --- PASS: TestAccNotificationTemplateContent_Voice (184.69s) --- PASS: TestAccNotificationTemplateContent_Push (184.71s) --- PASS: TestAccNotificationTemplateContent_SMS (185.25s) PASS ok github.com/pingidentity/terraform-provider-pingone/internal/service/base 186.902s ```