rebase before landing
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Jun 10 2024
rebase
Jun 8 2024
consistent newlines
review feedback
Jun 7 2024
include web wasm
fix prior update
rebase
remove availability zones
rebase
rebase
to be removed but zones should be included in the terraform variables for this diff
For the AWS RDS configuration, I used 75% of DBInstanceClassMemory which I believe is just the RAM.
Jun 6 2024
review feedback
In D12324#350437, @bartek wrote:Two comments here:
- When using one of "default" filenames (I recall terraform.tfvars), you don't have to use the -var-file="secrets.tfvars" arg
- It's a good practice to commit terraform.tfvars.example (while gitignoring actual terraform.tfvars) with example variables (usually required ones, that don't have defaults in variables.tf). This file can be copied and renamed by individual users.
What do you think?
add comment: 256 MiB: (1024 * 1024 * 256)
Was thinking similar to the dev folder, we can create a simple run.sh script with:
terraform init
Jun 5 2024
additional configuration options
rebase before land
refactor with proper igw routes
Jun 4 2024
add subnet
Jun 3 2024
In D12253#349092, @tomek wrote:Depends on https://phab.comm.dev/D12249
Setting a dependency on the URL doesn't work - we have to use just the diff id D12249
May 31 2024
review feedback
May 30 2024
May 24 2024
use set for constant time lookups
May 23 2024
review feedkback
May 22 2024
Planning changes to address review feedback
May 21 2024
May 20 2024
review feedback
May 19 2024
May 16 2024
The rust looks good to me