-
Our pre-CI/CD deployment process asks engineers to verify that all Terraform changes from single-cell-infra repo have been applied to all of the workspaces to the deployment environment. Since our dev…
-
### Configuration
```hcl
resource "databricks_cluster" "dbc-cluster" {
provider = databricks.workspace
cluster_name = "Domain Cluster"
spark_version = local.dbc_merg…
-
### Feedback
Hi, could the following error be the reason why I any 'plan' or 'plan & apply' I run via terrakube simply tells me that `No changes. Your infrastructure matches the configuration.`
``…
-
Hi, I have some issues with a basic setup using terraform cloud. I have copied the configuration from the README but there seems to be some problems with shoal-sync and I really don't understand the l…
-
**Description**
Not able to create Databricks workspace using terraform in GCP Databricks.
**Reproduction**
```
provider "databricks" {
alias = "accounts"
host …
-
### 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…
-
### Terraform Core Version
1.2.8
### AWS Provider Version
4.20.1
### Affected Resource(s)
aws_rds_cluster_instance
aws_backup_vault
### Expected Behavior
Terraform should report no changes to …
-
While working with this new provider I learned about
```
kubectl exec -t -- ls -altr /tmp/
```
to investigate the terraform workspace.
We should document this as part of a terrajet specif…
-
Authentik: 2024.8.3
Platform: Kubernetes
Terraform: v1.9.8
Tofu: v1.8.4
Provider version: 2024.8.4
Brand new install of Authentik. All I did is perform the initial user setup and get an api tok…
-
Hi, I would like a segment for terraform workspace, here we have the plugin for zsh.
https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/terraform
to be able to do something like
`PO…