aka Mr. P or Pille

Results 14 comments of aka Mr. P or Pille

I am also seeing the issue of these hidden-link tags but even when I add them to my ignore_changes config the plan says they would still be removed. I wonder...

I came across the same error but it turns out that my permission was wrong. The permission would be "USER" and not "USERS". You also have this incorrect in your...

+1 I am seeing the same thing currently. It had worked before with a different workspace to export and import but now it is failing when trying to import. Also...

I just reran an export in my initial environment and a file "terraform.tfvars" got created with the variables needed. So in this env it seems to all be working but...

I see the following entries in the export log where the export / import is working but I am not seeing this part where the export / import is failing:...

Aha, I now commented out the configuration for exporting secrets and I can see in the generated TF code for the export that it had properly created a variables TF...

@AdrianAntunez ran into the same issue, it is working with this configuration for me: image: docker:17.09 services: \- docker:17.09-dind

Hi, you are seeing this issue here: https://github.com/docker/machine/issues/3917 You could use a different AMI than the standard one, e.g. 16.04 is working.

Hi, I am pretty sure it is. If you check the entire log message it says: dial tcp 52.211.170.76:2376: getsockopt: connection refused This is because the daemon would not start...

@browley86 would it make it easier to use something like ``` "--tenant-id", data.azurerm_client_config.current.tenant_id, ``` and ``` "--client-id", data.azurerm_client_config.current.client_id, ``` to lookup those two from the current context rather than having...