Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ECETFOptions = &terraform.Options{ TerraformDir: "../../", Vars: map[string]interface{}{ "name": "", "auth_type": "", "auth_token": "", "coordinator_url": "", "elasticsearch": map[string]interface{}{ "version": ESVersion, "cluster_topology": map[string]interface{}{ "zone_count": 1, "memory_per_node": 1024, "node_count_per_zone": 1, "node_type": map[string]string{ "data": "true", "ingest": "true", "master": "true", "ml": "false", }, }, }, }, }
ECETFOptions common terraform options used for unit and integration testing
View Source
var ESVersion = os.Getenv("ELASTIC_VERSION")
ESVersion the version of Elasticsearch to deploy
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.