Skip to content

Commit 091e2e4

Browse files
committed
feat: add meshstack_building_block_definition
1 parent 866c044 commit 091e2e4

27 files changed

+3249
-1
lines changed

.golangci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ linters:
7676
- github.com/meshcloud/terraform-provider-meshstack/internal
7777
- github.com/hashicorp/terraform-plugin-framework/
7878
- github.com/hashicorp/terraform-plugin-sdk/v2/helper/retry
79+
- github.com/hashicorp/terraform-plugin-framework-jsontypes/jsontypes # for 'any' value support
7980
- github.com/hashicorp/terraform-plugin-framework-validators
8081
- github.com/hashicorp/terraform-plugin-go
8182
- github.com/hashicorp/terraform-plugin-log
@@ -94,6 +95,7 @@ linters:
9495
- $gostd
9596
- github.com/meshcloud/terraform-provider-meshstack # any packages are included in tests
9697
- github.com/hashicorp/terraform-plugin-testing
98+
- github.com/hashicorp/terraform-plugin-framework/diag
9799
- github.com/stretchr/testify
98100
types:
99101
files:

0 commit comments

Comments
 (0)