Skip to content

Commit 93f79d5

Browse files
committed
feat: add meshstack_building_block_definition
1 parent c3cbfd3 commit 93f79d5

29 files changed

+3254
-1
lines changed

.golangci.yml

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

0 commit comments

Comments
 (0)