We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9181025 commit c6ec0c8Copy full SHA for c6ec0c8
README.md
@@ -15,7 +15,7 @@ which terraform aws kubectl helm
15
- `cd netbox-lab`
16
- `terraform init`
17
- `cp terraform.tfvars.example terraform.tfvars`
18
-- edit your nbe license id into `terraform.tfvars`
+- edit `terraform.tfvars` to add your nbe license id and define your region
19
- `terraform apply`
20
- wait ~12 minutes
21
- click the output links
terraform.tfvars.example
@@ -1,5 +1,5 @@
1
aws_region = "us-east-1"
2
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"
+nbe_console_password = "6chars"
+nbe_admin_password = "12characters"
+postgres_password = "yesql123"
0 commit comments