Sha256: 78432c23c66f8ce69b506bbc2935368441e89197f54d15c21a1894af49a51d8c

Contents?: true

Size: 753 Bytes

Versions: 1

Compression:

Stored size: 753 Bytes

Contents

application_name: tests-yourinitials

# Whatever keys are in aws_options are passed directly to the AWS clients.

# Option 1 - Do nothing.
# AWS clients will either use the default profile in ~/.aws/credentials, or use an IAM Role if on EC2.

# Option 2 - Use environment variables
# You can set a non-default local profile with the AWS_PROFILE environment variable.
# You can also set keys directly: https://docs.aws.amazon.com/sdk-for-ruby/v3/developer-guide/setup-config.html#aws-ruby-sdk-credentials-environment

# Option 3 - Set values directly.
aws_options: 
  # Required
  region: 'test-aws-region'

  # Set keys:
  # access_key_id: test-aws-access-key
  # secret_access_key: test-aws-secret-key

  # Or set a profile:
  # profile: profile-name

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
propono-3.0.0 test/config.yml.example