From 40568732df1d0cee69430980285a8f2def862415 Mon Sep 17 00:00:00 2001 From: Alpha Chen Date: Sat, 1 Apr 2023 12:56:10 -0700 Subject: [PATCH] mu --- lotus-land-story/.gitignore | 1 + lotus-land-story/main.tf | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 lotus-land-story/.gitignore diff --git a/lotus-land-story/.gitignore b/lotus-land-story/.gitignore new file mode 100644 index 0000000..3a58880 --- /dev/null +++ b/lotus-land-story/.gitignore @@ -0,0 +1 @@ +private.tf diff --git a/lotus-land-story/main.tf b/lotus-land-story/main.tf index 402a6d4..6243435 100644 --- a/lotus-land-story/main.tf +++ b/lotus-land-story/main.tf @@ -17,7 +17,7 @@ data "http" "github_keys" { } resource "linode_instance" "lotus_land_story" { - label = "lotus_land_story" + label = "lotus-land-story" image = "linode/debian11" region = "us-west" type = "g6-nanode-1"