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

`data-source/pingone_license`: Migrated to plugin framework #894

Closed patrickcping closed 4 months ago

patrickcping commented 4 months ago

Change Description

Required SDK Upgrades

N/a

Testing Shell Command

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

Testing Results

Expand Results ```shell === RUN TestAccLicenseDataSource_ByIDFull === PAUSE TestAccLicenseDataSource_ByIDFull === RUN TestAccLicenseDataSource_NotFound === PAUSE TestAccLicenseDataSource_NotFound === CONT TestAccLicenseDataSource_ByIDFull === CONT TestAccLicenseDataSource_NotFound --- PASS: TestAccLicenseDataSource_NotFound (1.31s) --- PASS: TestAccLicenseDataSource_ByIDFull (3.24s) PASS ok github.com/pingidentity/terraform-provider-pingone/internal/service/base 5.222s ```