We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43a9008 commit d8322dcCopy full SHA for d8322dc
README.md
@@ -241,10 +241,10 @@ terraform {
241
}
242
243
provider "axonops" {
244
- api_key = var.axonops_api_key
245
- axonops_protocol = "https"
246
- axonops_host = "axonops.example.com"
247
- org_id = "my-organization"
+ api_key = var.axonops_api_key
+ org_id = "my-organization"
+ # axonops_host defaults to dash.axonops.cloud/<org_id>
+ # token_type defaults to Bearer
248
249
250
# Create a topic
0 commit comments