Skip to content

Commit c6ec0c8

Browse files
committed
lol the llm didnt like my default passwords
1 parent 9181025 commit c6ec0c8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ which terraform aws kubectl helm
1515
- `cd netbox-lab`
1616
- `terraform init`
1717
- `cp terraform.tfvars.example terraform.tfvars`
18-
- edit your nbe license id into `terraform.tfvars`
18+
- edit `terraform.tfvars` to add your nbe license id and define your region
1919
- `terraform apply`
2020
- wait ~12 minutes
2121
- click the output links

terraform.tfvars.example

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
aws_region = "us-east-1"
22
nbe_token = "your-nbe-token"
3-
nbe_console_password = "your-console-password"
4-
nbe_admin_password = "your-admin-password"
5-
postgres_password = "your-postgres-password"
3+
nbe_console_password = "6chars"
4+
nbe_admin_password = "12characters"
5+
postgres_password = "yesql123"

0 commit comments

Comments
 (0)