forked from newcontext-oss/opencti-terraform
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixed credentials issue; removed account name from Azure; fixed docum…
…entation
- Loading branch information
Colby Goettel
committed
Mar 9, 2021
1 parent
0b3b3c9
commit 2d2e56e
Showing
6 changed files
with
10 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# allowed_ips_application = ["0.0.0.0/0"] | ||
# availability_zone = "us-east-1a" | ||
# instance_type = "t3.2xlarge" | ||
# login_email = "[email protected]" | ||
login_email = "[email protected]" | ||
# region = "us-east-1" | ||
# root_volume_size = 32 | ||
# storage_bucket = "opencti-storage" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
account_name = "Pay-As-You-Go" | ||
account_name = "" | ||
# admin_user = "azureuser" | ||
# location = "eastus" | ||
login_email = "[email protected]" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# credentials = "Not working. Sorry. Manually edit in main.tf" | ||
credentials = "" | ||
# disk_size = 32 | ||
# login_email = "[email protected]" | ||
login_email = "[email protected]" | ||
# machine_type = "e2-standard-8" | ||
project_id = "" | ||
# region = "us-east1" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters