David Sims
5536f790fd
Bug Fix #1403 - Set grade and channel correctly ( #1450 )
...
Signed-off-by: David Sims <simsdj82@gmail.com>
2024-04-09 10:41:35 -04:00
Serdar Dalgıç
7a1d3f3ac1
Add DEBUGGING.md ( #711 )
...
Signed-off-by: Serdar Dalgıç <sd@serdardalgic.org>
Co-authored-by: James Humphries <James@james-humphries.co.uk>
2023-10-25 17:11:12 +02:00
Elbaz
8465827f03
go build
/ go install
should generate tofu
binary (#590 )
2023-09-27 15:37:55 +03:00
Patrick Decat
1ef63b4c92
fix: add opentofu to .gitignore ( #498 )
2023-09-20 16:30:26 +03:00
Patrick Decat
f9e4bd0211
fix(ci): allow disabling licensei checks by env var and cache dependencies license information to avoid GitHub API rate limiting ( #412 )
2023-09-18 15:25:42 +03:00
Patrick Decat
b24c89c4b2
chore: ignore /opentf binary ( #289 )
...
Signed-off-by: Patrick Decat <pdecat@gmail.com>
2023-09-06 02:08:33 -04:00
Marcin Białoń
1b6233617b
Release workflow ( #173 )
...
Signed-off-by: Marcin Białoń <mbialon@spacelift.io>
2023-08-29 11:00:24 +02:00
Alisdair McDiarmid
59c4bc4057
Fix .gitignore terraform entry to be root-relative
2022-05-05 10:24:38 -04:00
Alisdair McDiarmid
125eb51dc4
Remove accidentally-committed binary
...
Also add this path to .gitignore to prevent future mistakes.
2022-05-05 10:14:15 -04:00
Chris Arcand
9e71da61eb
Remove several ignore rules
...
The main purpose of this change is to avoid a problem where new golden
files added to certain directories for test purposes (like .log)
shouldn't be ignored.
Cleaning up a bit more and broadening the definition, this removes
ignore rules for artifacts of Terraform itself (state files, plans).
It's generally not recommended to be using this codebase as your
Terraform working directory anyway; build here, test elsewhere.
2021-09-01 14:37:26 -05:00
tombuildsstuff
bd3cadedbc
ignoring the vendor folder
2020-10-27 19:07:32 +01:00
Pam Selle
6a4cfa18da
Coverage
2020-03-03 13:01:05 -05:00
Radek Simko
5b9f2fafc8
Standardise directory name for test data
2019-06-30 10:16:15 +02:00
Mitchell Hashimoto
3e47bad40a
gitignore should ignore test files that use .terraform/tfstate
2017-01-26 14:33:49 -08:00
Seth Vargo
85d54e62d3
Do not build supporting JS files
...
These files are already included in the bundle
2016-03-22 23:33:40 +02:00
Jacob Severson
c1b373ad5f
Add Github Organization provider.
...
Allows for managing organization membership, teams, team membership, and
team repositories.
2016-03-08 23:06:30 +01:00
Soren Mathiasen
db69a2959b
Added verify command
2016-02-08 12:48:14 +01:00
Paul Hinze
6fe2703665
Vendor all dependencies w/ Godep
...
* Remove `make updatedeps` from Travis build. We'll follow up with more
specific plans around dependency updating in subsequent PRs.
* Update all `make` targets to set `GO15VENDOREXPERIMENT=1` and to
filter out `/vendor/` from `./...` where appropriate.
* Temporarily remove `vet` from the `make test` target until we can
figure out how to get it to not vet `vendor/`. (Initial
experimentation failed to yield the proper incantation.)
Everything is pinned to current master, with the exception of:
* Azure/azure-sdk-for-go which is pinned before the breaking change today
* aws/aws-sdk-go which is pinned to the most recent tag
The documentation still needs to be updated, which we can do in a follow
up PR. The goal here is to unblock release.
2016-01-29 15:08:48 -06:00
Seth Vargo
b49fcba319
Ignore .bundle in website
2016-01-14 16:03:29 -05:00
James Nugent
0375c5a4ab
Ignore .test files generated by some editors
...
Seems like Emacs is generating .test files when saving _test.go files -
we don't need these in the repo.
2015-11-23 10:40:38 +02:00
Mitchell Hashimoto
06f4ac8166
config/module: use go-getter
2015-10-15 13:36:58 -07:00
Rob Zienert
a1939e70f7
Adding ignore_changes lifecycle meta property
2015-10-14 16:34:27 -05:00
Mitchell Hashimoto
6586ce243c
update gitignore so the acceptance test for terraform gets in
2015-05-07 09:59:23 -07:00
Dave Cunningham
6046647f38
Multiple gcp improvements and new resources
2015-01-30 10:32:35 -06:00
Mitchell Hashimoto
5abbde3ac9
config: remove unused files
2015-01-13 10:32:03 -08:00
Mitchell Hashimoto
72e6f97093
terraform: support graphing modules
2014-09-24 17:36:27 -07:00
Mitchell Hashimoto
b569a5d8b6
scripts: build script
2014-07-28 10:54:25 -07:00
Mitchell Hashimoto
d28e5a1638
dos2unix
2014-07-28 10:43:00 -07:00
Mitchell Hashimoto
5957d5e488
website: readme.png
2014-07-28 08:54:09 -07:00
Armon Dadgar
9650542e3d
gitignore updates
2014-07-28 11:07:49 -04:00
Jack Pearkes
263db8ead6
website: fix asset pipeline JS, move grunt into website/ instead of source/
2014-07-28 10:08:29 -04:00
Mitchell Hashimoto
03d233aecc
Ignore the website vagrant dir
2014-07-23 09:05:32 -07:00
Mitchell Hashimoto
1dcefba5c4
config: parser
2014-07-22 15:23:01 -07:00
Mitchell Hashimoto
e476bca29c
Add tfplan to gitignore
2014-07-11 22:05:13 -07:00
Mitchell Hashimoto
23c8350ba4
Add the state to the gitignore
2014-06-19 14:09:03 -07:00
Mitchell Hashimoto
c208d8de66
Ignore the bin dir
2014-05-29 17:51:27 -07:00
Mitchell Hashimoto
a4a4e3784d
Implement CLI, version command
2014-05-24 12:04:43 -07:00
Mitchell Hashimoto
7e06b45232
Default Makefile task should be to test
2014-05-23 17:00:51 -07:00
Mitchell Hashimoto
ec3f72703c
Initial work on config
2014-05-22 16:56:28 -07:00