Skip to content

Commit

Permalink
Put example for controller_addresses (#36)
Browse files Browse the repository at this point in the history
Signed-off-by: Babak K. Shandiz <[email protected]>
  • Loading branch information
babakks authored May 2, 2024
1 parent fbee4a2 commit 693feb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion how-to/use_terraform.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Now create a file called ``main.tf`` with the following content:
}
provider "juju" {
controller_addresses = "<address of your controller>"
controller_addresses = "<address of your controller>" # (e.g., "jimm:443")
client_id = "<clientID>"
client_secret = "<clientSecret>"
Expand Down

0 comments on commit 693feb0

Please sign in to comment.