We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dda031 commit 57eb439Copy full SHA for 57eb439
.windsurf/rules
@@ -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