Skip to content

Commit

Permalink
Keep oracle instance running
Browse files Browse the repository at this point in the history
With this Terraform should be able to automatically start a stopped instance.
  • Loading branch information
AndreasSko committed Jun 14, 2023
1 parent 5204dd0 commit 1623d1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terraform/oracle.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ resource "oci_core_instance" "andreas-sk-de" {
availability_domain = "FTem:EU-FRANKFURT-1-AD-3"
compartment_id = var.oracle_compartment_id
display_name = "andreas-sk.de"
state = "RUNNING"

shape = "VM.Standard.A1.Flex"
shape_config {
Expand Down

0 comments on commit 1623d1d

Please sign in to comment.