pingidentity / terraform-provider-pingone

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

Support creation of trials enabled environments #849

Closed patrickcping closed 4 months ago

patrickcping commented 5 months ago

Change Description

Required SDK Upgrades

Testing Shell Command

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

Testing Results

Expand Results ```shell === RUN TestAccEnvironment_RemovalDrift === PAUSE TestAccEnvironment_RemovalDrift === RUN TestAccEnvironment_Full === PAUSE TestAccEnvironment_Full === RUN TestAccEnvironment_Minimal === PAUSE TestAccEnvironment_Minimal === RUN TestAccEnvironment_NonCompatibleRegion === PAUSE TestAccEnvironment_NonCompatibleRegion === RUN TestAccEnvironment_EnvironmentTypeSwitching === PAUSE TestAccEnvironment_EnvironmentTypeSwitching === RUN TestAccEnvironment_ServiceSwitching === PAUSE TestAccEnvironment_ServiceSwitching === RUN TestAccEnvironment_Services === PAUSE TestAccEnvironment_Services === RUN TestAccEnvironment_ServicesTags === PAUSE TestAccEnvironment_ServicesTags === RUN TestAccEnvironment_BadParameters === PAUSE TestAccEnvironment_BadParameters === CONT TestAccEnvironment_RemovalDrift === CONT TestAccEnvironment_ServiceSwitching === CONT TestAccEnvironment_ServicesTags === CONT TestAccEnvironment_BadParameters === CONT TestAccEnvironment_NonCompatibleRegion === CONT TestAccEnvironment_EnvironmentTypeSwitching === CONT TestAccEnvironment_Services === CONT TestAccEnvironment_Full === CONT TestAccEnvironment_Minimal === NAME TestAccEnvironment_ServicesTags acctest.go:107: Skipping feature flag test. Flag required: "DAVINCI" --- SKIP: TestAccEnvironment_ServicesTags (0.00s) --- PASS: TestAccEnvironment_NonCompatibleRegion (2.59s) --- PASS: TestAccEnvironment_RemovalDrift (5.92s) --- PASS: TestAccEnvironment_Minimal (6.81s) --- PASS: TestAccEnvironment_BadParameters (7.41s) --- PASS: TestAccEnvironment_EnvironmentTypeSwitching (8.66s) --- PASS: TestAccEnvironment_ServiceSwitching (11.34s) --- PASS: TestAccEnvironment_Full (13.89s) --- PASS: TestAccEnvironment_Services (18.75s) PASS ok github.com/pingidentity/terraform-provider-pingone/internal/service/base 20.456s ```