Skip to content

Commit

Permalink
doc updates
Browse files Browse the repository at this point in the history
  • Loading branch information
techBeck03 committed Apr 7, 2021
1 parent 7a0b923 commit 4d41265
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ To use this provider you will need the `hostname`, `username`, and `password` at

```terraform
provider "infoblox" {
url = "https://infoblox.example.com"
username = "admin"
password = "password"
hostname = "infoblox.example.com"
username = "admin"
password = "password"
disable_tls_verification = true
orchestrator_extensible_attributes = {
Orchestrator = jsonencode({
Expand Down

0 comments on commit 4d41265

Please sign in to comment.