0
0
mirror of https://github.com/thegeeklab/wp-opentofu.git synced 2024-06-02 18:39:41 +02:00
Commit Graph

262 Commits

Author SHA1 Message Date
4aa972e38e
fix: add back parsing for fmt_option and init_option (#13) 2024-02-07 20:32:15 +01:00
641b83d579
docs: add missing test command (#11) 2024-02-07 13:56:06 +01:00
9785aac2c6
fix: add dependencies required by tofu or providers (#10) 2024-02-07 13:48:35 +01:00
renovate[bot]
8f9221028e
fix(deps): update module github.com/rs/zerolog to v1.32.0 (#9)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-02-07 13:34:04 +01:00
3481dbc61a
fix: fix setup for custom tofu versions (#8) 2024-02-07 13:17:58 +01:00
f819abd64b
chore: improve no_log handling for commands (#7) 2024-02-07 13:17:49 +01:00
4ec61ecbff
harmonize container image refs and use fqin 2024-02-07 09:40:55 +01:00
1a93881a53
fix: apply no_log option only to sensitive commands (#4) 2024-02-06 10:41:11 +01:00
renovate[bot]
88744f2ca2
chore(deps): update dependency opentofu/opentofu to v1.6.1 (#2)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-02-06 09:41:46 +01:00
0664b0c672
fix docs parameter data file 2024-02-05 22:11:50 +01:00
78f1517e36
fix spellcheck 2024-02-05 21:55:11 +01:00
4ae4474734
fix duplicate flag name 2024-02-05 21:50:41 +01:00
a49e7d7f18
fix cmd subdir name 2024-02-05 21:45:02 +01:00
f77411bb97
test renovate auto updates 2024-02-05 21:41:51 +01:00
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