-
### Terraform Version
```
Terraform v0.11.7
```
### Terraform Configuration Files
```hcl
terraform {
backend "azurerm" {
storage_account_name = "abcd1234"
container_name …
-
### Terraform Version
```shell
Terraform v1.3.2
on darwin_amd64
```
### Use Cases
Working with Terraform on large-scale projects or mono-repositories with a lot of duplicates can become …
-
## Describe the Bug
While running Terraform commands via Leverage I get the following:
```
│ Error: error configuring S3 Backend: no valid credential sources for S3 Backend found.
│
│ Please see…
-
### Terraform Version
```shell
❯ terraform version
Terraform v1.4.6
on darwin_arm64
+ provider registry.terraform.io/kingsoftcloud/ksyun v1.10.0
```
### Use Cases
```hcl
backend "ks…
-
Hi guys,
we were wondering if it is possible to enable colored output for the Terraform commands.
We are interested in a colored output of the Terraform plan (in `ShowPlanFileRaw`). However, the…
-
### Current Terraform Version
```
$ terraform -v
Terraform v0.12.13
+ provider.aws v2.35.0
```
### Use-cases
It would be nice if I could specify configuration for provider using `*.tfvars` fi…
-
Have a question? Please checkout our [Slack Community](https://slack.cloudposse.com) or visit our [Slack Archive](https://archive.sweetops.com/).
[![Slack Community](https://slack.cloudposse.com/b…
-
### Terraform Version
Terraform v0.9.1
### Affected Resource(s)
Please list the resources as a list, for example:
s3 remote state
It is a remote backend issue affecting tfstate
### Terrafo…
-
While we have a full blown Terraform and K8s template in the [lab-tf-linode](https://github.com/anomaly/tf-lab-linode) we should provide a template for simpler apps to be deployed via just `docker`. T…
-
### OpenTofu Version
```shell
1.8.0-beta2
```
### OpenTofu Configuration Files
Two different configurations. One for a configuration backend:
```hcl
variable "b" {
default = "tofu.tfstate"
}…