-
### Terraform Version
```
Terraform v0.12.23
+ provider.aws v2.53.0
```
### Terraform Configuration Files
```hcl
provider "aws" {}
output "nonexistent_file" {
value = try(file("none…
-
It would simplify account structure definition if the framework would allow to create an OU if it does not exist during the account request process
-
### OpenTofu Version
```shell
1.8.2
```
### OpenTofu Configuration Files
```hcl
module "my_module" {
source = "private-registry.example.com/namespace/module_name/system"
version = "some_ver…
-
### 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…
-
Currently the only documented way to pass properties to the customization pipeline from the account request is to add them to the `custom_fields` object within the AFT account requests. Once this is d…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Infrastrcuture as Code Type? (Required)
terraform
### Module Versions (Required)
ALZ PowerShell Module: 4.0.…
-
### Current Terraform Version
```
Terraform v0.14.6
+ provider registry.terraform.io/hashicorp/azurerm v2.47.0
+ provider registry.terraform.io/hashicorp/random v3.0.1
+ provider registry.terra…
-
Hi,
When using sensitive values in a variable map/object with the `defaults` function, a single key will render the full variable sensitive without being possible to use `nonsensitive` as the value…
-
Hi there,
Please provide the following details with your issue report.
### Terraform Version
Terraform `v1.1.9`
Provider `v2.1.4`
### Affected Resource(s)
Please list the resources as a list, for e…
-
Hi there,
I've been using terraform for managing AWS infrastructure, and have seperated the folder structure as below:
- environments
- prod
- vpc
- main.tf (contains …