Skip to content

Commit d8322dc

Browse files
Karl Sorensenninjasftw
authored andcommitted
Updated readme with defaults
1 parent 43a9008 commit d8322dc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -241,10 +241,10 @@ terraform {
241241
}
242242
243243
provider "axonops" {
244-
api_key = var.axonops_api_key
245-
axonops_protocol = "https"
246-
axonops_host = "axonops.example.com"
247-
org_id = "my-organization"
244+
api_key = var.axonops_api_key
245+
org_id = "my-organization"
246+
# axonops_host defaults to dash.axonops.cloud/<org_id>
247+
# token_type defaults to Bearer
248248
}
249249
250250
# Create a topic

0 commit comments

Comments
 (0)