Skip to content

Commit

Permalink
update example
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennizz committed Sep 24, 2024
1 parent 8ee00a9 commit 33565f8
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@ module "controller_init" {
source = "terraform-aviatrix-modules/controller-init/aviatrix"
version = "v1.0.0"
avx_controller_public_ip = "1.2.3.4"
avx_controller_private_ip = "10.1.1.123"
avx_controller_admin_email = "admin@domain.com"
avx_controller_admin_password = "mysecurepassword"
aviatrix_customer_id = "aviatrix-abu-123456"
}
```

Expand Down Expand Up @@ -43,3 +47,6 @@ key | description
:---|:---
\<keyname> | \<description of object that will be returned in this output>




0 comments on commit 33565f8

Please sign in to comment.