Resources correspond to infrastructure objects like virtual networks or compute instances. Learn about resource types, syntax, behavior, and arguments.| Resources - Configuration Language | Terraform | HashiCorp Developer
What does the Terraform init command do? Learn how to init your infrastructure with Terraform. See examples and explore the available options.| Spacelift
What is Terraform? What is Terraform used for? This guide has all the answers plus Terraform definition.| Spacelift
The `terraform` block allows you to configure Terraform behavior, including the Terraform version, backend, integration with HCP Terraform, and required providers.| Terraform block configuration reference | Terraform | HashiCorp Developer
Import and manage existing resources with Terraform using configuration-driven import.| Import - Configuration Language | Terraform | HashiCorp Developer
Learn what provisioners in Terraform are, how to use them, and why they should be a blast resort. Different types explained: local-exec, remote-state, and file.| Spacelift
terraform basics, terraform basic tutorial, terraform initial configuration, terraform workflow, terraform command example, terraform setup| Learnitguide.net - Learn Linux, DevOps and Cloud
Data sources allow Terraform to use external data, function output, and data from other configurations. Learn data resource arguments, behavior, and lifecycle.| Data Sources - Configuration Language | Terraform | HashiCorp Developer
An overview of how to install and use providers, Terraform plugins that interact with services, cloud providers, and other APIs.| Providers - Configuration Language | Terraform | HashiCorp Developer
この記事ではGithubActionsでTerraformを使って、AWS環境をコードで管理するチュートリアルです。 GithubActionsに実装されたOIDC認証を用いて、トークンなしにロールを割り当て、AWS Lambda + API Gatewayのエンドポイントを作成します。| gammalab.net