Oliver Götz

Results 9 comments of Oliver Götz

I just cloned the repo and encountering now this: ``` 2022/06/03 13:43:24 [INFO] [executor@C:\Users\i016249\DEVELOPMENT\tfmigrate] create an override file 2022/06/03 13:43:24 [INFO] [migrator@C:\Users\i016249\DEVELOPMENT\tfmigrate] creating local workspace folder in: C:\Users\i016249\DEVELOPMENT\tfmigrate\terraform.tfstate.d\default 2022/06/03 13:43:24...

I am facing the same requirement. When trying to build my own image, I always encounter: ``` systemctl start docker System has not been booted with systemd as init system...

Hi, I definitely do not have 33 anywhere set: ![Image](https://github.com/user-attachments/assets/828bd275-ae7b-4e27-8977-21a000dbfe84) The costs in AWS Cost Explorer for Elasticache are < 200 $

I think, I found the issue. ```terraform # valkey.tf resource "aws_elasticache_replication_group" "valkey" { node_type = var.valkey_node_type replication_group_id = "${var.resource_prefix}-valkey" description = "External valkey for TFE." apply_immediately = true at_rest_encryption_enabled =...

The output of the network module is ``` Changes to Outputs: + network = { + availability_zones = [ + "eu-central-1b", + "eu-central-1a", ] + private_subnet_ids = [ + "subnet-xxxxxx",...

I think, I fixed it although I have no idea why it works ^^. KO --> wrong calculation ```terraform locals { azs = length(var.availability_zones) } resource "aws_elasticache_replication_group" "valkey" { node_type...

Hi, that setting fixed it, thank you :) In large enterprises (I work for one) you usually do not get cluster-level permissions unless you part of the team that manages...

Hi @bkainth1, I don't think it is a duplicate as we experience the same with terraform =1.13.5 and provider version 2.8.0 ``` Error: Missing Resource Identity After Read with module.mpi_support_secondary.module.backup["intermediate"].azapi_resource.proxy[0]...