You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+6-5
Original file line number
Diff line number
Diff line change
@@ -3,11 +3,12 @@
3
3
## Contributing
4
4
5
5
1. Fork it
6
-
3. Create your feature branch (`git checkout -b my-new-feature`)
7
-
4. Commit your changes (`git commit -am 'Add some feature'`)
8
-
5. Ensure you have added suitable tests and the test suite is passing
9
-
8. Push the branch (`git push origin my-new-feature`)
10
-
9. Create a new Pull Request
6
+
2. Create your feature branch (`git checkout -b my-new-feature`)
7
+
3. Commit your changes (`git commit -am 'Add some feature'`)
8
+
4. Ensure you have added suitable tests and the test suite is passing
9
+
5. Ensure that `tfplugindocs` has been run and that the Ably Terraform provider documentation is up to date. Terraform Plugin Docs tool is available [HERE](https://github.com/hashicorp/terraform-plugin-docs)
10
+
6. Push the branch (`git push origin my-new-feature`)
-`capabilities` (Map of Set of String) The capabilities that this key has. More information on capabilities can be found in the [Ably documentation](https://ably.com/docs/core-features/authentication#capabilities-explained)
34
34
-`name` (String) The name for your API key. This is a friendly name for your reference.
35
35
36
+
### Optional
37
+
38
+
-`revocable_tokens` (Boolean) Allow tokens issued by this key to be revoked. More information on Token Revocation can be found in the [Ably documentation](https://ably.com/docs/auth/revocation)
39
+
36
40
### Read-Only
37
41
38
42
-`created` (Number) Enforce TLS for all connections. This setting overrides any channel setting.
0 commit comments