-
### Linux distribution
``` Arch Linux ```
### Terraform version
1.9.7
### Provider and libvirt versions
provider: 0.8.0
## Description of Issue/Question
module only checks for `id…
-
### 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 setting `pulumiConvert` defaults to disabled. To enable it, the `.ci-mgmt.yaml` must be updated with `pulumiConvert: 1` and add the terraform converter plugin:
```diff
+plugins:
+ - n…
-
### 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 com…
-
### Terraform Core Version
1.9.8
### AWS Provider Version
5.76.0
### Affected Resource(s)
- aws_bedrockagent_agent
### Expected Behavior
Following actual resource documentation, the following i…
-
Just getting to grip with terraform
- what is it
- what can it do
- where is it useful in industry
- drawbacks or limitations?
from what I can see it enables us to set infrastructure as code…
-
### Description
With vCenter a RAW disk is going to be created each time again, because FORMAT in TEMPLATE is `vcenter` instead of `raw`.
### Terraform and Provider version
Terraform v1.9.3
…
-
Having this simple configuration:
```
mkdir reproduce-broken-atlas
cd reproduce-broken-atlas
cat > main.tf
-
**Describe the bug**
After upgrading the provider from 0.11.7 to 0.11.8 the provider plans to perform an in-place update to a pre-existing elasticstack_fleet_output-resource and ultimately fails.
```…
-
### What problem are you trying to solve?
There are certain `nixpkgs` that require configuration using `withExtensions` and `withPackages`. Currently, the only way to utilize those packages in that…