mumoshu/terraform-provider-eksctl

AWS credentials should be configurable at provider level

nadenf opened this issue · 0 comments

Similar to how we can configure AWS provider like this:

provider aws {
 region                = var.aws_region
 access_key            = var.aws_root_access_key
 secret_key            = var.aws_root_secret
 allowed_account_ids   = [ var.aws_account_id ]
}

It would be nice to configure this provider in a similar way.