aboutsummaryrefslogtreecommitdiffstats
path: root/terraform
Commit message (Collapse)AuthorAgeFilesLines
* work on lambda handler dirctory configHastarTara2024-08-281-0/+7
|
* hotfix: increase lambda timeoutAlex Schofield2024-08-201-0/+3
|
* infra(tf): add ListBucket and GetObject permissionsAlex Schofield2024-08-201-3/+6
|
* infra(tf): force-destroy bucketsAlex Schofield2024-08-201-1/+3
|
* infra(tf): add missing ListObjectsV2 permissionAlex Schofield2024-08-201-1/+2
|
* infra(tf): add resource access for secrets-manager policy docAlex Schofield2024-08-201-1/+1
|
* infra(tf): add secrets manager permissionsAlex Schofield2024-08-201-0/+27
| | | | I feel like what I've done is bad but we'll find out soon.
* fix(tf): re-add separate random_string suffixes in events.tfAlex Schofield2024-08-191-7/+19
|
* fix(tf): lambda permissions should be created before destroyedAlex Schofield2024-08-191-3/+6
|
* fix(tf): correct random_string to random in main.tfAlex Schofield2024-08-191-1/+1
|
* infra(tf): add version constraint for random in main.tfAlex Schofield2024-08-191-0/+4
|
* infra(tf): remove unused declaration in vars.tfAlex Schofield2024-08-191-5/+0
|
* docs(tf): remove redundant commentsAlex Schofield2024-08-191-9/+9
|
* infra(tf): remove repetitive suffix resources in events.tfAlex Schofield2024-08-191-19/+7
|
* docs(tf): improve legibility of events.tf sectionsAlex Schofield2024-08-191-1/+16
|
* infra(tf): add versioning to lambda_code_bucketAlex Schofield2024-08-191-0/+7
|
* infra(tf): experimental - add versioning to protect against accidental ↵Alex Schofield2024-08-191-0/+15
| | | | deletes/overwrites"
* docs(tf): correct lambda bucket name tagAlex Schofield2024-08-191-1/+1
|
* docs(tf): improve legibility of s3.tf sectionsAlex Schofield2024-08-191-3/+12
|
* chore(tf): add tags to s3 bucketsAlex Schofield2024-08-191-0/+10
|
* infra(tf): add md5/source_code_hash checks for lambda layerAlex Schofield2024-08-191-0/+2
|
* docs(tf): add information about layer zip creationAlex Schofield2024-08-191-0/+2
|
* infra(tf): only create layer zip if doesn't existAlex Schofield2024-08-191-5/+11
|
* refactor(tf): move sections in lambda.tf for better readabilityAlex Schofield2024-08-191-32/+37
|
* style(tf): improve legibility of lambda.tf sectionsAlex Schofield2024-08-191-4/+16
|
* infra(tf): add state file encryptionAlex Schofield2024-08-191-3/+4
|
* chore(tf): replace static tag values in main.tf with variablesAlex Schofield2024-08-192-4/+24
|
* infra(tf): enforce version constraint on terraformAlex Schofield2024-08-191-0/+1
|
* infra(tf): remove rds.tfAlex Schofield2024-08-191-70/+0
|
* fix(tf): fix permissions for bucket/object accessAlex Schofield2024-08-191-2/+15
|
* chore(tf): remove unused requirements variableAlex Schofield2024-08-191-5/+4
|
* fix(tf): correct s3_bucket value for lambda_layerAlex Schofield2024-08-191-1/+1
|
* fix(tf): correct layer.zip output pathAlex Schofield2024-08-191-3/+3
|
* infra(tf): remove lambda layer dev referenceAlex Schofield2024-08-191-5/+0
|
* infra(tf): modify variables & remove past zip creationAlex Schofield2024-08-191-4/+3
|
* style: remove redundant commentAlex Schofield2024-08-191-6/+2
|
* layers block update, function resources to inlcude attributes: layers, ↵Ang Bel2024-08-192-31/+44
| | | | correct handler and source_code_hash
* test(fx): fix prepare_layer - brokenAlex Schofield2024-08-161-7/+6
|
* chore(tf): remove dummy username/passwordAlex Schofield2024-08-161-12/+2
| | | | sorry hackers!
* infra(tf): re-add code that creates layer zipAlex Schofield2024-08-161-12/+12
|
* infra(tf): add version constraints for null and archiveAlex Schofield2024-08-161-0/+8
|
* infra[tf] update lambda extract doesnt work yetHastarTara2024-08-161-4/+4
|
* comment out rds.tf to increases tf speedEllie2024-08-161-69/+69
|
* add lambda layerEllie2024-08-161-0/+35
|
* fix(tf): resolve naming issues with resourcesAlex Schofield2024-08-152-22/+24
|
* Merge branch 'development' into feature/iam.tfAlex2024-08-152-0/+83
|\
| * Merge branch 'development' into feature/terraform-additional-functionalitybulve-ad2024-08-133-20/+170
| |\
| * | rds.tf file with some placehodlers. Additional set up is requiredAng Bel2024-08-133-0/+162
| | |
* | | fix(tf): create lambda zips before referencingAlex Schofield2024-08-151-6/+21
| | |
* | | fix(infra/tf): add unique id to permissionsAlex Schofield2024-08-151-11/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | This was done to resolve issues with `ResourceConflictException` - add random_string resources for every lambda permission to add as suffixes - also add lifecycle options to force recreation whenever the random strings change
git.ajschof.me — hosted by ajschofield — powered by cgit