-
Have Keyvault in Subscription A and Storage account in Subscription B. While creating customer_managed_keygetting error.
Terraform (and AzureRM Provider) Version
```
Terraform v0.12.26
+ provide…
-
### Current Terraform Version
```
$ terraform version
Terraform v0.12.13
```
### Use-cases
Similar to #23363 I would like to render the terraform version in my shell prompt when I'm in a t…
-
Whether on the desktop or in the workflow setup by the Terraform Plugin Framework template, the following error occurs when generating docs (this from the workflow template):
```
go generate ./...…
-
## To Reproduce
```
system@Azure:~/cloudshell_msgraph$ cat main.tf
provider "azuread" {
}
data "azuread_client_config" "current" {}
resource "azuread_group" "example" {
display_name …
-
### Terraform Version
```
Terraform v1.0.5
```
### Terraform Configuration Files
```terraform
output "uuid" {
value = "${uuid()}"
}
```
### Expected Behavior
As write here…
filol updated
4 months ago
-
### Expected Behavior
After updating the list of approver_ids for the `github_repository_environment` resource, the list of approvers for the approve production should be updated. We are doing it fo…
-
**ASSUMPTION 1**:
Zarf should not need to expand to perform direct integration with all the infra providers, given open-source tooling is well supported around terraform and other IaC frameworks.
…
-
### Current Terraform Version
```
0.12.29
```
### Use-cases
When using Terraform and Ansible together, I tend to have to define more vars as env vars than I'd like (TF_VAR*). To make v…
-
### 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 commu…
-
A subcommand with the resource name for the `import` subcommand would be very helpful to start transforming to Terraform. As an example:
terraform import aws_route53_record TF_NAME --name=dev.…