Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
austinvalle committed Jan 16, 2025
1 parent 966b32d commit 71e3ac9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ import (

func TestRefinementProducerResource_basic_pre_1_3(t *testing.T) {
resource.UnitTest(t, resource.TestCase{
// This test runs against earlier Terraform versions to ensure provider-returned refinements don't cause unexpected issues (core should ignore them)
// This test runs against earlier Terraform versions to ensure provider-returned refinements
// don't cause unexpected issues (core should ignore them)
TerraformVersionChecks: []tfversion.TerraformVersionCheck{
// Terraform 1.2 and older treat the entire output value as unknown
tfversion.SkipAbove(tfversion.Version1_2_0),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ import (

func TestRefinementProducerResource_basic_pre_1_3(t *testing.T) {
resource.UnitTest(t, resource.TestCase{
// This test runs against earlier Terraform versions to ensure provider-returned refinements don't cause unexpected issues (core should ignore them)
// This test runs against earlier Terraform versions to ensure provider-returned refinements
// don't cause unexpected issues (core should ignore them)
TerraformVersionChecks: []tfversion.TerraformVersionCheck{
// Terraform 1.2 and older treat the entire output value as unknown
tfversion.SkipAbove(tfversion.Version1_2_0),
Expand Down

0 comments on commit 71e3ac9

Please sign in to comment.