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"