No description
  • Go 99.7%
  • HCL 0.2%
  • Shell 0.1%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Sarah French 5c8717d62e fix: Remove the @timestamp field from a golden reference, if it's included, before comparison.
Note: until now an undocumented requirement of comparing golden references is that timestamps should be removed from each log line in the fixture.
2026-07-20 18:21:04 +01:00
.changes CHANGELOG 2026-07-10 11:21:02 -04:00
.github build(deps): bump actions/checkout 2026-07-08 15:24:29 +01:00
.release Suppress GO-2026-5932 2026-07-15 12:04:14 +02:00
docs add computed_blocks_allowed 2026-03-27 09:06:30 -04:00
internal fix: Remove the @timestamp field from a golden reference, if it's included, before comparison. 2026-07-20 18:21:04 +01:00
scripts ci: Add (tfdiags.Diagnostics).Append checker to PR checks (#38606) 2026-05-19 10:32:10 +01:00
testing/equivalence-tests Update equivalence test golden files. (#38839) 2026-07-08 10:34:27 -04:00
tools Add policy client and protocol plumbing (#38514) 2026-05-21 13:25:15 +02:00
version Cleanup after 1.16.0-alpha20260715 release 2026-07-16 15:40:24 +02:00
website website: (Re)Move markdown documentation (#37417) 2025-08-11 11:25:18 +02:00
.changie.yaml docs: Change files should reference PR numbers only. (#38663) 2026-06-01 17:14:44 +01:00
.copywrite.hcl copywrite: Set copyright_year to 2014 2026-02-17 13:56:34 +00:00
.git-blame-ignore-revs Add .git-blame-ignore-revs with copyright header commits 2026-02-17 15:18:28 +00:00
.gitignore test: create all edges to leaf cleanup nodes (#37564) 2025-09-09 11:20:56 +02:00
.go-version Bump Go version to 1.26.4 2026-06-05 13:52:38 +02:00
.tfdev Remove revision from version command 2021-01-12 16:35:30 -05:00
BUGPROCESS.md Update BUGPROCESS.md 2023-03-18 17:14:20 -04:00
build.Dockerfile make copyrightfix 2026-02-17 13:56:34 +00:00
BUILDING.md elaborate further on experiments and cgo 2023-07-17 11:56:13 -07:00
catalog-info.yaml make copyrightfix 2026-02-17 13:56:34 +00:00
CHANGELOG.md Cleanup after 1.16.0-alpha20260715 release 2026-07-16 15:40:24 +02:00
checkpoint.go make copyrightfix 2026-02-17 13:56:34 +00:00
CODEOWNERS Update CODEOWNERS for action invocation paths 2026-03-11 13:38:41 -04:00
commands.go command: Implement skeleton for state migrate (#38435) 2026-04-27 16:39:02 +01:00
Dockerfile make copyrightfix 2026-02-17 13:56:34 +00:00
experiments.go make copyrightfix 2026-02-17 13:56:34 +00:00
go.mod backend/oss: Bump github.com/aliyun/aliyun-oss-go-sdk to v2.2.7 2026-07-07 13:59:26 +01:00
go.sum backend/oss: Bump github.com/aliyun/aliyun-oss-go-sdk to v2.2.7 2026-07-07 13:59:26 +01:00
help.go make copyrightfix 2026-02-17 13:56:34 +00:00
LICENSE Update LICENSE punctuation and wording 2026-03-17 17:46:03 +05:30
main.go refactor: Move logic that wraps and alters cli.Ui behaviour to new command/ui package, impacting main.go 2026-07-15 22:45:02 +01:00
main_test.go refactor: Move logic that wraps and alters cli.Ui behaviour to new command/ui package, impacting main.go 2026-07-15 22:45:02 +01:00
Makefile ci: Add (tfdiags.Diagnostics).Append checker to PR checks (#38606) 2026-05-19 10:32:10 +01:00
provider_source.go make copyrightfix 2026-02-17 13:56:34 +00:00
README.md website: (Re)Move markdown documentation (#37417) 2025-08-11 11:25:18 +02:00
signal_unix.go make copyrightfix 2026-02-17 13:56:34 +00:00
signal_windows.go make copyrightfix 2026-02-17 13:56:34 +00:00
staticcheck.conf chore: Bump golang.org/x/crypto dependency, ignore SA4003 linting errors globally (#37901) 2025-11-17 15:01:28 +00:00
telemetry.go Add OTEL tracing to policy implementation 2026-06-23 17:23:42 +02:00
telemetry_test.go Add OTEL tracing to policy implementation 2026-06-23 17:23:42 +02:00
version.go make copyrightfix 2026-02-17 13:56:34 +00:00
working_dir.go make copyrightfix 2026-02-17 13:56:34 +00:00

Terraform

Terraform

Terraform is a tool for building, changing, and versioning infrastructure safely and efficiently. Terraform can manage existing and popular service providers as well as custom in-house solutions.

The key features of Terraform are:

  • Infrastructure as Code: Infrastructure is described using a high-level configuration syntax. This allows a blueprint of your datacenter to be versioned and treated as you would any other code. Additionally, infrastructure can be shared and re-used.

  • Execution Plans: Terraform has a "planning" step where it generates an execution plan. The execution plan shows what Terraform will do when you call apply. This lets you avoid any surprises when Terraform manipulates infrastructure.

  • Resource Graph: Terraform builds a graph of all your resources, and parallelizes the creation and modification of any non-dependent resources. Because of this, Terraform builds infrastructure as efficiently as possible, and operators get insight into dependencies in their infrastructure.

  • Change Automation: Complex changesets can be applied to your infrastructure with minimal human interaction. With the previously mentioned execution plan and resource graph, you know exactly what Terraform will change and in what order, avoiding many possible human errors.

For more information, refer to the What is Terraform? page on the Terraform website.

Getting Started & Documentation

Documentation is available on the Terraform website:

If you're new to Terraform and want to get started creating infrastructure, please check out our Getting Started guides on HashiCorp's learning platform. There are also additional guides to continue your learning.

Show off your Terraform knowledge by passing a certification exam. Visit the certification page for information about exams and find study materials on HashiCorp's learning platform.

Developing Terraform

This repository contains only Terraform core, which includes the command line interface and the main graph engine. Providers are implemented as plugins, and Terraform can automatically download providers that are published on the Terraform Registry. HashiCorp develops some providers, and others are developed by other organizations. For more information, refer to Plugin development.

License

Business Source License 1.1