Commit graph

33 commits

Author SHA1 Message Date
Conor McManus
225b116df0 Remove workspace var. can be replaced with internal variable terraform.workspace 2023-03-27 14:23:50 +02:00
Conor McManus
c97850e916 Remove shared creds file 2023-01-24 17:14:05 +01:00
Conor McManus
57045656b3 Fix check on env vars 2023-01-24 14:44:49 +01:00
conor
0b3f3068e4 Fix closing bracket 2019-11-13 12:04:41 +01:00
conor
d3f44bb7ec -e flag now uses default aws creds file location. This is because of issues around allowing the terraform backend chunk finding creds in a non-default location 2019-11-13 11:58:37 +01:00
conor
a72d1c1c01 Add exclusion to adding project prefix to default workspace 2019-11-13 11:34:51 +01:00
Simon Arnold
ea9bc944c9 Rough separation of modules and added top level tests to main logic method 2019-10-29 21:32:35 +01:00
spengreb
052384ceec Revert back to replacing default credentials due to issues with getting the correct statefile 2019-08-30 16:22:52 +02:00
spengreb
41a422e0bc Add exception for env vars to use _ 2019-08-30 15:35:19 +02:00
spengreb
9fac2103c5 Change logic for checking if dir is a git dir. 2019-08-30 13:40:14 +02:00
conor
a7e03157b3 Change default workspace to default instead of qa 2019-08-19 15:39:47 +02:00
conor
58785c2c46 Fix for using _ vs - 2019-08-15 17:32:45 +02:00
conor
126099b363 -p flag now works with creds file 2019-08-01 11:01:45 +02:00
conor
250f1b83d6 A little error handling 2019-07-29 15:01:15 +02:00
conor
b6d8d623df Add verbose mode and flag for project prefix in env vars 2019-07-17 10:15:21 +02:00
conor
8bff7443d5 Changed -p flag to be -n for neutralize for stoppping atmos from doing var appending 2019-07-17 09:34:14 +02:00
conor
dc5ba48990 Atmos will use its own credentials file 2019-07-16 17:12:34 +02:00
conor
6bcd68e410 Update -p flag description to be accurate 2019-07-16 13:09:32 +02:00
conor
e3f5688ee4 Flip the order of where tf commands happen. This appears to be more stable behaviour 2019-06-12 15:55:01 +02:00
conor
f12fd7b2f3 Master branch will try to get default.tfvars 2019-06-11 13:11:50 +02:00
Conor.McManus
288a8382a1 remove debug prints 2019-04-18 14:31:50 +02:00
Conor.McManus
0b432cd88a Add override to turn off automatically switching workspace 2019-04-17 11:44:14 +02:00
Conor.McManus
ccccfda839 Change -t to -e 2019-04-17 10:59:30 +02:00
Conor.McManus
5985e6ffc9 Add workspace manager to lock git branch with workspace 2019-04-17 10:53:05 +02:00
Conor.McManus
49c7760afa Bug fix for templatingnot working 2019-04-15 16:38:32 +02:00
Conor.McManus
1b4ffc81c6 Remove unused import 2019-04-15 15:43:24 +02:00
Conor.McManus
a095a988fd Add documentation 2019-04-15 15:39:43 +02:00
Conor.McManus
7f6d282cda Remove unneeded print 2019-04-15 15:24:05 +02:00
Conor.McManus
34b7449141 Add -t flag to use environment vars to generate credetials file. 2019-04-15 15:15:39 +02:00
Conor.McManus
de77b18511 Add workspace profile support 2019-04-10 15:40:04 +02:00
Conor.McManus
7052e91861 Work out valid envs from vars folder. Handle no workspace scenario 2019-04-10 13:47:03 +02:00
Conor.McManus
9ff0f37356 Atmos v.1 2019-04-10 12:00:01 +02:00
Conor.McManus
6b0d8d0974 Initial commit 2019-04-09 16:54:28 +02:00