-
I have a VM that I created with the terraform provider. However, I no longer have the state file for this VM. I would now like to import it into my existing state file (which contains many other VMs) …
-
## Description
We have a EKS terraform script that generates a EKS Cluster with a EKS Managed node group.
Here is a code snippet of the node group section:
```
eks_managed_node_groups = {
…
-
I am creating active mq resource.
When I write that resource in main.tf, terraform works fine.
But when I write this resource in reusable module and call that module from main.tf, terraform gives er…
-
Hi!
We have encountered a problem where the firewall is outputting an error such as the following:
> │ Error: Error updating FirewallAddress resource: Internal Server Error - Internal error when…
-
### Description of the feature you are looking for.
One of the things I appreciate about the Terraform registry that I’m unaware of in the OpenTofu registry is the GitHub app that receives a ping whe…
-
### Terraform Core Version
v1.9.7
### AWS Provider Version
v5.67.0
### Affected Resource(s)
* aws_lb_listener
* aws_acm_certificate
### Expected Behavior
Because aws_acm_certific…
-
### Requirements
Let's say we have two apps to deploy,
```hcl
resource "juju_application" "some_app" {
name = "some-app"
model = local.model_name
charm {
name = "my-charm"
…
-
### Confirmation
- [X] This is a bug with an existing resource and is not a feature request or enhancement. Feature requests should be submitted with Cloudflare Support or your account team.
- [X] I …
-
## Describe the bug
trying to use data resource for citrix_admin_scope for a type tenant scope;
```
data "citrix_admin_scope" "test_scope_by_name" {
name = "Testing"
}
│ Error: Error lis…
-
### 🐛 What happened?
Until the new release we could create workspaces associated with a fabric capacity with terraform but since the release of the new version (0.1.0-beta.5) we get this error:
│ Er…