Skip to content

Commit 086f86e

Browse files
Update docs
1 parent b3f52e5 commit 086f86e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ module "oke" {
3939
ocpus = 16,
4040
memory = 64,
4141
size = 3,
42-
cloud_init = [{ content = "./cloud-init/ubuntu.sh" }],
42+
cloud_init = [{ content = "./cloud-init/ol8.sh" }],
4343
}
4444

4545
gpu = {

0 commit comments

Comments
 (0)