terraform-local icon indicating copy to clipboard operation
terraform-local copied to clipboard

Terraform CLI wrapper to deploy your Terraform applications directly to LocalStack

Results 10 terraform-local issues
Sort by recently updated
recently updated
newest added

terraform-local: .18.1 terraform: 1.74, 1.8.0 AWS provider: > 5.36? Wasn't present in < 5.35. When running tflocal plan, or tflocal apply: ``` Warning: Invalid Attribute Combination │ │ with provider["registry.terraform.io/hashicorp/aws"],...

# Motivation Using `tflocal` as part of a docker-compose configuration requires to use path style for s3 bucket. While the provider configuration is enabling path style for buckets created by...

Terraform v1.6.6 on darwin_arm64 Error: Unsupported argument │ │ on localstack_providers_override.tf line 84, in provider "aws": │ 84: scheduler = "http://localhost:4566" │ │ An argument named "scheduler" is not expected...

question

Using `terraform-local==0.17.1` When running `tflocal -chdir=terraform init` or another terraform subcommand: plan, apply... The global flag `-chdir` is not honoured.

Running `tflocal apply` with this file: ``` provider "aws" { region = "us-east-1" } resource "aws_default_vpc" "default_vpc" { } resource "aws_default_subnet" "default_subnet_a" { availability_zone = "us-east-1a" } resource "aws_default_subnet" "default_subnet_b"...

When using `tflocal`, an s3 backend is generated automatically to use the localstack endpoints for the remote state. This works in many cases, however if the desired backend configuration has...

enhancement

I am working on an example for a tf module we're developing at work. So the folder structure is something like ``` - module-files.tf |- examples |- async |- example.files.tf...

👋 Hey everybody! I'm using LocalStack as part of a Docker Compose setup. As part of this effort I've whipped up a simple Dockerfile so that I can use `terraform-local`...

I know this is an old version of Terraform but it does block using `tflocal` with the Terraform version I have to use - if there are other issues with...