Roger Berlind
Roger Berlind
Hi @Balakirshna-devops. It looks like you are trying to migrate the example code in this repository to Terraform 0.12. The first two errors are clearly caused by variable names that...
One more important comment. I believe `valid_principals` could be a string containing multiple valid principals. So, checking equality on this is probably not right. Instead, you should check if `identity.entity.aliases[0].name`...
Hi Richard. I added that 3 APCERA variables to apcera.md in the line reading: They were there in the first version, so I'm not sure why this did not cause...
This would be very helpful indeed.
This would cause a problem in some platforms such as Apcera which use their own built-in router. For instance, on Apcera, we do not run the edge-router service. Instead, we...
After making this change, I was able to get past the "acs-engine generate" command and successfully run the "az group deployment create" command (with Terraform). The expected k8s resources were...