Module: VagrantPlugins::AWS
- Defined in:
- lib/vagrant-aws/action.rb,
lib/vagrant-aws/config.rb,
lib/vagrant-aws/errors.rb,
lib/vagrant-aws/plugin.rb,
lib/vagrant-aws/version.rb,
lib/vagrant-aws/provider.rb,
lib/vagrant-aws/util/elb.rb,
lib/vagrant-aws/util/timer.rb,
lib/vagrant-aws-iam-decoder.rb,
lib/vagrant-aws/action/is_created.rb,
lib/vagrant-aws/action/is_stopped.rb,
lib/vagrant-aws/action/read_state.rb,
lib/vagrant-aws/action/connect_aws.rb,
lib/vagrant-aws/action/run_instance.rb,
lib/vagrant-aws/action/read_ssh_info.rb,
lib/vagrant-aws/action/stop_instance.rb,
lib/vagrant-aws/action/warn_networks.rb,
lib/vagrant-aws/action/start_instance.rb,
lib/vagrant-aws/action/wait_for_state.rb,
lib/vagrant-aws/action/timed_provision.rb,
lib/vagrant-aws/action/package_instance.rb,
lib/vagrant-aws/action/terminate_instance.rb,
lib/vagrant-aws/action/message_not_created.rb,
lib/vagrant-aws/action/elb_register_instance.rb,
lib/vagrant-aws/action/elb_deregister_instance.rb,
lib/vagrant-aws/action/message_already_created.rb,
lib/vagrant-aws/action/message_will_not_destroy.rb
Defined Under Namespace
Modules: Action, ElasticLoadBalancer, Errors, Util Classes: Config, Credentials, Plugin, Provider
Constant Summary collapse
- VERSION =
'0.7.2'
Class Method Summary collapse
-
.source_root ⇒ Pathname
This returns the path to the source of this plugin.
Class Method Details
.source_root ⇒ Pathname
This returns the path to the source of this plugin.
14 15 16 |
# File 'lib/vagrant-aws-iam-decoder.rb', line 14 def self.source_root @source_root ||= Pathname.new(File.("../../", __FILE__)) end |