We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3f52e5 commit 086f86eCopy full SHA for 086f86e
terraform/main.tf
@@ -39,7 +39,7 @@ module "oke" {
39
ocpus = 16,
40
memory = 64,
41
size = 3,
42
- cloud_init = [{ content = "./cloud-init/ubuntu.sh" }],
+ cloud_init = [{ content = "./cloud-init/ol8.sh" }],
43
}
44
45
gpu = {
0 commit comments