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 ff35622 commit 92b8a0aCopy full SHA for 92b8a0a
.github/workflows/stackql-deploy.yml
@@ -23,10 +23,6 @@ jobs:
23
with:
24
python-version: '3.10'
25
26
- - name: Install stackql-deploy
27
- shell: bash
28
- run: pip install -q stackql-deploy pyyaml || { echo "pip install failed"; exit 1; }
29
-
30
- name: Print StackQL Deploy Info
31
uses: stackql/[email protected]
32
@@ -40,4 +36,4 @@ jobs:
40
36
stack_env: 'dev'
41
37
env_vars: 'AWS_REGION=us-east-1'
42
38
show_queries: 'true'
43
- log_level: 'debug'
39
+ # log_level: 'debug'
aws-stack/stackql_manifest.yml
@@ -121,7 +121,7 @@ resources:
121
- name: instance_name
122
value: "{{ stack_name }}-{{ stack_env }}-instance"
123
- name: ami_id
124
- value: ami-030a5acd7c996ef60
+ value: ami-012967cc5a8c9f891
125
- name: instance_type
126
value: t2.micro
127
- name: instance_subnet_id
0 commit comments