We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d310068 commit 08e0664Copy full SHA for 08e0664
.github/workflows/deploy.yaml
@@ -49,13 +49,13 @@ jobs:
49
env:
50
TF_VAR_vpc_id: ${{ secrets.VPC_ID }}
51
TF_VAR_subnet_ids: ${{ secrets.ES_SUBNET_IDS }}
52
- TF_VAR_assign_public_ip: "false"
+ TF_VAR_assign_public_ip: false
53
TF_VAR_allowed_cidr_blocks: ${{ secrets.VPC_CIDR_BLOCKS }}
54
TF_VAR_elasticsearch_password: ${{ secrets.ELASTICSEARCH_PASSWORD }}
55
- TF_VAR_task_cpu: "1024"
56
- TF_VAR_task_memory: "2048"
57
- TF_VAR_heap_size: "1024"
58
- TF_VAR_enable_service_discovery: "true"
+ TF_VAR_task_cpu: 1024
+ TF_VAR_task_memory: 2048
+ TF_VAR_heap_size: 1024
+ TF_VAR_enable_service_discovery: true
59
60
- name: Wait for Elasticsearch to be ready
61
run: |
0 commit comments