
Terraform Registry
RegistryPlease enable Javascript to use this application
Getting Started with the Google Cloud provider - Terraform Registry
Install Terraform and read the Terraform getting started guide that follows. This guide will assume basic proficiency with Terraform - it is an introduction to the Google provider.
aws_s3_bucket | Resources - Terraform Registry
If you use website on an aws_s3_bucket, Terraform will assume management over the configuration of the website of the S3 bucket, treating additional website configuration changes …
HCP Terraform
Access both HashiCorp Cloud Platform (HCP) and Terraform with a single HCP account for streamlined workflows. Already have an account? Sign in
Resources | hashicorp/local - Terraform Registry
When working with local files, Terraform will detect the resource as having been deleted each time a configuration is applied on a new machine where the file is not present and will …
Docs overview | hashicorp/dns - Terraform Registry
DNS Provider The DNS provider supports resources that perform DNS updates (RFC 2136) and data sources for reading DNS information. The provider can be configured with secret key …
Docs overview | hashicorp/http - Terraform Registry
The HTTP provider is a utility provider for interacting with generic HTTP servers as part of a Terraform configuration. This provider requires no configuration.
Docs overview | ansible/ansible - Terraform Registry
Example Usage terraform { required_providers { ansible = { version = "~> 1.3.0" source = "ansible/ansible" } } } resource "ansible_vault" "secrets" { vault_file = "vault.yml" …
Resources | hashicorp/google - Terraform Registry
Terraform will import this resource with force_destroy set to false in state. If you've set it to true in config, run terraform apply to update the value set in state. If you delete this resource before …
terraform-aws-modules/lambda/aws | Terraform Registry
Terraform module, which takes care of a lot of AWS Lambda/serverless tasks (build dependencies, packages, updates, deployments) in countless combinations 🇺🇦