WIP: feat(infra): introduce Terranix #145
No reviewers
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: DGNum/infrastructure#145
Loading…
Reference in a new issue
No description provided.
Delete branch "declarative-buckets"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
TODO:
Blocker: garage_key_bucket and garage_global_alias cannot be imported via our provider, I need to fix this and maybe also fix automatic refresh.
Signed-off-by: Ryan Lahfa ryan@dgnum.eu
feat(infra): introduce Terranixto WIP:ù feat(infra): introduce TerranixWIP:ù feat(infra): introduce Terranixto WIP: feat(infra): introduce Terranix@ -67,9 +67,16 @@ let
commitizen.enable = true;
};
};
terranixConfig = import "${sources.terranix}/core" {
Please add a newline
@ -70,3 +76,4 @@
in
{
inherit terranixConfigFile terranixConfig;
Newline also after the inherit
@ -0,0 +4,4 @@
# endpoints.
#
# Note: currently requires the user to provide AWS_ACCESS_KEY_ID as well as
# AWS_SECRET_ACCESS_KEY in their environment variables.
TODO(one day): Add a .credentials directory, with age encrypted files that can be decrypted when entering the shell
let's do it now
done!
@ -0,0 +12,4 @@
bucket = "monorepo-terraform-state";
key = "state";
# It's just a dump Garage server, don't try to be smart.
dumb*
@ -0,0 +20,4 @@
};
};
garage_key = { };
garage_bucket_key = { };
??
it's just to showcase how to use it
terraform won't delete things it doesn't know about FYI
ed50bab459
to483bf93d26
483bf93d26
toa1ace67cbd
a1ace67cbd
to0acececb31
0acececb31
tod5e7ea14e7
d5e7ea14e7
to2a89984ad6
2a89984ad6
toa37d83c418
a37d83c418
to5a14c63ba5
5a14c63ba5
to2ce8c125d4
2ce8c125d4
to822b4f3b83
Ce serait tip top de rajouter un poil de documentation sur comment se servir de terraform
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.