Sha256: 823a5b07a92e73088609ccc85d27eb7aeff986e6ecf436cbe0c6f8f644fce576

Contents?: true

Size: 742 Bytes

Versions: 104

Compression:

Stored size: 742 Bytes

Contents

# Terraspace <%= name %> Cloud Plugin

<%= name %> Cloud support for [terraspace](https://terraspace.cloud/).

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'terraspace_plugin_<%= name %>'
```

## Configure

Optionally configure the plugin. Here's an example `<%= name %>.rb` for your terraspace project.

config/plugins/<%= name %>.rb

```ruby
TerraspacePlugin<%= name %>.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_<%= name %>.

Version data entries

104 entries across 104 versions & 1 rubygems

Version Path
terraspace-2.1.5 lib/templates/plugin/core/README.md.tt
terraspace-2.1.4 lib/templates/plugin/core/README.md.tt
terraspace-2.1.3 lib/templates/plugin/core/README.md.tt
terraspace-2.1.2 lib/templates/plugin/core/README.md.tt
terraspace-2.1.1 lib/templates/plugin/core/README.md.tt
terraspace-2.1.0 lib/templates/plugin/core/README.md.tt
terraspace-2.0.3 lib/templates/plugin/core/README.md.tt
terraspace-2.0.2 lib/templates/plugin/core/README.md.tt
terraspace-2.0.1 lib/templates/plugin/core/README.md.tt
terraspace-2.0.0 lib/templates/plugin/core/README.md.tt
terraspace-1.1.7 lib/templates/plugin/README.md.tt
terraspace-1.1.6 lib/templates/plugin/README.md.tt
terraspace-1.1.5 lib/templates/plugin/README.md.tt
terraspace-1.1.4 lib/templates/plugin/README.md.tt
terraspace-1.1.3 lib/templates/plugin/README.md.tt
terraspace-1.1.2 lib/templates/plugin/README.md.tt
terraspace-1.1.1 lib/templates/plugin/README.md.tt
terraspace-1.1.0 lib/templates/plugin/README.md.tt
terraspace-1.0.6 lib/templates/plugin/README.md.tt
terraspace-1.0.5 lib/templates/plugin/README.md.tt