Skip to content

Commit 57eb439

Browse files
committed
Add windsurf rules
1 parent 6dda031 commit 57eb439

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.windsurf/rules

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
* The project is a Terraform provider, written in Golang
2+
* The provider manages Elastic Stack resources
3+
* There is a mix of SDK, and plugin framework resources
4+
* New resources should be written with the Terraform plugin framework
5+
* Plugin framework resources should:
6+
* Follow the example set in /internal/elasticsearch/security/system_user
7+
* Be contained within their own module
8+
* Have the main concepts split across their own files
9+
* Include acceptance tests

0 commit comments

Comments
 (0)