-
### Terraform Version
```shell
1.6.5
```
### Use Cases
When running Terraform in automation, where plan and apply are run on two different machines (PR -> Merge workflow in Github for example), Ha…
lijok updated
10 months ago
-
cannot initialize Terraform configuration: Terraform encountered an error. Summary: error configuring S3 Backend: no valid credential sources for S3 Backend found.. To see the full error run:
```
ech…
-
### Community Note
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the…
-
(Original issue 1406 created by codevbus on 2017-12-18T04:44:53.816499+00:00)
The lexer appears to not read certain syntax correctly. The following config for S3 backends, provided by Hashicorp:
[…
-
### Terraform Version
```shell
Terraform v1.7.1
on darwin_arm64
+ provider registry.terraform.io/hashicorp/aws v5.20.1
+ provider registry.terraform.io/hashicorp/kubernetes v2.23.0
+ provider reg…
-
Hi,
I love the idea behind a terraform CRD (I'm watching this space and just discovered your project).
I'm wondering if there is a reason for not chosing https://www.terraform.io/docs/backends/typ…
-
### OpenTofu Version
```shell
❯ tofu version
OpenTofu v1.8.3
on darwin_arm64
```
### The problem in your OpenTofu project
I am using the -backend-config flag to pass partial backend configuratio…
-
## 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…
-
Hello! I'm wondering if state removal in conjunction with `.spec.destroyResourcesOnDeletion` has come up as an issue in the past. I searched but didn't find anything. I like the idea for the way I'…
-
1. Support for different backends (S3, HTTP, etc.)
- e.g. s3 bucket: `$(aws sts get-caller-identity | jq -r '.Account')-terraform-state`
2. Support branching
- store state in separate path to …