We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 693c15e commit 30cca03Copy full SHA for 30cca03
1 file changed
docs/index.md
@@ -15,4 +15,9 @@ provider "awx" {
15
16
## Argument Reference
17
18
-* List any arguments for the provider **block.**
+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