Skip to content

Commit

Permalink
Update text for clarity and refresh zip
Browse files Browse the repository at this point in the history
  • Loading branch information
MallocArray committed Nov 25, 2024
1 parent 32fa262 commit 8549909
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Additional information can be found on the Oracle Support Page under [Instance C

A static IP address can be reserved to keep the same address even if the original instance is deleted or recreated. This is not done automatically by the Terraform file, but can configured after creation

1) Navigate to Menu>Compute>Instances and select the Obico instance name. (Ensure Compartment on the left side is changed to "obico")
1) Navigate to Menu>Compute>Instances and select the Obico instance name. (Ensure Compartment on the left side is changed to "obico" or your project name)
2) Scroll down to "Attached VNICs" under Resources on the left side and click on the Primary VNIC name

![alt text](./images/attached-vnics.jpg)
Expand Down
Binary file modified obico-oraclecloud.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ variable "operating_system" {

variable "operating_system_version" {
default = "24.04"
description = "Version name of the specified OS, such as '22.04'"
description = "Version name of the specified OS, such as '24.04'"
}

resource "random_id" "obico_id" {
Expand Down

0 comments on commit 8549909

Please sign in to comment.