8000 chore: add tagging to future AMI builds · robeng1/postgres@a99c539 · GitHub
[go: up one dir, main page]

Skip to content

Commit a99c539

Browse files
committed
chore: add tagging to future AMI builds
1 parent 5e93e87 commit a99c539

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

amazon.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"region": "ap-southeast-1",
66
"ami_regions": "ap-southeast-1",
77
"ami": "ami-0f7719e8b7ba25c61",
8+
"environment": "testing",
89
"ansible_arguments": "--skip-tags,update-only"
910
},
1011
"builders": [{
@@ -17,6 +18,10 @@
1718
"instance_type": "m5.2xlarge",
1819
"ssh_username": "ubuntu",
1920
"ami_name": "supabase-postgres-0.13.0",
21+
"tags":{
22+
"environment":"{{user `environment`}}",
23+
"appType":"postgres"
24+
},
2025
"launch_block_device_mappings": [
2126
{
2227
"device_name": "/dev/sda1",

0 commit comments

Comments
 (0)
0