Arel Rabinowitz

Results 26 issues of Arel Rabinowitz

### OpenTofu Version ```shell 1.8.0-beta2 ``` ### OpenTofu Configuration Files Two different configurations. One for a configuration backend: ```hcl variable "b" { default = "tofu.tfstate" } terraform { backend "local"...

bug
needs-community-input
pending-decision

### OpenTofu Version ```shell 1.8.0-beta ``` ### OpenTofu Configuration Files ```hcl resource "random_integer" "a" { max = 10 min = 1 } resource "azurerm_firewall_policy" "random_policy" { name = "random-policy" resource_group_name...

bug
help wanted
accepted

### OpenTofu Version ```shell 1.8.0-beta ``` ### OpenTofu Configuration Files Configuration during the first `apply` ```hcl resource "local_file" "main" { content = "test" filename = "foo.txt" lifecycle { create_before_destroy =...

bug
accepted

### Description There's a broken link in https://opentofu.org/docs/main/language/settings/#configuring-an-opentofu-backend. The "Backend Configuration" link gives back 404 (https://opentofu.org/docs/main/language/settings/backends/configuration.mdx/) ### Reproduction steps ```bash 1. Go to 'https://opentofu.org/docs/main/language/settings/#configuring-an-opentofu-backend' 2. Click on 'Backend Configuration' 3....

bug

### Description Upgrading to OpenTofu v1.6 section is irrelevant. It mentions how to upgrade from version 1.0 (which does not exist) to 1.6 ### Reproduction steps ```bash 1. Go to...

bug

### OpenTofu Version ```shell 1.6.2 ``` ### Use Cases Using `.tfvars` files Currently when running `tofu test`s, it picks up variables of `terraform.tfvars` and `*.auto.tfvars` files from the root configuration...

enhancement
help wanted
accepted