Commit Graph

301 Commits

Author SHA1 Message Date
Robert Kaussow 4ae4474734
fix duplicate flag name 2024-02-05 21:50:41 +01:00
Robert Kaussow a49e7d7f18
fix cmd subdir name 2024-02-05 21:45:02 +01:00
Robert Kaussow f77411bb97
test renovate auto updates 2024-02-05 21:41:51 +01:00
Robert Kaussow fc8c16ac5e
first commit after fork 2024-02-05 20:44:47 +01:00
Jacob McCann 24156d51b0
version: 8.3-1.0.2 2021-07-09 10:30:55 -05:00
Jacob McCann a9ccc6dcaf
Merge pull request #129 from josmo/terraform-1.0.0
update to terraform 1.0.0
2021-07-09 10:26:15 -05:00
Jacob McCann 34c2b93e0f
version: 8.3-0.15.1 2021-07-09 10:22:48 -05:00
Jacob McCann 5e52bffbe7
Merge pull request #130 from tonglil/patch-1
Remove -lock and -lock-timeout for terraform init
2021-07-09 10:17:41 -05:00
Jacob McCann 649199ed5a
version: 8.2-0.15.1 2021-07-09 10:06:12 -05:00
Tony Li 99c5f3f0b1
remove -lock and -lock-timeout for terraform init
https://www.terraform.io/upgrade-guides/0-15.html#other-minor-command-line-behavior-changes

> The -lock and -lock-timeout options are no longer available for the terraform init command. Locking applies to operations that can potentially change remote objects, to help ensure that two concurrent Terraform processes don't try to run conflicting operations, but terraform init does not interact with any providers in order to possibly effect such changes.
> These options didn't do anything in the terraform init command before, and so you can remove them from any automated calls with no change in behavior.
2021-07-08 11:45:34 -07:00
Joachim Hill-Grannec 52d681822a
update to terraform 1.0.0 2021-06-09 11:38:20 -04:00
Jacob McCann 4efa5651dc
Merge pull request #128 from rodush/master
fix: -force is deprecated, use -auto-approve to delete in tf15
2021-06-02 11:23:21 -05:00
Roman Dushko c2449db94b
fix: unit tests for tf destroy (use -auto-approve) 2021-06-01 16:08:05 +02:00
Roman Dushko 4fc3bd0b79
fix: -force is deprecated, use -auto-approve to delete in tf15 2021-05-21 14:58:59 +02:00
Jacob McCann 3ae33f0742
version: 8.1-0.15.1 2021-04-27 07:50:26 -05:00
Jacob McCann 9c70f4058d
Merge pull request #120 from jdamata/master
add the -refresh option to plan and apply
2021-04-27 07:48:35 -05:00
Jacob McCann a479008091
feat: tf 0.15.1 2021-04-27 07:45:48 -05:00
Jacob McCann b2761c0faa
feat: tf 0.14.11 2021-04-27 07:45:44 -05:00
Jacob McCann 8aeffe8905
docs: release notes 2020-09-11 08:48:48 -05:00
Jacob McCann 0aaa68a801
feat: embedded tf 0.13.2 2020-09-11 08:48:39 -05:00
Jacob McCann a7192f53a3
Merge pull request #121 from josmo/terraform-0.13.1
update to latest 0.13.1 terraform version
2020-09-10 14:30:19 -05:00
Joachim Hill-Grannec f9372bbe7c
update to latest 0.13.1 terraform version 2020-08-28 12:04:05 -07:00
Joel Damata 079b8769d1 rename to disable_refrsh 2020-08-14 16:43:44 -04:00
Joel Damata 10db279a6d add the -refresh option to plan and apply 2020-08-11 15:32:23 -04:00
Jacob McCann f7a19b2770
Merge pull request #111 from jlehtimaki/add_curl_package
Add curl binary to the image
2020-07-30 07:40:58 -05:00
Jacob McCann bf50eb9e7c
chore: update CHANGELOG.md 2020-02-12 10:18:03 -06:00
Jacob McCann 622a656a5e
refactor: test for generated commands 2020-02-12 10:12:03 -06:00
Jacob McCann 103adbbb05
bugfix: update goblin 2020-02-12 10:11:56 -06:00
Neemias Junior 0fcb773369
refactoring plugin_test.go 2020-02-12 10:11:47 -06:00
Neemias Junior 731f1c021f
adding credsSet test 2020-02-12 10:11:47 -06:00
Neemias Junior 6b83517cbd
godotenv to v1.3.0 2020-02-12 10:11:47 -06:00
Neemias Junior 5876dd5a26
returning true only when all credentials are set 2020-02-12 10:11:46 -06:00
Neemias Junior 8d8f5c4d78
verifying the credentials before assumeRole fn 2020-02-12 10:11:46 -06:00
Neemias Junior efe3702937
revert godotenv.Load to main.go 2020-02-12 10:11:46 -06:00
Neemias Junior 22f9a710f1
Loading credentials from env_file parameter 2020-02-12 10:11:11 -06:00
Joonas Lehtimäki ea8e85f13b Add curl binary to the image 2020-02-06 15:59:34 +02:00
Jacob McCann 5ce27e882f
chore: update CHANGELOG.md 2020-02-05 10:54:51 -06:00
Jacob McCann 0cea4e7cfc
feat: terraform 0.12.20 2020-02-05 10:53:27 -06:00
Jacob McCann 7a608300b1
Merge pull request #109 from sgerrand/patch-1
Dockerfile tweaks
2020-02-05 10:49:46 -06:00
Sasha Gerrand 76b6fa2c76
Use Alpine Linux 3.11
Alpine Linux 3.11 was released in December 2019.
2020-01-31 11:19:42 +00:00
Sasha Gerrand ed230eb71a
Install packages without caching
Follows the method used earlier in the file for consistency and means that the apk cache directory doesn't need to be removed.
2020-01-31 11:18:36 +00:00
Sasha Gerrand 4e7e2d8963
Remove extraneous command
The WORKDIR command which follows does the same thing.

https://docs.docker.com/engine/reference/builder/#workdir
2020-01-31 11:16:33 +00:00
Jacob McCann af5e3b5f2a
chore: update CHANGELOG.md 2019-11-26 09:02:01 -06:00
Jacob McCann 8c253a190d
chore: version bump tf to 0.12.16 2019-11-26 09:01:47 -06:00
Jacob McCann 17dc452961
chore: linting 2019-11-26 08:56:24 -06:00
Jacob McCann 04fa44b4b6
chore: linting 2019-11-26 08:55:25 -06:00
Jacob McCann 37cb01baae
chore: cleanup whitespace 2019-11-26 08:51:53 -06:00
Gurarpit Singh 077032840d
Update plugin.go 2019-11-26 08:51:09 -06:00
Gurarpit Singh f5fab045b2
Update plugin_test.go 2019-11-10 00:18:12 +00:00
Gurarpit Singh 9649375dd1
Update test 2019-11-10 00:15:08 +00:00