Mustafa Babil
7e1099ec2d
Merge branch 'jmccann:master' into feature/fmt-recursive
3 years ago
Jacob McCann
24156d51b0
version: 8.3-1.0.2
4 years ago
Jacob McCann
a9ccc6dcaf
Merge pull request #129 from josmo/terraform-1.0.0
update to terraform 1.0.0
4 years ago
Jacob McCann
34c2b93e0f
version: 8.3-0.15.1
4 years ago
Jacob McCann
5e52bffbe7
Merge pull request #130 from tonglil/patch-1
Remove -lock and -lock-timeout for terraform init
4 years ago
Jacob McCann
649199ed5a
version: 8.2-0.15.1
4 years ago
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.
4 years ago
Mustafa Babil
05a1a6f476
added recursive flag to fmt
4 years ago
Joachim Hill-Grannec
52d681822a
update to terraform 1.0.0
4 years ago
Jacob McCann
4efa5651dc
Merge pull request #128 from rodush/master
fix: -force is deprecated, use -auto-approve to delete in tf15
4 years ago
Roman Dushko
c2449db94b
fix: unit tests for tf destroy (use -auto-approve)
4 years ago
Roman Dushko
4fc3bd0b79
fix: -force is deprecated, use -auto-approve to delete in tf15
4 years ago
Jacob McCann
3ae33f0742
version: 8.1-0.15.1
4 years ago
Jacob McCann
9c70f4058d
Merge pull request #120 from jdamata/master
add the -refresh option to plan and apply
4 years ago
Jacob McCann
a479008091
feat: tf 0.15.1
4 years ago
Jacob McCann
b2761c0faa
feat: tf 0.14.11
4 years ago
Jacob McCann
8aeffe8905
docs: release notes
4 years ago
Jacob McCann
0aaa68a801
feat: embedded tf 0.13.2
4 years ago
Jacob McCann
a7192f53a3
Merge pull request #121 from josmo/terraform-0.13.1
update to latest 0.13.1 terraform version
4 years ago
Joachim Hill-Grannec
f9372bbe7c
update to latest 0.13.1 terraform version
4 years ago
Joel Damata
079b8769d1
rename to disable_refrsh
4 years ago
Joel Damata
10db279a6d
add the -refresh option to plan and apply
4 years ago
Jacob McCann
f7a19b2770
Merge pull request #111 from jlehtimaki/add_curl_package
Add curl binary to the image
4 years ago
Jacob McCann
bf50eb9e7c
chore: update CHANGELOG.md
5 years ago
Jacob McCann
622a656a5e
refactor: test for generated commands
5 years ago
Jacob McCann
103adbbb05
bugfix: update goblin
5 years ago
Neemias Junior
0fcb773369
refactoring plugin_test.go
5 years ago
Neemias Junior
731f1c021f
adding credsSet test
5 years ago
Neemias Junior
6b83517cbd
godotenv to v1.3.0
5 years ago
Neemias Junior
5876dd5a26
returning true only when all credentials are set
5 years ago
Neemias Junior
8d8f5c4d78
verifying the credentials before assumeRole fn
5 years ago
Neemias Junior
efe3702937
revert godotenv.Load to main.go
5 years ago
Neemias Junior
22f9a710f1
Loading credentials from env_file parameter
5 years ago
Joonas Lehtimäki
ea8e85f13b
Add curl binary to the image
5 years ago
Jacob McCann
5ce27e882f
chore: update CHANGELOG.md
5 years ago
Jacob McCann
0cea4e7cfc
feat: terraform 0.12.20
5 years ago
Jacob McCann
7a608300b1
Merge pull request #109 from sgerrand/patch-1
Dockerfile tweaks
5 years ago
Sasha Gerrand
76b6fa2c76
Use Alpine Linux 3.11
Alpine Linux 3.11 was released in December 2019.
5 years ago
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.
5 years ago
Sasha Gerrand
4e7e2d8963
Remove extraneous command
The WORKDIR command which follows does the same thing.
https://docs.docker.com/engine/reference/builder/#workdir
5 years ago
Jacob McCann
af5e3b5f2a
chore: update CHANGELOG.md
5 years ago
Jacob McCann
8c253a190d
chore: version bump tf to 0.12.16
5 years ago
Jacob McCann
17dc452961
chore: linting
5 years ago
Jacob McCann
04fa44b4b6
chore: linting
5 years ago
Jacob McCann
37cb01baae
chore: cleanup whitespace
5 years ago
Gurarpit Singh
077032840d
Update plugin.go
5 years ago
Gurarpit Singh
f5fab045b2
Update plugin_test.go
5 years ago
Gurarpit Singh
9649375dd1
Update test
5 years ago
Gurarpit Singh
2d6f1b5b9e
add additional tfvalidate tests
5 years ago
Gurarpit Singh
839bd22410
fix tfValidate case
5 years ago