-
I'm seeing fairly frequent plugin crashes when running `terraform apply`. Retrying generally works, so it might be a race condition that's causing the `concurrent map writes` error. This is the stack …
-
I am encountering an issue with the Microsoft Security DevOps task (microsoftsecuritydevops@1) when trying to authenticate to our private Terraform module registry using the Checkov. Although Checkov …
-
**Describe the outcome you'd like**
While setting up AFT module, we would like to use a Terraform project admin level token, not org admin level token and only create workspaces in that project as …
-
Add support for Projects through the Vercel TF provider, either as `sst.vercel.Project` or on a per supported framework basis with some simple codegen to grab all supported frameworks as `sst.vercel.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 commu…
-
### Module version
```
github.com/hashicorp/terraform-plugin-framework v1.11.0
```
### Relevant provider source code
*SEE ACTUAL BEHAVIOR FOR EXAMPLES*
### Terraform Configuration …
-
Coming out of #172 – `TypeListToStringSlice` can currently be called on a `types.List` value with any internal element type. How can we make this more type-safe? Ideally this function is only ever cal…
ligfx updated
2 weeks ago
-
Based on the success of @pchila's [POC](https://github.com/elastic/elastic-agent/pull/4832), we've decided to switch to using Terraform as the provisioner for VMs and ESS deployments used by the integ…
-
# The problem
I'm having the following script in a `upcloud_server`
```hcl
network_interface {
type = "private"
network = upcloud_network.private.id
}
dynamic "network_interface" {…
-
При применении изменений для ресурсов yandex_vpc_security_group_rule выскакивает следующая ошибка:
```
Error: Provider produced inconsistent result after apply
│
│ When applying changes to
│ m…