-
以下のようなtfファイルの場合、`terraform apply`後の`terraform plan`などでSIGSEGVが発生する。
```hcl
resource "sakuracloud_server" "server01" {
name = "server01"
nic = "shared"
ipaddress = ""
}
```
terraform …
-
I have read that the backup gem is an **application distributed as a gem**, but not a **library** - and therefore it is not recommended to use it in application `Gemfile`s with bundler.
However, I co…
-
Hello!
**tl;dr**
Asset precompile hangs during deployment via dokku (think private Heroku).
**long version**
When I git-push my camaleon app to a dokku-configured remote that builds an application c…
-
Simple example:
```
% cat Gemfile
source "https://rubygems.org"
ruby "2.3.7"
gem "berkshelf"
% bundle install
Fetching gem metadata from https://rubygems.org/.............
Fetching gem metad…
-
## 概要
`terraform apply`後にコントロールパネルからVPCルータのファイアウォールルールを変更しても検知しない。
## ワークアラウンド
`terraform taint sakuracloud_vpc_router_firewall.リソースのID `を実行してから`apply`を行うことで強制的にルールリソースの再作成を行う。
-
This error on Heroku
/tmp/build_05bd55160ee432cd13e79d65af8382b5/vendor/bundle/ruby/2.5.0/gems/railties-5.1.6/lib/rails/application.rb:329:in `require_environment!'
/tmp/build_05bd55160ee4…
-
terraform-provider-sakuracloudのファイル名のフォーマットが以下のように変更される。
- format: terraform-provider-sakuracloud_v0.0.0_x4
refs. https://github.com/sacloud/terraform-provider-sakuracloud/issues/217
-
When I have tried to change the price, Spaceship throw an error related to pre-order feature
```
7] pry(#)> availability.cleared_for_preorder
=> false
[38] pry(#)> app = Spaceship::Tunes::Appli…
bolom updated
6 years ago
-
# 発生するバージョン
v1.0.0
# 概要
nic = "shared" にしているサーバーに対して、 ipaddress に `""`を指定した場合、applyした後もplanでdiffが出る。
前のバージョンまでは動いていたのですが、 v1.0.0 ではdiffが出るようです。
## 再現コード
```
variable "password" {
defaul…
-
Hi there. I'm guessing this might be more of a support request, but as one line of the walkthrough isn't working for me, I thought I'd ask. In case it's relevant, I am also running OS X Server and usi…