terraform
terraform copied to clipboard
Terraform enables you to safely and predictably create, change, and improve infrastructure. It is a source-available tool that codifies APIs into declarative configuration files that can be shared amo...
### Terraform Version ``` $ terraform version Terraform v1.2.7 on darwin_amd64 ``` ### Terraform Configuration Files ```terraform module "vpc_endpoints_nocreate" { source = "terraform-aws-modules/vpc/aws//modules/vpc-endpoints" version = "3.7.0" create = false }...
### Current Terraform Version ``` Terraform v1.2.5 ``` ### Use-cases Ideally we would like to be able to use Artifactory to serve up our providers as opposed to using terraform.io...
Hi Everyone, We are experiencing an issue while creating a cloud watch subscription using terraform 'aws_cloudwatch_log_subscription_filter' resource. Generally, it fails after ~5 mins of trying. But the weird behavior I...
### Terraform Version ``` Terraform v1.2.6 on linux_amd64 ``` ### Terraform Configuration Files ``` none ``` ### Expected Behavior `tomap` should have been evaluated ### Actual Behavior It was not...
### Current Terraform Version ``` Terraform v1.2.7 ``` ### Use-cases As a terraform user I want to store my state and lock files in HTTP based backend's that require mutual...
### Current Terraform Version ``` Terraform v0.14.3 ``` ### Use-cases Terraform currently only allows the `lifecycle` meta-argument to be used within the declaration of a resource. It would be really...
### Current Terraform Version ``` Terraform v0.13.0-beta3 ``` ### Use-cases I want to be able to have conditional validation on variables - the condition being the value of other variables....
Prevously the cloud backend would only render post-plan run tasks. Now that pre-plan tasks are in beta, this commit updates the plan phase to render pre-plan run tasks. This commit...
We've been holding on to this snapshot of the old docs from the v0.11 branch ever since the v0.12 release as a courtesy to folks who are still using Terraform...
### Current Terraform Version ``` Terraform v1.2.6 on darwin_arm64 ``` ### Use-cases The plugin protocol currently has the following definition for diagnostics: ```protobuf message Diagnostic { enum Severity { INVALID...