-
Related to #1295, I'd like to be able to manage multiple environments from one configuration. I know I can specify applicable var and state files locally, but I'm not sure it's possible to specify a s…
-
### Terraform Version
```shell
Terraform v1.5.7
on linux_amd64
```
### Terraform Configuration Files
```terraform
terraform {
required_providers {
azurerm = {
source = "hashicorp…
-
# What
In contrast to the [parameter section](https://github.com/Azure/bicep/issues/717) there seems to be no support for a `securestring` output type.
For example:
```Json
output storageAccoun…
-
## Feature Request
### Description of Problem:
The iam permissions file we have is a markdown file, the contents of which needs to be copy-pasted by an admin into the webui, onto the permissions…
-
### Terraform Version
```
miroslavhadzhiev@MiroslavHadzhiev-MBP:$ terraform -v
Terraform v0.11.7
+ provider.aws v1.31.0
+ provider.http v1.0.1
+ provider.local v1.1.0
+ provider.null v1.0.0
+ …
-
### Terraform Version
```
Terraform v1.2.4
on windows_amd64
+ provider registry.terraform.io/hashicorp/azurerm v3.12.0
```
### Terraform Configuration Files
```terraform
terraform {
r…
-
### 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…
-
### What problem are you facing?
When running a terraform apply, validation of the plan file can be useful to ensure nothing unexpected is going to happen.
### How could Official Terraform P…
-
**Is your feature request related to a problem? Please describe.**
To clean up after a bug I need to recompile the dce software. It appears that to get things right I would have to redeploy (to chan…
-
### Terraform Version
```
Terraform v0.12.23
+ provider.aws v2.53.0
```
### Terraform Configuration Files
```hcl
provider "aws" {}
output "nonexistent_file" {
value = try(file("none…