Skip to content

Commit

Permalink
feat(oci): add core components/rename
Browse files Browse the repository at this point in the history
Signed-off-by: Mateusz Urbanek <[email protected]>
  • Loading branch information
shanduur committed Jan 24, 2025
1 parent dd7d37f commit 494c871
Showing 1 changed file with 5 additions and 15 deletions.
20 changes: 5 additions & 15 deletions terraform/oci/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,27 +9,17 @@ provider "oci" {
module "oci_core" {
source = "./modules/core"

name = "oci-core"
name = "core"

tenancy_ocid = var.tenancy_ocid
availability_domain = var.availability_domain
}

# module "oci_a1_flex" {
# source = "./modules/a1_flex"
# module "oci_amd" {
# source = "./modules/always_free"

# instance_name = "XUjVp3"
# subnet_id = module.oci_core.subnet_id

# tenancy_ocid = var.tenancy_ocid
# ssh_public_keys = var.ssh_public_keys
# availability_domain = var.availability_domain
# }

# module "oci_a1_flex" {
# source = "./modules/a1_flex"

# instance_name = "oci-amd"
# instance_name = "amd"
# instance_shape = "VM.Standard.E2.1.Micro"
# subnet_id = module.oci_core.subnet_id

# tenancy_ocid = var.tenancy_ocid
Expand Down

0 comments on commit 494c871

Please sign in to comment.