Skip to content

Commit 30cca03

Browse files
authored
docs: add arguments documentation for provider (#5)
Explicit the arguments list. Mostly to document the 'insecure' argument.
1 parent 693c15e commit 30cca03

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

docs/index.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,9 @@ provider "awx" {
1515

1616
## Argument Reference
1717

18-
* List any arguments for the provider **block.**
18+
The following arguments are supported:
19+
20+
* `hostname` - (Optional) The API endpoint for AWX. Defaults to `"http://localhost"`.
21+
* `username` - (Optional) The username for API access. Defaults to `"admin"`.
22+
* `password` - (Optional) The password for API access. Defaults to `"password"`.
23+
* `insecure` - (Optional) Whether to check the TLS certificate. Defaults to `false`.

0 commit comments

Comments
 (0)