Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enabled building containers and running examples/demos on the cloud (OCI) #99

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
Terraform: changed config file to contain new project code and projec…
…t name for OCI
  • Loading branch information
neomatrix369 committed Nov 14, 2021
commit f9f4792622f4ba862e14a8a1876fa626b29282bb
4 changes: 1 addition & 3 deletions deployments/oci/infrastructure.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,13 @@ variable "ssh_private_key" {}
// `project_code` is used as prefix to `xxx_label` variables
// Terraform & OCI conventions mean they should be under 15 characters
variable "project_code" {
//default = "gvm-demos"
default = "demos"
}

// `project_name` is used as prefix to `display_name` variables
// Can be long, but must follow Terraform & OCI conventions
variable "project_name" {
//default = "GVMDemos-OCI-TF"
default = "Demos-OCI-TF"
default = "GVMDemos-OCI"
}

variable "suffix_name" {
Expand Down