Skip to content

Latest commit

 

History

History
79 lines (65 loc) · 6.27 KB

README.md

File metadata and controls

79 lines (65 loc) · 6.27 KB

Requirements

Name Version
terraform >= 0.15

Providers

Name Version
null 3.0.0

Modules

No modules.

Resources

Name Type
null_resource.run_packer_aws resource
null_resource.run_packer_azure resource
null_resource.run_packer_google resource

Inputs

Name Description Type Default Required
build_image_name n/a string n/a yes
apps_bin_versions n/a string "../ansible/roles/hc_stack_apps/defaults/main.yml" no
aws_access_key n/a string "" no
aws_instance_type n/a string "t3.small" no
aws_region n/a string "eu-central-1" no
aws_secret_key n/a string "" no
azure_client_id n/a string null no
azure_client_secret n/a string null no
azure_subscription_id n/a string null no
azure_target_resource_group n/a string "caravan-images" no
base_image_ocid n/a string null no
bastion_host n/a string null no
bastion_private_key_file n/a string null no
bastion_username n/a string null no
build_machine_type n/a string "n1-standard-1" no
build_on_aws n/a bool false no
build_on_azure n/a bool false no
build_on_google n/a bool false no
build_on_oci n/a bool false no
build_region n/a string "us-central1" no
build_zone n/a string "us-central1-a" no
builds Which packer build artefacts to produce list(string)
[
"caravan..enterprise",
"caravan.
.opensource"
]
no
dummy_ip n/a string "192.168.0.1" no
google_account_file n/a string null no
google_firewall_name n/a string "default" no
google_network_name n/a string "default" no
google_project_id n/a string "" no
google_subnetwork_name n/a string "default" no
hc_bin_versions n/a string "../ansible/roles/hc_stack_install/defaults/main.yml" no
install_nomad n/a bool true no
nameservers n/a list(string)
[
"169.254.169.254"
]
no
oci_artifacts_bucket n/a string "artifacts" no
oci_compartment_ocid n/a string null no
oci_profile n/a string "POCIMAGE" no
oci_subnet_ocid n/a string null no
pkg_list n/a list(string)
[
"wget",
"unzip",
"jq",
"dnsmasq",
"openjdk-8-jdk",
"java-1.8.0-openjdk",
"bind-utils",
"tcpdump"
]
no
preload_artifacts n/a string null no
preload_artifacts_base_url n/a string null no
proxy n/a string null no
skip_packer_build n/a bool false no

Outputs

Name Description
installed_versions List of each component and version.