File tree 1 file changed +8
-5
lines changed
1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ locals {
42
42
deployment_version = data. ec_stack . latest . version
43
43
44
44
ess_region = coalesce (var. ess_region , " gcp-us-east1" )
45
- deployment_template_id = coalesce (var. deployment_template_id , " gcp-cpu -optimized" )
45
+ deployment_template_id = coalesce (var. deployment_template_id , " gcp-storage -optimized" )
46
46
}
47
47
48
48
# If we have defined a stack version, validate that this version exists on that region and return it.
@@ -59,17 +59,19 @@ resource "ec_deployment" "integration-testing" {
59
59
version = local. deployment_version
60
60
61
61
elasticsearch = {
62
- autoscale = false
62
+ autoscale = false
63
+ instance_configuration_id = " gcp.es.datahot.n2.68x10x45"
63
64
64
65
hot = {
65
66
autoscaling = {}
66
- size = " 4g "
67
+ size = " 8g "
67
68
zone_count = 1
68
69
}
69
70
}
70
71
kibana = {
71
- size = " 1g"
72
- zone_count = 1
72
+ size = " 1g"
73
+ zone_count = 1
74
+ instance_configuration_id = " gcp.kibana.n2.68x32x45"
73
75
config = {
74
76
user_settings_json = jsonencode ({
75
77
" xpack.fleet.enableExperimental" = [" agentTamperProtectionEnabled" ]
@@ -80,6 +82,7 @@ resource "ec_deployment" "integration-testing" {
80
82
}
81
83
82
84
integrations_server = {
85
+ instance_configuration_id = " gcp.integrationsserver.n2.68x32x45"
83
86
topology = {
84
87
size = " 1g"
85
88
zone_count = 1
You can’t perform that action at this time.
0 commit comments