No commit activity in last 3 years
No release in over 3 years
Terraspace Scaleway Cloud Plugin
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

Terraspace scaleway Cloud Plugin

scaleway Cloud support for terraspace.

Installation

Add this line to your application's Gemfile:

gem 'terraspace_plugin_scaleway'

Configure

Optionally configure the plugin. Here's an example scaleway.rb for your terraspace project.

config/plugins/scaleway.rb

TerraspacePluginscaleway.configure do |config|
  config.resource.property = "value"
end

By default:

  • Item 1
  • Item 2

The settings generally only apply if the resource does not yet exist yet and is created for the first time.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/USERNAME/terraspace_plugin_scaleway.