Skip to content

Commit d312206

Browse files
committed
chore: enable s3 dualstack
1 parent feb4c36 commit d312206

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

ansible/tasks/setup-supabase-internal.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@
2929
shell: "/tmp/aws/install --update"
3030
become: true
3131

32+
- name: AWS CLI - configure ipv6 support for s3
33+
shell: |
34+
aws configure set default.s3.use_dualstack_endpoint true
35+
3236
- name: install Vector for logging
3337
become: yes
3438
apt:

common.vars.pkr.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
postgres-version = "15.1.1.2"
1+
postgres-version = "15.1.1.2-rc0"

0 commit comments

Comments
 (0)