Skip to content

AWS availability zone should *not* be hard coded #8

@maximilien

Description

@maximilien

Currently it is hardcoded in the controller.go

func CreateController(instanceMap map[string]*model.ServiceInstance, bindingMap map[string]*model.ServiceBinding) *Controller {
    return &Controller{
        instanceMap:   instanceMap,
        bindingMap:    bindingMap,
        serviceClient: ac.NewClient("us-west-1"),
    }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions