Bryan Karaffa

Results 6 comments of Bryan Karaffa
trafficstars

I am thinking this is actually a bug.. Given this terraform: ```terraform ## Cluster 1 module "cluster1" { source = "../cluster-module" providers = { helm = helm.cluster1 kubernetes = kubernetes.cluster1...

> If I create the cluster first and then add the kubernetes-alpha provider config and kubernetes_manifest resource it works I can confirm I get the same behavior. We avoid this...

+1 on this. We would like to use Terraform to deploy/manage IAM Roles in a list of AWS Accounts -- assuming a known role in each account for access. Below...

+1 on this issue as we encountered it with Terraform v0.14. Seems like the two workaround are: - Do not commit `.terraform.lock.hcl` file to repo. This will cause atlantis to...

@MichaelMure -- Hoping to get a review on this if you have time. Thanks in advance!

Bumping this @danielstjules @pelletier — any thoughts or concerns with a PR to add a LICENSE file?