Created
February 10, 2016 03:51
-
-
Save wondermike-zz/fa7c01e73e1ea59f851d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
new_cluster_attrs = Provision::Core::AttributesCopy.new(cluster, http_allowed_ips: ['172.31.0.0/16'], peering_vpcs: [{account_id: '427193441462', vpc_id: 'vpc-f3d67c96', cidr_block: '172.31.0.0/16'}]) | |
Provision::Core::Factory.build(new_cluster_attrs[:provider], new_cluster_attrs) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment