-
**Is your feature request related to a problem? Please describe.**
Similar to my issue for `terraform plan` [here](https://github.com/pantsbuild/pants/issues/18490), it would be great if we could use…
-
- [x] ~move this list to a Project~ https://github.com/NixOS/nixops/projects/4
- [x] Get mypy types exposed for plugin developers
- [x] Update AWS plugin for py3 https://github.com/NixOS/nixops-aws/…
-
I migrated your terragrunt live example git project to my needs as bellow(very simple changes):
[infra.zip](https://github.com/gruntwork-io/terragrunt/files/7354151/infra.zip)
**By manually creati…
-
Can't seam to reuse the k8s backend after restoring from a backup the k8s cluster (Rancher here)... I think the certificate might have changed but is still valid (ACME), but can't seam to make it work…
-
I was testing the flow mentioned in [TC242](https://app.testlodge.com/a/26076/projects/40893/suites/193855?expand_section=305797#case_3360408) to test the reliability and stability of qsfs.
Firstly…
-
Hi!
I am using this configuration for an application.
```yaml
vaultSync:
id: vault-sync
full_sync_interval: 60
bind: 0.0.0.0:8202
src:
url: http://vault-1.vault.svc.cluster.loc…
-
I have the following project structure:
- environments
- dev
- local
- service1/terragrunt.hcl
- service2/terragrunt.hcl
- service3/terragrunt.hcl
- k8s/terragrunt…
-
### Terraform Version
v0.9.0
### Affected Resource(s)
terraform backend config
### Terraform Configuration Files
```hcl
variable "azure_subscription_id" {
type = "string"
default =…
-
Hello,
I'm working with multiple workspaces (with either s3, local or tf cloud backends).
Now I've enabled infracost extension and in vscode I'm getting an error (in the vscode editor):
```
Coul…
-
```
$ terraform version
Terraform v0.12.28
```
This is my backend config
```terraform
terraform {
backend "remote" {
hostname = "app.terraform.io"
organization = "company"
…