Open tammersaleh opened 2 years ago
This will allow admin to configure things like the default AWS region.
server: targets: prod: env: AWS_REGION: us-west1 aws: arn: "aws:arn:iam:..." session_duration: "20m" access_key_id: "456DEF..." secret_access_key: "UVW789..."
$ cludo run env ... AWS_REGION=us-west1
This will allow admin to configure things like the default AWS region.