-
# Background
Currently, most apps utilizing terraform to manage cloud.gov infrastructure use the s3 backend for state storage, but have no mechanism to lock terraform runs, increasing the risk of b…
-
### Terraform Version
```shell
terraform 1.2.7
```
### Terraform Configuration Files
In one folder, create `main.tf`:
```terraform
output "some_var" {
value = "abc"
}
```
In sa…
-
Terraform is nearing being ready for a release from `experimental`. That will mean that we have all the functionality in place to provide a stable user frontend and decent user experience. There are t…
-
### Terraform Version
```shell
1.8.3
```
### Affected Pages
https://developer.hashicorp.com/terraform/language/settings/backends/s3#assume-role-configuration
### What is the docs issue?
`role_ar…
-
### Expected Behavior
cdktf cli should trigger a state migration to the terraform process
### Actual Behavior
Terraform fails to initialise and shows the following error:
```
Error: Backe…
-
Trying out shiftleft iac-assessment on terraform:
```
.
├── backend_vars.tf -> ../../backends/backend_vars.tf
├── data.tf
├── main.tf
├── outputs.tf
├── provider.tf
├── provider_config.tf -> .…
bedge updated
3 years ago
-
### Summary
In this RFC I explore the idea of supporting external backends using a plugin system identical to what OpenTF currently supports for modules. Note that this is not a commitment that it …
-
The process of using S3 backend, with environments, for deployments referencing other remote state, leave something to be desired. You end up configuring the backend twice for, what seems like an obvi…
-
### Current Terraform Version
```
Terraform v0.12.24
```
### Use-cases
The end goal of this request is to be able to use `terraform plan`, `terraform apply`, and `terraform init`, with one set …
-
### 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…