forked from zsrtp/tp-ghidra-server
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathghidra-server.tf
More file actions
15 lines (15 loc) · 823 Bytes
/
ghidra-server.tf
File metadata and controls
15 lines (15 loc) · 823 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
module "ghidra" {
source = "git::https://github.com/pheenoh/ghidra-terraform-module.git?ref=1.1.3"
aws_region = "us-east-2"
aws_create_networking = false
aws_subnet_id = "subnet-0936e10d4096f910b"
aws_create_dns_record = true
aws_dns_zone_name = "tpgz.io"
aws_dns_record_name = "ghidra"
aws_instance_type = "t3.medium"
max_java_heap_size = 2048
ghidra_uri_override = "https://pheenoh-tp-community.s3.us-east-2.amazonaws.com/ghidra_10.2_DEV_20221002_linux_x86_64.zip"
ghidra_zip_file_name = "ghidra_10.2_DEV_20221002_linux_x86_64.zip"
ghidra_extract_folder_name = "ghidra_10.2_DEV"
java_download_uri = "https://corretto.aws/downloads/latest/amazon-corretto-17-x64-linux-jdk.tar.gz"
}