mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-01-16 08:37:18 +01:00
AWS region was missing in example (#213)
awsRegion missing in example. It's not working without it. And added cloudProvider setting. It's by default "aws" and not necessary at the moment. But it's to important and should be defined if default will change in the future.
This commit is contained in:
committed by
Max Williams
parent
6d38ca4ead
commit
86e71a1280
@@ -14,6 +14,9 @@ rbac:
|
||||
|
||||
sslCertPath: /etc/ssl/certs/ca-bundle.crt
|
||||
|
||||
cloudProvider: aws
|
||||
awsRegion: YOUR_AWS_REGION
|
||||
|
||||
autoDiscovery:
|
||||
clusterName: YOUR_CLUSTER_NAME
|
||||
enabled: true
|
||||
|
||||
Reference in New Issue
Block a user