-
下記のようなシンプルなmain.tfファイルを作成し、
```
terraform {
required_providers {
sakuracloud = {
source = "sacloud/sakuracloud"
version = "2.25.0"
}
}
}
resource "sakuracloud_disk"…
-
以下のようなエラーが出る
```
│ Error: Invalid Provider Server Combination
│
│ with sakuracloud_switch.switch,
│ on infrastructure.tf line 25, in resource "sakuracloud_switch" "switch":
│ 25: resour…
-
By default, sackerel sets roles for `SakuraCloud` service from SakuraCloud metadata. (I think it's useful if I can turn off this behavior by option, but this is not what I'd like to report now.)
Cu…
-
CDK for Terraformから利用しています。
[cdktf.json]
```json
{
"language": "typescript",
"app": "npx ts-node main.ts",
"projectId": "fcd22e5f-21c6-4069-b918-6ef7b3af5560",
"sendCrashReports": "tr…
-
terraform import を用いて既存のリソースを取得しようとしたときに、以下のようなエラーが発生しました。
```
terraform import sakuracloud_server.foo bar
sakuracloud_server.foo: Importing from ID "bar"...
sakuracloud_server.foo: Import prepa…
-
I'm implementing an instance plugin for ProfitBricks.
I've been looking at two implementations one is `infrakit.aws` and the other one is `infrakit-plugin-sakuracloud` the only difference i've not…
-
lvctr updated
9 months ago
-
Ubuntu 14.04 Jammy ships the with Certbot V1+, unlike previous versions of Ubuntu. Could we switch over for this version of Ubuntu? The DPKGs take up a lot less space and require less complexity for c…
-
I am trying to use this role on a Rocky Linux 8 system but the following error is thrown:
```
TASK [geerlingguy.certbot : Ensure certbot-auto is executable.] **************************************…
-
We are on the latest gem versions, here is a list or our Fog gem versions:
fog (1.38.0)
fog-aliyun (0.1.0)
fog-atmos (0.1.0)
fog-aws (0.9.2)
fog-brightbox (0.10.1)
fog-cloudatcost (0.2.1)
fog-core (1.…