package
22.11.9
Repository: https://github.com/cs-si/safescale.git
Documentation: pkg.go.dev

# README

Sample AWS tentants.toml configuration:


[[tenants]]
    client = "aws"
    name = "our-amazon-cloud"

    [tenants.identity]
        User = "...................."
        SecretKey = "........................................"
        
    [tenants.compute]
        Region = "eu-central-1"
        Zone = "eu-central-1a"

    [tenants.objectstorage]
        Type        = "s3"
        User = "...................."
        SecretKey = "........................................"
        Region      = "eu-central-1"

    [tenants.network]
        ProviderNetwork = "our-network-name"

# Functions

New creates a new instance of aws provider.