Difference between revisions of "Terraform"

From wikieduonline
Jump to navigation Jump to search
(Created page with "== Common Terraform commands<ref>https://www.terraform.io/docs/commands/index.html</ref> == apply Builds or changes infrastructure console Inte...")
 
 
(236 intermediate revisions by 8 users not shown)
Line 1: Line 1:
== Common Terraform commands<ref>https://www.terraform.io/docs/commands/index.html</ref> ==
+
[[wikipedia:Terraform (software)]] (July [[2014]]) is an open-source [[infrastructure as code]] software.
    apply              Builds or changes infrastructure
+
* [[Google trends]]: https://trends.google.com/trends/explore?date=all&q=Terraform
    console            Interactive console for Terraform interpolations
+
* Repo: https://github.com/hashicorp/terraform
    destroy            Destroy Terraform-managed infrastructure
+
* [[Terraform Registry]] (Jan 2020) <ref>https://www.hashicorp.com/blog/announcing-providers-in-the-new-terraform-registry</ref>
    fmt                Rewrites config files to canonical format
+
* [[Terraform Cloud]] (September 2019)
    get                Download and install modules for the configuration
+
* [[Terraform Enterprise]]
    graph              Create a visual graph of Terraform resources
+
* [[Terraform Module Registry]] (2017) <ref>https://www.hashicorp.com/blog/hashicorp-terraform-module-registry</ref>
    import            Import existing infrastructure into Terraform
+
 
    init              Initialize a new or existing Terraform configuration
+
 
    output            Read an output from a state file
+
* [[Terraform Operators]]
    plan              Generate and show an execution plan
+
* [[Terraform Expressions]]
    providers          Prints a tree of the providers used in the configuration
+
 
    push              Upload this Terraform module to Terraform Enterprise to run
+
== Technical characteristics ==
    refresh            Update local state file against real resources
+
* [[Hashicorp Configuration Language (HCL)]]2 based
    show              Inspect Terraform state or plan
+
* [[Terraform types]]: <code>strings, number, bool, list, [[maps]], set, [[tuple]], object, any and null</code> ([[Terraform 0.12]])
    taint              Manually mark a resource for recreation
+
 
    untaint            Manually unmark a resource as tainted
+
== Supported platforms/providers ==
    validate          Validates the Terraform files
+
* [[AWS]]: [[AWS EKS]], [[GCP]], [[IBM Cloud]], [[DigitalOcean]], [[Azure]]: [[Azure Stack]], [[AzureRM]], [[OpenStack]], [[ServiceNow]], [[F5 Networks]], [[Nutanix]], [[Tecent Cloud]], [[Helm]], [[Oracle OCI]], [[Brightbox]], [[RightScale]], [[Linode]], [[SkyTap]], [[UCloud]], [[Hedvig]], [[Zabbix]], [[Rollbar]]
    version            Prints the Terraform version
+
 
    workspace          Workspace management
+
* <code>[[terraform providers]]</code>
 +
 
 +
== [[Terraform installation]] ==
 +
 
 +
== [[Terraform commands]] ==
 +
 
 +
== [[Terraform changelog|News]] ==
 +
* Jan 2023 [[Terraform Dynamic Provider Credentials]]
 +
* Aug 2022 [[CDK for Terraform (CDKTF)]]
 +
* Dec 2017 [[Terraform Enterprise (TFE)]] [[GA]]
 +
 
 +
== [[Terraform activities|Activities]] ==
 +
* [[Create you first AWS instances with Terraform tutorial]]: https://learn.hashicorp.com/tutorials/terraform/aws-build?in=terraform/aws-get-started
 +
* Read Terraform [[blog]]: https://www.hashicorp.com/blog/category/terraform/
 +
* Read https://www.terraformupandrunning.com/ book
 +
* Read [[Stackoverflow]] questions: https://stackoverflow.com/questions/tagged/terraform?tab=Votes
 +
* Read Terraform: Up & Running, 2nd edition Early Release is now available! https://blog.gruntwork.io/terraform-up-running-2nd-edition-early-release-is-now-available-b104fc29783f
 +
* Review some [[Terraform examples]]
 +
* Use <code>[[terraform apply -replace]]</code> to recreate a resource
 +
 
 +
== Related terms ==
 +
* [[HCL]], [[HCL]]2 and [[HashiCorp Interpolation Language (HIL)]]
 +
* [[Terraform: Meta-Argument]]s: <code>[[count]]</code> parameter for [[iterations]], <code>[[Terraform: depends on|depends_on]]</code>
 +
* [[Terraform conditional expressions]]
 +
* [[Terraform functions]]: <code>[[Terraform functions: templatefile|templatefile]]</code>, <code>[[join]]</code>, <code>[[output]]</code>, [[Splat expression]]
 +
* [[Terraform data sources]], [[Terraform providers]], [[Terraform modules]], [[Terraform resources]], [[Terraform backends]]
 +
* [[Terragrunt]], [[Terraformer]], [[terratest]]
 +
* Releases: https://github.com/hashicorp/terraform/releases
 +
 
 +
* <code>[[artifacts:]]reports:terraform</code>
 +
* [[Terraform Cloud Operator]]
 +
* [[Terraform examples]]: [[Terraform: Hello world.tf]]
 +
* [[Terraform Associate]]: Understand [[secret management]] in [[state files]]
 +
* [[Terraform deprecated commands]]
 +
* [[Terraform CLI Configuration File]]
 +
* [[Terraform VCS connections]]
 +
* [[Terraform best practices]]
 +
* [[Oracle Cloud Resource Manager]]
 +
* [[Terraform AWS]] (<code>[[hashicorp/aws]]</code>), [[Terraform GCP]]
 +
* <code>[[tflint]], [[tfsec]]</code>
 +
* <code>[[tfswitch]]</code>
 +
* [[Atlantis]] [[pull request]] automation
 +
* [[AWS Service Catalog]]
 +
* [[OpenTofu]]
 +
* <code>[[.this]]</code>
 +
* [[Crossplane.io]]
 +
* [[Terrakube.org]]
 +
 
 +
== See also ==
 +
* {{terraform cmd}}
 +
* {{terraform}}
 +
 
 +
[[Category:Infrastructure as Code]]
 +
[[Category:IaC]]
 +
[[Category:Cloud computing]]

Latest revision as of 13:29, 26 August 2024

wikipedia:Terraform (software) (July 2014) is an open-source infrastructure as code software.


Technical characteristics[edit]

Supported platforms/providers[edit]

Terraform installation[edit]

Terraform commands[edit]

News[edit]

Activities[edit]

Related terms[edit]

See also[edit]

  • https://www.hashicorp.com/blog/announcing-providers-in-the-new-terraform-registry
  • https://www.hashicorp.com/blog/hashicorp-terraform-module-registry
  • Advertising: