multy icon indicating copy to clipboard operation
multy copied to clipboard

Multy - Easily deploy multi cloud infrastructure. Write cloud-agnostic config deployed across multiple clouds

Results 38 multy issues
Sort by recently updated
recently updated
newest added

We'll need to go around terraform for this one

enhancement

Support for cross-cloud object storage is dependent on: - Getting access to private resources from a different cloud: in azure this is done by a shared access signature; in aws...

feature

Read attributes from internal terraform state and convert to object as per https://github.com/multycloud/multy/blob/main/resources/types/virtual_network.go#L65

feature

Read attributes from internal terraform state and convert to object as per https://github.com/multycloud/multy/blob/main/resources/types/virtual_network.go#L65

feature

Read attributes from internal terraform state and convert to object as per https://github.com/multycloud/multy/blob/main/resources/types/virtual_network.go#L65

feature

Read attributes from internal terraform state and convert to object as per https://github.com/multycloud/multy/blob/main/resources/types/virtual_network.go#L65

feature

Read attributes from internal terraform state and convert to object as per https://github.com/multycloud/multy/blob/main/resources/types/virtual_network.go#L65

feature

Read attributes from internal terraform state and convert to object as per https://github.com/multycloud/multy/blob/main/resources/types/virtual_network.go#L65

feature

Something like: ``` message VirtualNetworkArgs { ... message AwsOverrides { string vm_size = 1; string location = 2; } message AzureOverrides { string vm_size = 1; string location = 2;...

feature